X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/54778a698c7dcc30548f5d107a3d42b834ffb13e..f6eb1f2b73bef0fa2f2d5e909ecc4bc64fc1e0b6:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index 4c730c655d..a16535654f 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -431,9 +431,7 @@ handle_rails_package() { fi # For some reason fpm excludes need to not start with /. local exclude_root="${railsdir#/}" - # .git and packages are for the SSO server, which is built from its - # repository root. - local -a exclude_list=(.git packages tmp log coverage Capfile\* \ + local -a exclude_list=(tmp log coverage Capfile\* \ config/deploy\* config/application.yml) # for arvados-workbench, we need to have the (dummy) config/database.yml in the package if [[ "$pkgname" != "arvados-workbench" ]]; then