summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-09 23:50:11 -0500
committerSimo Leone <simo@archlinux.org>2007-10-10 21:43:44 -0500
commitfccb39dcd85edb30532bf4a6e6dfb056d40bc522 (patch)
tree1c8c0bd33a0653e5600a71455c50db8442ffcf93 /TODO
parent695951bb8f6e51d0a3cbef6b36a8a606e0272891 (diff)
A bunch of those first-glance type updates
Some new eyes on the code, and finding some new things to fix up. A lot of documentation type stuff with some code commenting. Make the message and echo stuff a bit more consistant. Move the UID check later so that we can see help as a normal user. Other small fixups. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index c889efc..26704e4 100644
--- a/TODO
+++ b/TODO
@@ -10,3 +10,10 @@
* push to projects.archlinux.org
* win.
+
+* (Dan) We should have the ability to add packages in two ways- package lists
+ that pull from the sync DBs (-S), and packages files as well (-U).
+
+* (Dan) Pacman DBs should not have to be synced multiple times (one for each
+ package list + kernel). They should be synced the first time and that should
+ cover our bases. This may be a pacman bug.