[ARVADOS-DEV] updated: 5dacdfe33d9d72e2445fff52069c2afd604271d3
git at public.curoverse.com
git at public.curoverse.com
Wed Jan 27 15:39:41 EST 2016
Summary of changes:
jenkins/run-library.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 5dacdfe33d9d72e2445fff52069c2afd604271d3 (commit)
from aa204e80a18f8827405fbb5a67de2ef8fa7074fc (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 5dacdfe33d9d72e2445fff52069c2afd604271d3
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jan 27 15:39:38 2016 -0500
Bump iteration of rails packages to -4 refs #8008
diff --git a/jenkins/run-library.sh b/jenkins/run-library.sh
index 7666837..eb2384a 100755
--- a/jenkins/run-library.sh
+++ b/jenkins/run-library.sh
@@ -149,7 +149,8 @@ handle_rails_package() {
"$(cat "$version_file")")
local license_arg="$license_path=$railsdir/$(basename "$license_path")"
# --iteration=3 accommodates the package scripts change from #8014.
- local -a switches=(--iteration=3
+ # --iteration=4 accommodates the packaging changes (inclusion of vendor/cache) from #8008.
+ local -a switches=(--iteration=4
--after-install "$scripts_dir/postinst"
--before-remove "$scripts_dir/prerm"
--after-remove "$scripts_dir/postrm")
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list