[ARVADOS] updated: 2.1.0-2004-gc28928f47

Git user git at public.arvados.org
Wed Mar 2 16:44:43 UTC 2022


Summary of changes:
 build/run-library.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  c28928f472bc255581208eedf63d5526d657ea6b (commit)
      from  011742f3936e88338e7a2e3f2d92e74b89361958 (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 c28928f472bc255581208eedf63d5526d657ea6b
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Mar 2 11:44:14 2022 -0500

    Fix arvados-server dependency version in the arvados-workbench package.
    
    refs #17417
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index 2a869553d..0257e6524 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -578,12 +578,12 @@ handle_workbench () {
   # Build the workbench server package
   test_rails_package_presence arvados-workbench "$WORKSPACE/apps/workbench"
   if [[ "$?" == "0" ]] ; then
+    calculate_go_package_version arvados_server_version cmd/arvados-server
+    arvados_server_iteration=$(default_iteration "arvados-server" "$arvados_server_version" "go")
+
     (
         set -e
 
-        calculate_go_package_version arvados_server_version cmd/arvados-server
-        arvados_server_iteration=$(default_iteration "arvados-server" "$arvados_server_version" "go")
-
         # The workbench package has a build-time dependency on the arvados-server
         # package for config manipulation, so install it first.
         cd $WORKSPACE/cmd/arvados-server

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list