[ARVADOS-DEV] updated: 6dab05d0e5f1337aaa045b785d81536766edd27c
git at public.curoverse.com
git at public.curoverse.com
Fri Sep 4 11:04:30 EDT 2015
Summary of changes:
jenkins/run-build-packages-sso.sh | 2 +-
jenkins/run-build-packages.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 6dab05d0e5f1337aaa045b785d81536766edd27c (commit)
from bfa2dd53794c53558aecb44577ab1e4752c268a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6dab05d0e5f1337aaa045b785d81536766edd27c
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Sep 4 11:04:17 2015 -0400
Make sure the library can always be found.
No issue #
diff --git a/jenkins/run-build-packages-sso.sh b/jenkins/run-build-packages-sso.sh
index da24867..f985882 100755
--- a/jenkins/run-build-packages-sso.sh
+++ b/jenkins/run-build-packages-sso.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ./run-library.sh
+. `dirname "$(readlink -f "$0")"`/run-library.sh
read -rd "\000" helpmessage <<EOF
$(basename $0): Build Arvados SSO package
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 31734a9..4daf864 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ./run-library.sh
+. `dirname "$(readlink -f "$0")"`/run-library.sh
read -rd "\000" helpmessage <<EOF
$(basename $0): Build Arvados packages
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list