[pytango] 212/483: Continuous Integration enhancement 21
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:42 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 6d7c1ecb19d4cfce7b8baf48ed0500decf62a303
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Wed Jan 30 09:53:53 2013 +0000
Continuous Integration enhancement 21
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21981 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
ci/ALBA/build.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/ci/ALBA/build.sh b/ci/ALBA/build.sh
index 545bcc5..7ee745a 100755
--- a/ci/ALBA/build.sh
+++ b/ci/ALBA/build.sh
@@ -2,13 +2,6 @@
echo "## In ALBA/build.sh ##"
-cd ../..
-
-python setup.py build
-python setup.py install --prefix=/tmp/jenkins/jobs/PyTango
-
-exit $?
-
if [ ! -z "$NODE_NAME" -a -f "$NODE_NAME" ]
then
@@ -19,6 +12,13 @@ else
fi
+cd ../..
+
+python setup.py build
+python setup.py install --prefix=/tmp/jenkins/jobs/PyTango
+
+exit $?
+
echo LOG4TANGO_ROOT
echo $LOG4TANGO_ROOT
--
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