OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 05-Apr-2004 21:33:15
Branch: HEAD Handle: 2004040520331500
Modified files:
openpkg-tools/cmd build.pl
Log:
remember issues
Summary:
Revision Changes Path
1.3 +21 -0 openpkg-tools/cmd/build.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/build.pl
============================================================================
$ cvs diff -u -r1.2 -r1.3 build.pl
--- openpkg-tools/cmd/build.pl 5 Apr 2004 19:30:08 -0000 1.2
+++ openpkg-tools/cmd/build.pl 5 Apr 2004 19:33:15 -0000 1.3
@@ -23,6 +23,27 @@
## SUCH DAMAGE.
##
+# 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 in 1.3.1: on upgrading postfix it thinks 1.3.0 is the newest package.
+# o during "openpkg build -Ua" in a release (not in CURRENT) the bootstrap
+# package is always updated even if no new version exists.
+# 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.
+
require 5;
use OpenPKG::Ctx;
my $ctx = new OpenPKG::Ctx;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]