From: Peter Amstutz Date: Wed, 27 Jan 2016 20:39:38 +0000 (-0500) Subject: Bump iteration of rails packages to -4 refs #8008 X-Git-Tag: 1.1.0~1059^2~6^2~23 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/5dacdfe33d9d72e2445fff52069c2afd604271d3?hp=aa204e80a18f8827405fbb5a67de2ef8fa7074fc Bump iteration of rails packages to -4 refs #8008 --- diff --git a/jenkins/run-library.sh b/jenkins/run-library.sh index 766683778a..eb2384a984 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")