X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10ce16c28de952f6533ca3cc9df909269e3d2a53..c8f9ad8b41c678eef32c6df467f259d141fa9376:/Makefile diff --git a/Makefile b/Makefile index c28b4b86c3..669fdda9f6 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ yarn-install: yarn install test: yarn-install - yarn test --no-watchAll --bail --ci + yarn test --no-watchAll --bail --ci build: test yarn build @@ -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)