8371, 8413: Bump Rails package iteration.
authorBrett Smith <brett@curoverse.com>
Mon, 29 Feb 2016 17:45:39 +0000 (12:45 -0500)
committerBrett Smith <brett@curoverse.com>
Mon, 29 Feb 2016 17:45:39 +0000 (12:45 -0500)
Build these bug fixes into new packages.
Closes #8371, #8413.

jenkins/run-library.sh

index 23ed383d2a3e3fdd58fcb44516f0cd9f65a01c78..02d8d0d18e95f087d72d02346757512c0452c68d 100755 (executable)
@@ -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")