]> git.arvados.org - arvados.git/commit
4253: Sync up Docker with our production Gitolite setup.
authorBrett Smith <brett@curoverse.com>
Mon, 30 Mar 2015 15:06:51 +0000 (11:06 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 1 Apr 2015 13:43:05 +0000 (09:43 -0400)
commit39b482948ad34c268658597bad9e6ace73f0dd91
tree95c9c60c2b28b5bd30867c3ab89dc6897003e6fe
parentfd3278f525ea0afa54d3eef8c9705f9b44d629af
4253: Sync up Docker with our production Gitolite setup.

This updates our API server Docker image to store repositories by
UUID, with name aliases available.  .gitolite.rc enables the aliasing,
and update-gitolite.rb generates the necessary configuration.  This
makes it possible to test the recent repository changes in Docker.
docker/api/.gitolite.rc [new file with mode: 0644]
docker/api/Dockerfile
docker/api/setup-gitolite.sh.in
docker/api/update-gitolite.rb