[ARVADOS-WORKBENCH2] created: 1.1.4-323-g46a4136

Git user git at public.curoverse.com
Tue Jul 17 13:23:34 EDT 2018


        at  46a41363f69391d4131180791f912329464d8a65 (commit)


commit 46a41363f69391d4131180791f912329464d8a65
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Jul 17 14:23:24 2018 -0300

    13838 add site config file
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/Makefile b/Makefile
index 30ab7bc..1ca0921 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ $(DEB_FILE): build
 	 --iteration "$(ITERATION)" \
 	 --maintainer="$(MAINTAINER)" \
 	 --description="$(DESCRIPTION)" \
-	 --deb-no-default-config-files \
+	 --config-files "/etc/arvados/workbench2/workbench2.example.json" \ \
 	$(WORKSPACE)/build/=$(DEST_DIR)
 
 $(RPM_FILE): build
@@ -96,6 +96,7 @@ $(RPM_FILE): build
 	 --iteration "$(ITERATION)" \
 	 --maintainer="$(MAINTAINER)" \
 	 --description="$(DESCRIPTION)" \
+	 --config-files "/etc/arvados/workbench2/workbench2.example.json" \
 	 $(WORKSPACE)/build/=$(DEST_DIR)
 
 copy: $(DEB_FILE) $(RPM_FILE)
diff --git a/workbench2.example.json b/workbench2.example.json
new file mode 100644
index 0000000..d790112
--- /dev/null
+++ b/workbench2.example.json
@@ -0,0 +1,3 @@
+{
+  "API_HOST": "CHANGE.TO.YOUR.ARVADOS.API.HOST" 
+}
\ No newline at end of file

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list