[ARVADOS-WORKBENCH2] updated: 1.1.4-324-gea87254
Git user
git at public.curoverse.com
Tue Jul 17 14:11:00 EDT 2018
Summary of changes:
Makefile | 4 ++--
.../arvados/workbench2/workbench2.example.json | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename workbench2.example.json => etc/arvados/workbench2/workbench2.example.json (100%)
via ea8725420ed2b4c3710925ac016ce10f288ab0aa (commit)
from 46a41363f69391d4131180791f912329464d8a65 (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 ea8725420ed2b4c3710925ac016ce10f288ab0aa
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Tue Jul 17 15:10:50 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 1ca0921..c28b4b8 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list