[ARVADOS] updated: 1.1.4-581-g146f7179c
Git user
git at public.curoverse.com
Wed Jul 11 15:35:53 EDT 2018
Summary of changes:
build/run-build-packages.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 146f7179c88c0d25acc91ff2b5faff8e7f98d1be (commit)
from bc248010427eded4610d7f337d3ee01d4d06538a (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 146f7179c88c0d25acc91ff2b5faff8e7f98d1be
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Wed Jul 11 16:35:19 2018 -0300
13667: test add config-file for rpm
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 73a9216d7..82f99923e 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -570,7 +570,7 @@ if [[ "$?" == "0" ]]; then
"$WORKSPACE/agpl-3.0.txt" --url="https://arvados.org" \
--description="Arvados API server - Arvados is a free and open source platform for big data science." \
--license="GNU Affero General Public License, version 3.0" \
- --config-files="package-build.version"
+ -n "package-build.version" --config-files="/var/www/arvados-api/current/"
fi
# Build the workbench server package
@@ -611,7 +611,7 @@ if [[ "$?" == "0" ]] ; then
"$WORKSPACE/agpl-3.0.txt" --url="https://arvados.org" \
--description="Arvados Workbench - Arvados is a free and open source platform for big data science." \
--license="GNU Affero General Public License, version 3.0" \
- --config-files="package-build.version"
+ -n "package-build.version" --config-files="/var/www/arvados-workbench/current/"
fi
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list