[pytango] 194/483: Continuous Integration enhancement 7

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:40 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 b41ab6e7447bbeec5912a9e7cb64087e1d5860ce
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Mon Jan 28 11:44:42 2013 +0000

    Continuous Integration enhancement 7
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21951 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 ci/ALBA/build.sh |  5 -----
 ci/build.sh      | 23 -----------------------
 2 files changed, 28 deletions(-)

diff --git a/ci/ALBA/build.sh b/ci/ALBA/build.sh
deleted file mode 100644
index 0b26229..0000000
--- a/ci/ALBA/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-echo "In ALBA/build.sh"
-
-pwd
diff --git a/ci/build.sh b/ci/build.sh
deleted file mode 100644
index 78664ba..0000000
--- a/ci/build.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-pwd
-
-
-if [ ! -z "$INSTITUTE" -a -d "$INSTITUTE" -a -f "$INSTITUTE/build.sh" ]
-then
-	echo "Executing build.sh for $INSTITUTE"
-	cd "$INSTITUTE"
-	./build.sh
-	exit 0
-else
-	if [ ! -z "$INSTITUTE" ]
-	then
-		echo "Failed to execute ci/$INSTITUTE/build.sh!"
-		echo "Make sure ci/$INSTITUTE/build.sh exists"
-	else
-		echo "Mr Jenkins needs additional configuration!"
-		echo "Go to Jenkins dashboard -> Manage Jenkins -> Global Properties, tick Environment Variables and add a key-value pair: name - INSTITUTE, value - YourInstituteName."
-		echo "Check out the project. Go to the 'ci' directory and create a 'YourInstituteName' subdirectory. In the 'YourInstituteName' subdirectory create a 'build.sh' file which will contain the recipe how to build your project. Make the 'build.sh' file executable. Commit changes."
-	fi
-	exit -1
-fi

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