[pytango] 208/483: Continuous Integration enhancement 17

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:41 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 4ceb4fc37a8ecc8ce980ff1c3d66312e908395ba
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Tue Jan 29 10:29:16 2013 +0000

    Continuous Integration enhancement 17
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21966 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 ci/ALBA/build.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ci/ALBA/build.sh b/ci/ALBA/build.sh
index ad22fbd..d39d667 100755
--- a/ci/ALBA/build.sh
+++ b/ci/ALBA/build.sh
@@ -3,6 +3,12 @@
 echo "## In ALBA/build.sh ##"
 
 
+python setup.py config --prefix=/tmp/jenkins/jobs/PyTango
+python setup.py install
+
+exit $?
+
+
 if [ ! -z "$NODE_NAME" -a -f "$NODE_NAME" ]
 then
 	source "$NODE_NAME"
@@ -11,6 +17,8 @@ else
 	exit 1
 fi
 
+cd ../..
+
 
 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