[pytango] 239/483: git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk at 22107 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
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 dd4cc262cd48523671b9a3418867ecaa051faec8
Author: cmft <cmft at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Thu Feb 14 14:35:48 2013 +0000
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22107 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
ci/ESRF/build.sh | 25 ++++++++++++++++++-------
1 file changed, 18 insertions(+), 7 deletions(-)
diff --git a/ci/ESRF/build.sh b/ci/ESRF/build.sh
index a16758f..21a1f23 100755
--- a/ci/ESRF/build.sh
+++ b/ci/ESRF/build.sh
@@ -11,25 +11,35 @@ fi
cd ../..
#used system by default
-python setup.py build
+
+rm -rf build/*
+
+case "${realos}" in
+ "debian6_64")
+ /usr/bin/python setup.py build
+ ;;
+ *)
+ /segfs/bliss/bin/python2.6 setup.py build
+ ;;
+esac
if [ $? != 0 ]
then
- /segfs/bliss/bin/python2.6 setup.py build
-elif [ $? != 0 ]
-then
exit $?
fi
case "${realos}" in
"debian6_64")
- python setup.py install --prefix=/tmp/jenkins/jobs/PyTango
+ rm -rf /segfs/bliss/jenkins/PyTango/debian6/*
+ /usr/bin/python setup.py install --prefix=/segfs/bliss/jenkins/PyTango/debian6
;;
"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
+ rm -rf /segfs/bliss/jenkins/PyTango/redhate4/*
+ /segfs/bliss/bin/python2.6 setup.py install --prefix=/segfs/bliss/jenkins/PyTango/redhate4
;;
"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
+ rm -rf /segfs/bliss/jenkins/PyTango/redhate5/*
+ /segfs/bliss/bin/python2.6 setup.py install --prefix=/segfs/bliss/jenkins/PyTango/redhate5
;;
"W7_64")
;;
@@ -39,6 +49,7 @@ case "${realos}" in
;;
esac
+
exit $?
--
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