mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
updated to do list
This commit is contained in:
parent
04edaaf948
commit
34be5e29be
2 changed files with 7 additions and 3 deletions
|
@ -9,12 +9,16 @@ TIER 1 (critical)
|
||||||
* a package should be made of tupkg client tool
|
* a package should be made of tupkg client tool
|
||||||
|
|
||||||
TIER 2 (pretty important)
|
TIER 2 (pretty important)
|
||||||
* when aur takes over a package, it should reset maintainer - Paul
|
|
||||||
* tupkg and tupkgs should not output unhashed passwords
|
* tupkg and tupkgs should not output unhashed passwords
|
||||||
* config file capability for tupkg client in user's homedir
|
* config file capability for tupkg client in user's homedir
|
||||||
* email notification of errors in tupkgupdate - Paul
|
* email notification of errors in tupkgupdate - Paul
|
||||||
* move config options for php code to separate file and make that file
|
* move config options for php code to separate file and make that file
|
||||||
a ".proto" file in svn
|
a ".proto" file in svn
|
||||||
|
* add foreign key constraints with on delete cascade to make sure
|
||||||
|
entries are not orphaned in PackageSources and PackageDepends
|
||||||
|
|
||||||
TIER 3 (noncritical)
|
TIER 3 (noncritical)
|
||||||
* tupkgupdate should use updatesync instead of gensync - Paul
|
* tupkgupdate should use updatesync instead of gensync - Paul
|
||||||
|
* error message when a non TU tries to adopt packages
|
||||||
|
* add method from the web for setting/changing package category
|
||||||
|
* only allow the maintainer to tupkg upload packages he owns (in tupkgs)
|
||||||
|
|
|
@ -12,8 +12,8 @@ $DBUG = 0;
|
||||||
|
|
||||||
# this is the directory that new packages will be uploaded to
|
# this is the directory that new packages will be uploaded to
|
||||||
#
|
#
|
||||||
$UPLOAD_DIR = "/tmp/aur/temp/";
|
$UPLOAD_DIR = "/aur/temp/";
|
||||||
$INCOMING_DIR = "/tmp/aur/incoming/";
|
$INCOMING_DIR = "/aur/incoming/";
|
||||||
$URL_DIR = "/packages/";
|
$URL_DIR = "/packages/";
|
||||||
|
|
||||||
if ($_COOKIE["AURSID"]) {
|
if ($_COOKIE["AURSID"]) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue