From: Fernando Monserrat Date: Tue, 17 Jul 2018 18:10:50 +0000 (-0300) Subject: 13838 add site config file X-Git-Tag: 1.2.0~41^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ea8725420ed2b4c3710925ac016ce10f288ab0aa 13838 add site config file Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat --- diff --git a/Makefile b/Makefile index 1ca09210..c28b4b86 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ $(DEB_FILE): build --iteration "$(ITERATION)" \ --maintainer="$(MAINTAINER)" \ --description="$(DESCRIPTION)" \ - --config-files "/etc/arvados/workbench2/workbench2.example.json" \ \ + --config-files="etc/arvados/workbench2/workbench2.example.json" \ $(WORKSPACE)/build/=$(DEST_DIR) $(RPM_FILE): build @@ -96,7 +96,7 @@ $(RPM_FILE): build --iteration "$(ITERATION)" \ --maintainer="$(MAINTAINER)" \ --description="$(DESCRIPTION)" \ - --config-files "/etc/arvados/workbench2/workbench2.example.json" \ + --config-files="etc/arvados/workbench2/workbench2.example.json" \ $(WORKSPACE)/build/=$(DEST_DIR) copy: $(DEB_FILE) $(RPM_FILE) diff --git a/workbench2.example.json b/etc/arvados/workbench2/workbench2.example.json similarity index 100% rename from workbench2.example.json rename to etc/arvados/workbench2/workbench2.example.json