[post 1.0 review quozl@us.netrek.org**20060827040435] { hunk ./Makefile 2 -# $Id: Makefile,v 1.2 2006-08-16 02:13:46 james Exp $ +# $Id: Makefile,v 1.3 2006-08-23 09:44:18 james Exp $ hunk ./Makefile 31 - mv ../$(PACKAGE)_$(VERSION)*{.dsc,.changes,.tar.gz,.deb} ../main/ + cp ../$(PACKAGE)_$(VERSION)*{.dsc,.changes,.tar.gz,.deb} ~/public_html/external/mine/lenny/ + cp doc/index.phtml ~/public_html/external/mine/apt-walkabout/ + man2html doc/apt-walkabout.8 | grep -v "Content-type" > ~/public_html/external/mine/apt-walkabout/apt-walkabout.8.html + cp doc/*.{png,dot} ~/public_html/external/mine/apt-walkabout/ hunk ./Makefile 37 - (cd ../main/;make) + (cd ~/public_html/external/mine/lenny/;make) hunk ./TODO 1 -ia64, bin/update should use --print-uris from apt-get update, since remote system may not be same architecture. +bin/tree, needs to be run as root in order to make a copy of the lock +file, so change it to either fail if not run as root, or to skip the +lock file and create one itself. + +bin/tree, fail if directory is not empty, or create an apt-walkabout +subdirectory and create in there, telling user what we did. + +bin/*, refuse to operate if filesystem is mounted noexec. + +bin/fetch, not accepting default "upgrade" target. + +bin/fetch, if system name not given, and only one system is listed, +use it. + +-- + +ia64, bin/update should use --print-uris from apt-get update, since +remote system may not be same architecture. hunk ./debian/changelog 1 +apt-walkabout (1.0-0) unstable; urgency=low + + * release fixes + + -- James Cameron Wed, 23 Aug 2006 19:46:59 +1000 + hunk ./debian/rules 3 -# $Id: rules,v 1.1 2005/11/24 22:29:25 james Exp $ +# $Id: rules,v 1.2 2006-08-23 09:44:18 james Exp $ hunk ./doc/index.phtml 41 -The essence of it is to keep a per-target dpkg(8) status file and run -"apt-get --download-only dist-upgrade" against a prepared directory, -like this:

- -

- -More detail below.

- hunk ./doc/index.phtml 46 -

  • apt-walkabout_0.9-5_i386.deb, -
  • apt-walkabout_0.9-5.tar.gz, +
  • apt-walkabout_1.0-0_i386.deb, +
  • apt-walkabout_1.0-0.tar.gz, hunk ./doc/index.phtml 89 -

    ChangeLog for 0.9-5 released 2005-08-20

    - - - hunk ./doc/index.phtml 189 - in the same way "apt-get update" works, but using the - "apt-dupdate" script which only grabs deltas,

    + in the same way "apt-get update" works,

    hunk ./doc/index.phtml 220 -

    Phase 2, Delta

    +

    Phase 2, Update

    hunk ./doc/index.phtml 229 -
  • run the delta script, +
  • run the update script, hunk ./doc/index.phtml 275 -
  • delta, update package lists ... runs apt-dupdate on the pen +
  • update, update package lists ... runs apt-get update on the pen }