[pytango] 188/483: Continuous Integration enhancement
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit be09ca50852d2c0fd76cfd5c945df4e31de29bcd
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Fri Jan 25 19:07:33 2013 +0000
Continuous Integration enhancement
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21945 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
ci/ALBA/build.sh | 4 ++++
ci/build.sh | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/ci/ALBA/build.sh b/ci/ALBA/build.sh
new file mode 100644
index 0000000..ce0811c
--- /dev/null
+++ b/ci/ALBA/build.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+echo "In ALBA/build.sh"
+pwd
diff --git a/ci/build.sh b/ci/build.sh
new file mode 100644
index 0000000..6202f26
--- /dev/null
+++ b/ci/build.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+pwd
+
+if [ ! -z "$INSTITUTE" -a -d "$INSTITUTE" -a -f "$INSTITUTE/build.sh" ]
+then
+ echo "Executing build.sh for $INSTITUTE"
+ cd "$INSTITUTE"
+ ./build.sh
+ exit 0
+else
+ if [ ! -z "$INSTITUTE" ]
+ then
+ echo "Failed to execute ci/$INSTITUTE/build.sh!"
+ echo "Make sure ci/$INSTITUTE/build.sh exists"
+ else
+ echo "Mr Jenkins needs additional configuration!"
+ echo "Go to Jenkins dashboard -> Manage Jenkins -> Global Properties, tick Environment Variables and add a key-value pair: name - INSTITUTE, value - YourInstituteName."
+ echo "Check out the project. Go to the 'ci' directory and create a 'YourInstituteName' subdirectory. In the 'YourInstituteName' subdirectory create a 'build.sh' file which will contain the recipe how to build your project. Commit changes."
+ fi
+fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list