Skip to content

Commit

Permalink
4b7d144 should have touched this also
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaramc committed Mar 31, 2010
1 parent 5aba13c commit e6ee5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gl-setup
Expand Up @@ -84,7 +84,7 @@ gl-compile-conf -q
od=$PWD
cd; cd $REPO_BASE/gitolite-admin.git
GIT_WORK_TREE=$GL_ADMINDIR git add conf/gitolite.conf keydir
GIT_WORK_TREE=$GL_ADMINDIR git diff --cached --quiet || GIT_WORK_TREE=$GL_ADMINDIR git commit -am start
GIT_WORK_TREE=$GL_ADMINDIR git diff --cached --quiet 2>/dev/null || GIT_WORK_TREE=$GL_ADMINDIR git commit -am start
cd $od

# now that the admin repo is created, you have to set the hooks properly; best
Expand Down

0 comments on commit e6ee5cd

Please sign in to comment.