diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 11:56:47 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 13:22:05 +0100 |
commit | 176014a5d7bc17dc9528a01df1280b09a3505a8d (patch) | |
tree | 2b7ffa2405f04ecb8074847ae4d59d1f6b4df5bc /conf/cgitrc.proto | |
parent | ada3a8eab37090c9583d5ef34342fdf06ac40b74 (diff) | |
download | aur-176014a5d7bc17dc9528a01df1280b09a3505a8d.tar.gz aur-176014a5d7bc17dc9528a01df1280b09a3505a8d.tar.xz |
Add links to public and private clone URLs
Show a public clone URL (using Git over HTTP) by default and only show
the private clone URL to the package maintainer.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf/cgitrc.proto')
-rw-r--r-- | conf/cgitrc.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cgitrc.proto b/conf/cgitrc.proto index fdc280b5..e2b68922 100644 --- a/conf/cgitrc.proto +++ b/conf/cgitrc.proto @@ -24,6 +24,6 @@ footer=/srv/http/aur/web/template/cgit/footer.html max-repodesc-length=50 max-blob-size=2048 max-stats=year -enable-http-clone=0 +enable-http-clone=1 scan-path=/srv/http/aur/repos/ |