pacman/TODO

16 lines
641 B
Text
Raw Normal View History

2004-01-04 17:53:32 +00:00
- think about consolidating the -A/-U/-S options into one smart
install operation
- replaces code doesn't run with -U or -A
- when performing replaces, pacman should not remove old packages until
the conflict checks are passed
- --info should work with --sync to display dependencies
- add an ETA to the download progress bar
- add HTTP/1.1 support
2003-03-14 17:35:57 +00:00
- fix the broken pipe bug
2003-02-27 08:26:02 +00:00
- handle version comparators in makepkg dep resolution (eg, glibc>=2.2.5)
2003-09-15 04:58:02 +00:00
- add post_remove, pre_install, pre_upgrade functions to scriptlets
2004-01-04 17:53:32 +00:00
? record md5sums of all files in a package
2002-12-11 21:56:52 +00:00
? use 'set -e' in makepkg?
2002-08-09 18:03:48 +00:00
- check $PACCONF env var
- add a --pretend option