You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
891 B

TODO
====
o missing locking while indexing. This way the index files are regularily
broken on our FTP server and have to be manually fixed.
o multiple call results in different outputs (perhaps Perl 5.8.x hash
randomization issue?) PR#284
o "mutt15" provides "mutt". if "mutt15" is installed, openpkg-tool tries
to upgrade to "mutt".
o incorrect UPDATE behaviour: tries to downgrade to older versions PR303
CANDO
=====
o file:// URL scheme not understood. No dramatically, but a little
bit inconsistent and should be easy to fix.
o boolean condition parser/evaluator: does not accept/understand "!=".
This seems to not cause trouble but is a nasty weakness.
o boolean condition parser/evaluator: does not accept/understand values
other than "yes"/"no" This seems to not cause large trouble but is a
nasty weakness and especially makes some packages more complicated.