File: TODO

package info (click to toggle)
smart 1.4-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 6,512 kB
  • ctags: 5,747
  • sloc: python: 36,911; ansic: 18,059; sh: 9,983; perl: 2,800; cpp: 309; makefile: 124; xml: 103
file content (19 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- Make slack-site default priority be 100 or so?
- Clean stdin buffer before asking for user input.
- Autodetection of removable media for apt-deb channels.
- Implement package content listing for deb backend.
- Create a "master local directory mirror", which is checked
  for packages, to be used in conjuction with upgrade --urls?
- Implement scheme similar to apt-get remove -D.
- Implement "info" command, to show information about packages.
- Implement per-channel package signature checking.
- Implement something close to urpmi's --no-uninstall
- Add command for explicit cache rebuilding
- Add option to enable mixed dependency satisfaction.
- Transform "Stopped" progress in elapsed time
- Make it more clear that action commands on shell do not commit
  immediately.
- Implement flag --edit
- Add rpm-* option for rpm.setVerbosity(rpm.RPMLOG_*)
- Find a better way of making public patches between releases
  (http://tracker.labix.org/msg451)