From 623af8e46e921f59abeeee9e7ae8ec4aef890b5b Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 29 Feb 2016 12:45:39 -0500 Subject: [PATCH] 8371, 8413: Bump Rails package iteration. Build these bug fixes into new packages. Closes #8371, #8413. --- jenkins/run-library.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jenkins/run-library.sh b/jenkins/run-library.sh index 23ed383d2a..02d8d0d18e 100755 --- a/jenkins/run-library.sh +++ b/jenkins/run-library.sh @@ -148,9 +148,8 @@ handle_rails_package() { local -a pos_args=("$srcdir/=$railsdir" "$pkgname" "Curoverse, Inc." dir "$(cat "$version_file")") local license_arg="$license_path=$railsdir/$(basename "$license_path")" - # --iteration=3 accommodates the package scripts change from #8014. - # --iteration=4 accommodates the packaging changes (inclusion of vendor/cache) from #8008. - local -a switches=(--iteration=4 + # --iteration=5 accommodates the package script bugfixes #8371 and #8413. + local -a switches=(--iteration=5 --after-install "$scripts_dir/postinst" --before-remove "$scripts_dir/prerm" --after-remove "$scripts_dir/postrm") -- 2.30.2