index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/intentions-queue | 2 |
diff --git a/lib/intentions-queue b/lib/intentions-queue index 6710eb5..e6c2e25 100755 --- a/lib/intentions-queue +++ b/lib/intentions-queue @@ -19,6 +19,7 @@ fi # 2. update package database # 3. update mysql database # 4. upload database and package to mirror +# 5. clean up temporary files # db-update would create the following scripts (after getting the usual # database lock and determining what needs to be done): # 1. download database from mirror @@ -26,6 +27,7 @@ fi # 3. update mysql database # 4. upload database to mirror # 5. update packages on mirror +# 6. clean up temporary files # intent_something # create an intention, provided on stdin |