[ARVADOS] updated: c7de9feacdd0803cbc4b93db44a9dc5652b7a755

git at public.curoverse.com git at public.curoverse.com
Wed Aug 13 16:23:46 EDT 2014


Summary of changes:
 docker/build_tools/Makefile | 4 ----
 1 file changed, 4 deletions(-)

       via  c7de9feacdd0803cbc4b93db44a9dc5652b7a755 (commit)
      from  32cecc78ad532393ba0f1b3e80db850dc33bf4b5 (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 c7de9feacdd0803cbc4b93db44a9dc5652b7a755
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Aug 13 16:23:43 2014 -0400

    3551: Remove chmod 755, no longer necessary now that config.rb does that.

diff --git a/docker/build_tools/Makefile b/docker/build_tools/Makefile
index 27f9909..7f3ad69 100644
--- a/docker/build_tools/Makefile
+++ b/docker/build_tools/Makefile
@@ -161,21 +161,17 @@ api-image: passenger-image $(BUILD) $(API_DEPS)
 	@echo "Building api-image"
 	mkdir -p api/generated
 	tar -czf api/generated/api.tar.gz -C build/services api
-	chmod 755 api/generated/setup.sh
-	chmod 755 api/generated/setup-gitolite.sh
 	$(DOCKER_BUILD) -t arvados/api api
 	date >api-image
 
 shell-image: base-image $(BUILD) $(SHELL_DEPS)
 	@echo "Building shell-image"
 	mkdir -p shell/generated
-	chmod 755 shell/generated/setup.sh
 	$(DOCKER_BUILD) -t arvados/shell shell
 	date >shell-image
 
 compute-image: slurm-image $(BUILD) $(COMPUTE_DEPS)
 	@echo "Building compute-image"
-	chmod 755 compute/generated/setup.sh
 	$(DOCKER_BUILD) -t arvados/compute compute
 	date >compute-image
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list