[ARVADOS-DEV] updated: 43b16e43f7f2558bc619f3611ee4b96fb74b5e05

git at public.curoverse.com git at public.curoverse.com
Fri Jan 22 10:28:22 EST 2016


Summary of changes:
 jenkins/run-library.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  43b16e43f7f2558bc619f3611ee4b96fb74b5e05 (commit)
      from  e9043f6d8de8ca8c928b0097e39b1695a26ffb2b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 43b16e43f7f2558bc619f3611ee4b96fb74b5e05
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Jan 22 10:27:59 2016 -0500

    Make sure not to accidentally include config/application.yml and
    config/database.yml in our rails packages.
    
    No issue #

diff --git a/jenkins/run-library.sh b/jenkins/run-library.sh
index 3c62d7b..aed260e 100755
--- a/jenkins/run-library.sh
+++ b/jenkins/run-library.sh
@@ -158,7 +158,9 @@ handle_rails_package() {
     # .git and packages are for the SSO server, which is built from its
     # repository root.
     for exclude in .git packages tmp log coverage \
-                        Capfile\* config/deploy\*; do
+                        Capfile\* config/deploy\* \
+                        config/application.yml \
+                        config/database.yml; do
         switches+=(-x "$exclude_root/$exclude")
     done
     fpm_build "${pos_args[@]}" "${switches[@]}" \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list