[ARVADOS] updated: 1.3.0-2050-gf4181d524

Git user git at public.arvados.org
Mon Jan 6 19:52:32 UTC 2020


Summary of changes:
 build/run-build-packages-one-target.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f4181d5241fed56bda4c552bced7f1afabd24e0e (commit)
      from  d152573bbf3f71665d099d0d4a4e278fe349e6dc (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 f4181d5241fed56bda4c552bced7f1afabd24e0e
Author: Ward Vandewege <ward at jhvc.com>
Date:   Mon Jan 6 14:39:52 2020 -0500

    15839: Fix erroneous default for the DEBUG variable in
    run-build-packages-one-target.sh. This broke package building for the
    sso provider.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>

diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh
index 7f3ca3242..f476a9691 100755
--- a/build/run-build-packages-one-target.sh
+++ b/build/run-build-packages-one-target.sh
@@ -63,7 +63,7 @@ fi
 TARGET=debian10
 FORCE_BUILD=0
 COMMAND=
-DEBUG=${ARVADOS_DEBUG:-0}
+DEBUG=
 
 eval set -- "$PARSEDOPTS"
 while [ $# -gt 0 ]; do

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list