[ARVADOS] updated: de99c0b2effdd43d3843f15475cee84dbde8add8

Git user git at public.curoverse.com
Tue Apr 18 15:16:10 EDT 2017


Summary of changes:
 build/run-build-packages.sh | 2 --
 build/run-library.sh        | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  de99c0b2effdd43d3843f15475cee84dbde8add8 (commit)
      from  e3ac17f8a8aa439e21a8bf56a571f91a671313f7 (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 de99c0b2effdd43d3843f15475cee84dbde8add8
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Apr 18 14:01:47 2017 -0400

    11459: Move RAILS_PACKAGE_ITERATION to run-library.
    
    Otherwise, the SSO build script cannot see it.
    
    refs #11459

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 37e963b..777cd3c 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -32,8 +32,6 @@ DEBUG=${ARVADOS_DEBUG:-0}
 TARGET=debian8
 COMMAND=
 
-RAILS_PACKAGE_ITERATION=7
-
 PARSEDOPTS=$(getopt --name "$0" --longoptions \
     help,build-bundle-packages,debug,target:,only-build: \
     -- "" "$@")
diff --git a/build/run-library.sh b/build/run-library.sh
index a13470b..3d61962 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -7,6 +7,8 @@
 # older packages.
 LICENSE_PACKAGE_TS=20151208015500
 
+RAILS_PACKAGE_ITERATION=7
+
 debug_echo () {
     echo "$@" >"$STDOUT_IF_DEBUG"
 }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list