[ARVADOS-WORKBENCH2] updated: 2.1.0-307-gdf9d9314

Git user git at public.arvados.org
Thu Apr 15 17:25:03 UTC 2021


Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  df9d9314d55ee5c7119a0b5b59be2c46c1f26390 (commit)
      from  547664ecb6ac881103fb9e94a51b2a2746b2c6ae (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 df9d9314d55ee5c7119a0b5b59be2c46c1f26390
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Apr 15 13:23:24 2021 -0400

    Remove quotes around TARGETS no issue #
    
    The quotes get included in the variable substitution, but when we
    iterate over it using 'for' we actually want it split on spaces.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/Makefile b/Makefile
index 6cf9c29d..1e923710 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ VERSION?=$(shell ./version-at-commit.sh HEAD)
 # changes in the package. (i.e. example config files externally added
 ITERATION?=1
 
-TARGETS?="centos7 debian8 debian10 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004"
+TARGETS?=centos7 debian8 debian10 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004
 
 ARVADOS_DIRECTORY?=unset
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list