Bump iteration of rails packages to -4 refs #8008
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 27 Jan 2016 20:39:38 +0000 (15:39 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 27 Jan 2016 20:39:38 +0000 (15:39 -0500)
jenkins/run-library.sh

index 766683778a10b76bb7e87d7cf56644f62465783f..eb2384a9846158bfaabbc6f0d3b96b596f10d853 100755 (executable)
@@ -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")