[pytango] 210/483: Continuous Integration enhancement 19

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 0e5497b44fb46061e9d524253520bd49bfaaa733
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Tue Jan 29 10:51:01 2013 +0000

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

diff --git a/ci/ALBA/build.sh b/ci/ALBA/build.sh
index da2fb9d..d1f5538 100755
--- a/ci/ALBA/build.sh
+++ b/ci/ALBA/build.sh
@@ -2,12 +2,8 @@
 
 echo "## In ALBA/build.sh ##"
 
-pwd
-cd ../..
-pwd
-
-python setup.py config --prefix=/tmp/jenkins/jobs/PyTango
-python setup.py install
+python setup.py build
+python setup.py install --prefix=/tmp/jenkins/jobs/PyTango
 
 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