diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-06-06 10:34:28 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-27 12:42:12 +0100 |
commit | 74edb6fea9d7e8434d8df00a8eb9dc9703daa19d (patch) | |
tree | 5f87103b83b51c4702d2d3aa2afba32f627eea3b /conf | |
parent | 943b6bc9769a03e967f08d8b46bd975e2e8d2a20 (diff) | |
download | aur-74edb6fea9d7e8434d8df00a8eb9dc9703daa19d.tar.gz aur-74edb6fea9d7e8434d8df00a8eb9dc9703daa19d.tar.xz |
Use Git repositories to store packages
* Remove package submission page from the web interface.
* Replace PKGBUILD and tarball links with links to cgit.
* Remove the "URLPath" field from RPC replies.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/config.proto b/conf/config.proto index 969164a9..d20b533a 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -6,9 +6,6 @@ name = AUR user = aur password = aur -[paths] -storage = /srv/aur/unsupported/ - [options] username_min_len = 3 username_max_len = 16 @@ -21,7 +18,7 @@ persistent_cookie_timeout = 2592000 max_filesize_uncompressed = 8388608 disable_http_login = 1 aur_location = http://localhost -package_url = /packages/ +cgit_uri = https://git.aur.archlinux.org/ max_rpc_results = 5000 aur_request_ml = aur-requests@archlinux.org request_idle_time = 1209600 |