[ARVADOS-WORKBENCH2] updated: 1.4.2-3-g1dabae1b
Git user
git at public.arvados.org
Sat Jan 4 21:46:44 UTC 2020
Summary of changes:
Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
via 1dabae1bef7c290699c59004248fc3bc8f52c53d (commit)
from 2362d491dfaafefcfb702a53279eb131d8c95650 (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 1dabae1bef7c290699c59004248fc3bc8f52c53d
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Sat Jan 4 16:46:20 2020 -0500
Fix packaging again
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/Makefile b/Makefile
index 96021d1f..b81afda7 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ VERSION?=$(GIT_TAG).$(DATE_FROM_TS_GIT)
# changes in the package. (i.e. example config files externally added
ITERATION?=1
+TARGETS?="centos7 debian8 debian9 debian10 ubuntu1404 ubuntu1604 ubuntu1804"
+
DESCRIPTION=Arvados Workbench2 - Arvados is a free and open source platform for big data science.
MAINTAINER=Ward Vandewege <wvandewege at veritasgenetics.com>
@@ -106,12 +108,12 @@ $(RPM_FILE): build
$(WORKSPACE)/build/=$(DEST_DIR)
copy: $(DEB_FILE) $(RPM_FILE)
- for target in $^ ; do
+ for target in $TARGETS ; 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