summaryrefslogtreecommitdiffstats
path: root/TODO.dan
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-20 19:16:17 +0000
committerDan McGee <dan@archlinux.org>2007-03-20 19:16:17 +0000
commit8ded2051d2449045ad07117d7ac58a17784d20ef (patch)
tree78884a1b1cca089b669428051d775aa945d25972 /TODO.dan
parentb6018c436d3b585c23284be9bbf767caf9d37b36 (diff)
downloadpacman-8ded2051d2449045ad07117d7ac58a17784d20ef.tar.gz
pacman-8ded2051d2449045ad07117d7ac58a17784d20ef.zip
* TODO.dan updates.
Alessio 'mOLOk' Bolognino <themolok.ml@gmail.com> * Make makeworld compatable with makepkg lacking -w option.
Diffstat (limited to 'TODO.dan')
-rw-r--r--TODO.dan3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.dan b/TODO.dan
index 7af3e684..70e08295 100644
--- a/TODO.dan
+++ b/TODO.dan
@@ -24,6 +24,9 @@ keep, etc. Good python script in the forums that we should try to emulate.
Downgrade feature - allow users to see cached packages and downgrade to
(previous or any?) available options.
+Installed size and download size in -Si/Qi output should scale with package
+size- KB to MB to GB. We should also get consistancy of K/KB, M/MB, etc.
+
Extreme similarity between some of the sync and add code...we have to be able
to abstract more away from sync actions and add actions to just 'actions'
(example: sync,c, add.c, and deptest.c all contain a switch on PM_DEP_MOD_*).