summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-01-24 05:08:47 +0100
committerpjmattal <pjmattal>2005-01-24 05:08:47 +0100
commit34be5e29bef7a8b8fa69ab41ef9dad6a7059be81 (patch)
treebe736709f664d91f043b8e8ccd93b1b525b96db7
parent04edaaf948e76b08aa04fec69429556a51a03279 (diff)
downloadaur-34be5e29bef7a8b8fa69ab41ef9dad6a7059be81.tar.gz
aur-34be5e29bef7a8b8fa69ab41ef9dad6a7059be81.tar.xz
updated to do list
-rw-r--r--LAUNCH.txt6
-rw-r--r--web/html/pkgsubmit.php4
2 files changed, 7 insertions, 3 deletions
diff --git a/LAUNCH.txt b/LAUNCH.txt
index a42f0bf9..0770d821 100644
--- a/LAUNCH.txt
+++ b/LAUNCH.txt
@@ -9,12 +9,16 @@ TIER 1 (critical)
* a package should be made of tupkg client tool
TIER 2 (pretty important)
-* when aur takes over a package, it should reset maintainer - Paul
* tupkg and tupkgs should not output unhashed passwords
* config file capability for tupkg client in user's homedir
* email notification of errors in tupkgupdate - Paul
* move config options for php code to separate file and make that file
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)
* 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)
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index 27535ad3..ce7df104 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -12,8 +12,8 @@ $DBUG = 0;
# this is the directory that new packages will be uploaded to
#
-$UPLOAD_DIR = "/tmp/aur/temp/";
-$INCOMING_DIR = "/tmp/aur/incoming/";
+$UPLOAD_DIR = "/aur/temp/";
+$INCOMING_DIR = "/aur/incoming/";
$URL_DIR = "/packages/";
if ($_COOKIE["AURSID"]) {