[ARVADOS] updated: 1.1.4-585-g1980d00a9
Git user
git at public.curoverse.com
Thu Jul 12 11:07:34 EDT 2018
Summary of changes:
build/run-library.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 1980d00a9afeaea0bc6f266892e43de14ccd297e (commit)
from 7c893856e22073b10dc147b887b0fd64b11a1f81 (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 1980d00a9afeaea0bc6f266892e43de14ccd297e
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Jul 12 12:07:21 2018 -0300
13667: test fail on rpm package
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index 62d96320c..92fdbea2b 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -327,7 +327,6 @@ handle_rails_package() {
return 1
fi
local railsdir="/var/www/${pkgname%-server}/current"
- echo "$version" >"$railsdir/package-build.version"
local -a pos_args=("$srcdir/=$railsdir" "$pkgname" "Curoverse, Inc." dir "$version")
local license_arg="$license_path=$railsdir/$(basename "$license_path")"
local -a switches=(--after-install "$scripts_dir/postinst"
@@ -337,7 +336,7 @@ handle_rails_package() {
switches+=(--iteration $RAILS_PACKAGE_ITERATION)
fi
# For some reason fpm excludes need to not start with /.
- local exclude_root="${railsdir#/}"
+ #local exclude_root="${railsdir#/}"
# .git and packages are for the SSO server, which is built from its
# repository root.
local -a exclude_list=(.git packages tmp log coverage Capfile\* \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list