X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e5b901f7d6f87b56f43d3dbe002c9c90a3d41349..f0a64666816383d2641d5fa7ea22019441ac4464:/Makefile diff --git a/Makefile b/Makefile index 30ab7bc4..669fdda9 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,9 +82,12 @@ $(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)" \ - --deb-no-default-config-files \ + --config-files="etc/arvados/workbench2/workbench2.example.json" \ $(WORKSPACE)/build/=$(DEST_DIR) $(RPM_FILE): build @@ -94,8 +97,12 @@ $(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) copy: $(DEB_FILE) $(RPM_FILE)