[ARVADOS-WORKBENCH2] updated: 1.4.0-2-g06fc8f6a

Git user git at public.curoverse.com
Mon Jun 3 14:36:59 UTC 2019


Summary of changes:
 Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

       via  06fc8f6a97afa24144cb435f5af228fec6162a6b (commit)
      from  2f9771027fa0b1096b1eb8d450d7abf95356ee20 (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 06fc8f6a97afa24144cb435f5af228fec6162a6b
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Mon Jun 3 10:36:17 2019 -0400

    Fix some of the deb/rpm package metadata.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/Makefile b/Makefile
index 98c0e519..669fdda9 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,10 @@ $(DEB_FILE): build
 	 -n "$(APP_NAME)" \
 	 -v "$(VERSION)" \
 	 --iteration "$(ITERATION)" \
+	 --vendor="The Arvados Authors" \
 	 --maintainer="$(MAINTAINER)" \
+	 --url="https://arvados.org" \
+	 --license="GNU Affero General Public License, version 3.0" \
 	 --description="$(DESCRIPTION)" \
 	 --config-files="etc/arvados/workbench2/workbench2.example.json" \
 	$(WORKSPACE)/build/=$(DEST_DIR)
@@ -94,7 +97,10 @@ $(RPM_FILE): build
 	 -n "$(APP_NAME)" \
 	 -v "$(VERSION)" \
 	 --iteration "$(ITERATION)" \
+	 --vendor="The Arvados Authors" \
 	 --maintainer="$(MAINTAINER)" \
+	 --url="https://arvados.org" \
+	 --license="GNU Affero General Public License, version 3.0" \
 	 --description="$(DESCRIPTION)" \
 	 --config-files="etc/arvados/workbench2/workbench2.example.json" \
 	 $(WORKSPACE)/build/=$(DEST_DIR)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list