Merge branch 'master' into 9352-many-nodes-make-workbench-faster
[arvados.git] / build / run-library.sh
index 58a177ec60b0bad3f6e7e36ecbadd7e4b4bcf5ce..32cf2057f19d3608ab530b68dbf5d4e46053a016 100755 (executable)
@@ -148,8 +148,7 @@ 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=5 accommodates the package script bugfixes #8371 and #8413.
-    local -a switches=(--iteration=5
+    local -a switches=(--iteration=6
                        --after-install "$scripts_dir/postinst"
                        --before-remove "$scripts_dir/prerm"
                        --after-remove "$scripts_dir/postrm")