[pytango] 238/483: adapted to redhate4

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:45 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 bfb1e74b1be47312637f07c61ae14c635c71b62d
Author: cmft <cmft at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Tue Feb 12 16:36:43 2013 +0000

    adapted to redhate4
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22103 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 ci/ESRF/build.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/ci/ESRF/build.sh b/ci/ESRF/build.sh
index e8ac2ab..a16758f 100755
--- a/ci/ESRF/build.sh
+++ b/ci/ESRF/build.sh
@@ -10,11 +10,14 @@ else
 fi
 
 cd ../..
-
+#used system by default
 python setup.py build
 
 if [ $? != 0 ]
 then
+    /segfs/bliss/bin/python2.6 setup.py build
+elif [ $? != 0 ]
+then
 	exit $?
 fi
 
@@ -22,10 +25,10 @@ case "${realos}" in
 	"debian6_64")
 		python setup.py install --prefix=/tmp/jenkins/jobs/PyTango
 		;; 
-	"redhate_4_32")
+	"redhate4_32")
 		PYTHONPATH=/segfs/bliss/source/python/PyTango/PyTango8/redhate4/lib/python2.6/site-packages/ /segfs/bliss/bin/python2.6 setup.py install --prefix=/tmp/jenkins/jobs/PyTango
 		;;
-	"redhate_5_64")
+	"redhate5_64")
 		PYTHONPATH=/segfs/bliss/source/python/PyTango/PyTango8/redhate5/lib/python2.6/site-packages/ /segfs/bliss/bin/python2.6 setup.py install --prefix=/tmp/jenkins/jobs/PyTango
 		;;
 	"W7_64")

-- 
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