diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-04-17 14:21:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-04-17 14:21:11 +0000 |
commit | 8ccfe42eee1d14b4eb1439b873506da6c955a75f (patch) | |
tree | d3c6eceeac8440edd50d5388139a69ca2afa7816 /pkgtools | |
parent | 77ab9139498c5f01fd318a1be906598b55be8585 (diff) | |
download | pkgsrc-8ccfe42eee1d14b4eb1439b873506da6c955a75f.tar.gz |
Add a list of things to be done, most of them based on dmcmahill@ comments.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/dfdisk/files/TODO | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgtools/dfdisk/files/TODO b/pkgtools/dfdisk/files/TODO new file mode 100644 index 00000000000..70ecfdd0e1e --- /dev/null +++ b/pkgtools/dfdisk/files/TODO @@ -0,0 +1,22 @@ +- Add a target which determines which are the new distfiles in the DISTDIR + directory, even if "old" distfiles are there. The target should be able + to move, copy, link or list those files. For example: "dfdisk new CMD" + where CMD is a random command (like mv, cp, ln or echo) to run on those + files. + +- Handle distfiles with bad checksums in disks. The program should store + a checksum of each file (SHA1) in the database and compare it against + the one in the respective distinfo file before fetching it from that + specific disk. This means that dfdisk needs a way to know which distinfo + file to look at... + +- If a distfile appears in multiple disks and has different checksums, + dfdisk should choose the right one. + +- If a distfile appears in multiple disks, dfdisk should check if the disk + in the drive has it before asking the user to change the media. + +- Add a way to sort disks by preference when it comes to fetch files. + Sorting them by date seems the most reasonable choice. + +- Clean up the code and fix bugs, of course ;-) |