summaryrefslogtreecommitdiff
path: root/devel/gitolite2/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitolite2/files')
-rw-r--r--devel/gitolite2/files/patch-gl-install11
-rw-r--r--devel/gitolite2/files/patch-gl-setup26
-rw-r--r--devel/gitolite2/files/pkg-message.in18
3 files changed, 0 insertions, 55 deletions
diff --git a/devel/gitolite2/files/patch-gl-install b/devel/gitolite2/files/patch-gl-install
deleted file mode 100644
index 1d2b3adf43b7..000000000000
--- a/devel/gitolite2/files/patch-gl-install
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gl-install 2011-07-26 11:16:41.000000000 -0700
-+++ src/gl-install 2011-07-28 07:30:17.000000000 -0700
-@@ -70,7 +70,7 @@
-
- # "src" and "doc" will be overwritten on each install, but not conf
- if ($GL_PACKAGE_HOOKS) {
-- system("cp -R -p $GL_PACKAGE_HOOKS $GL_ADMINDIR");
-+ system("cp -f -R -p $GL_PACKAGE_HOOKS $GL_ADMINDIR");
- } else {
- system("cp -R -p $ENV{GL_BINDIR}/../src $ENV{GL_BINDIR}/../doc $ENV{GL_BINDIR}/../hooks $GL_ADMINDIR");
- system("cp $ENV{GL_BINDIR}/../conf/VERSION $GL_ADMINDIR/conf");
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
diff --git a/devel/gitolite2/files/pkg-message.in b/devel/gitolite2/files/pkg-message.in
deleted file mode 100644
index e385c83b2712..000000000000
--- a/devel/gitolite2/files/pkg-message.in
+++ /dev/null
@@ -1,18 +0,0 @@
-==============================================================================
-
-Final gitolite installation instructions:
-
-Any ssh user can be a gitolite provider. Simply run the following command as
-the user:
-
-%%PREFIX%%/bin/gl-setup /path/to/admin.ssh.key.pub
-
-This will setup up the configuration files for gitolite, designating where the
-repositories are located and other options.
-
-The admin ssh key allows full access to the gitolite-admin repository where
-additional users and repositories can be configured.
-
-By default, the git user is created for use by gitolite.
-
-==============================================================================