aboutsummaryrefslogtreecommitdiff
path: root/devel/gitolite2/files/patch-gl-setup
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitolite2/files/patch-gl-setup')
-rw-r--r--devel/gitolite2/files/patch-gl-setup26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/gitolite2/files/patch-gl-setup b/devel/gitolite2/files/patch-gl-setup
deleted file mode 100644
index c43173fe9d7e..000000000000
--- a/devel/gitolite2/files/patch-gl-setup
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/gl-setup 2011-07-26 11:16:41.000000000 -0700
-+++ src/gl-setup 2011-07-28 04:02:41.000000000 -0700
-@@ -107,7 +107,7 @@
-
- # now we get to gitolite itself
-
--gl-install -q
-+${GL_BINDIR}/gl-install -q
-
- [ -f $GL_ADMINDIR/conf/gitolite.conf ] || {
- cat <<EOF | cut -c9- > $GL_ADMINDIR/conf/gitolite.conf
-@@ -121,7 +121,7 @@
- [ -n "$pubkey_file" ] && cp $pubkey_file $GL_ADMINDIR/keydir
-
- touch $HOME/.ssh/authorized_keys
--gl-compile-conf -q
-+${GL_BINDIR}/gl-compile-conf -q
-
- # setup push-to-admin
- (
-@@ -133,4 +133,4 @@
-
- # now that the admin repo is created, you have to set the hooks properly; best
- # do it by running install again
--gl-install -q
-+${GL_BINDIR}/gl-install -q