[ARVADOS] updated: 1.1.4-580-gbc2480104

Git user git at public.curoverse.com
Wed Jul 11 14:38:07 EDT 2018


Summary of changes:
 build/run-build-packages.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

       via  bc248010427eded4610d7f337d3ee01d4d06538a (commit)
      from  ce85cd0b2605a6cbfb96bf18c1f2913d33b60f44 (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 bc248010427eded4610d7f337d3ee01d4d06538a
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Wed Jul 11 15:37:49 2018 -0300

    13667: test add config-file for rpm
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index caebac013..73a9216d7 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -569,7 +569,8 @@ if [[ "$?" == "0" ]]; then
   handle_rails_package arvados-api-server "$WORKSPACE/services/api" \
       "$WORKSPACE/agpl-3.0.txt" --url="https://arvados.org" \
       --description="Arvados API server - Arvados is a free and open source platform for big data science." \
-      --license="GNU Affero General Public License, version 3.0"
+      --license="GNU Affero General Public License, version 3.0" \
+      --config-files="package-build.version"
 fi
 
 # Build the workbench server package
@@ -609,7 +610,9 @@ if [[ "$?" == "0" ]] ; then
     handle_rails_package arvados-workbench "$WORKSPACE/apps/workbench" \
         "$WORKSPACE/agpl-3.0.txt" --url="https://arvados.org" \
         --description="Arvados Workbench - Arvados is a free and open source platform for big data science." \
-        --license="GNU Affero General Public License, version 3.0"
+        --license="GNU Affero General Public License, version 3.0" \
+        --config-files="package-build.version"
+
   fi
 fi
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list