[ARVADOS-WORKBENCH2] updated: 1.4.2-2-g2362d491

Git user git at public.arvados.org
Sat Jan 4 21:35:23 UTC 2020


Summary of changes:
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  2362d491dfaafefcfb702a53279eb131d8c95650 (commit)
      from  c02a4784d437f30055785918828235eaebbd1010 (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 2362d491dfaafefcfb702a53279eb131d8c95650
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Sat Jan 4 16:34:41 2020 -0500

    Fix package build again
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/Makefile b/Makefile
index d90d8e81..96021d1f 100644
--- a/Makefile
+++ b/Makefile
@@ -106,12 +106,12 @@ $(RPM_FILE): build
 	 $(WORKSPACE)/build/=$(DEST_DIR)
 
 copy: $(DEB_FILE) $(RPM_FILE)
-	mkdir packages
-	for target in $^ ; do \
+	for target in $^ ; do
+	        mkdir -p packages/$$target
 		if [[ $$target =~ ^centos ]]; then
-			cp -p $(RPM_FILE) packages/$$target ; \
+			cp -p $(RPM_FILE) packages/$$target
 		else
-			cp -p $(DEB_FILE) packages/$$target ; \
+			cp -p $(DEB_FILE) packages/$$target
 		fi
 	done
 	rm -f $(RPM_FILE)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list