diff options
author | Dan McGee <dan@archlinux.org> | 2007-10-09 23:50:11 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2007-10-10 21:43:44 -0500 |
commit | fccb39dcd85edb30532bf4a6e6dfb056d40bc522 (patch) | |
tree | 1c8c0bd33a0653e5600a71455c50db8442ffcf93 /TODO | |
parent | 695951bb8f6e51d0a3cbef6b36a8a606e0272891 (diff) | |
download | archiso32-fccb39dcd85edb30532bf4a6e6dfb056d40bc522.tar.xz |
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-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |