CIA.vc
debootstrap
Real-time open source activity stats
Stats » Projects » Debian Installer » debootstrap
informationsyndicateUTC clock
09:02 on May 27, 2012
event counters
The last message was received 4.48 days ago at 21:31 on May 22, 2012
0 messages so far today, 0 messages yesterday
2 messages so far this week, 0 messages last week
2 messages so far this month, 3 messages last month
79 messages since the first one, 1.36 years ago, for an average of 0.9 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
17:07 Tuesdaydebian-installer/debootstrap
Commit by mehdi :: r4c6ae88 debootstrap/ (debian/changelog functions):
Add support for InRelease files (Closes: #638682)
#
17:07 Tuesdaydebian-installer/debootstrap
Commit by joey :: r1b29e06 debootstrap/ (debian/changelog functions):
minor cleanup
#
17:16 on Apr 26debian-installer/debootstrap
Commit by cjwatson :: r7e80916 debootstrap/debian/changelog:
releasing version 1.0.40
#
14:40 on Apr 26debian-installer/debootstrap
Commit by cjwatson :: r150f689 debootstrap/ (debian/changelog scripts/quantal):
Add (Ubuntu) quantal as a symlink to gutsy.
#
00:45 on Apr 18debian-installer/debootstrap
Commit by joey :: rdaa802a debootstrap/ (debian/changelog functions):
 point users at the log file on error, try to show a package name too

When installation or configuration of a package fails, output a message
that points the user to the log file[1]. Attempt to grep out the first
package that dpkg failed on and show its name too. Closes: #472704

Sample:

W: Failure while configuring base packages.  This will be re-attempted up to five times.
W: See sid/debootstrap.log for details (possibly the package libept1 is at fault)

This relies on the LANG=C currently set for the debootstrap run.
Changes to the "dpkg: error processing $PACKAGE" message would break
the package name extractor, but it'd fall back to not showing a
package name.

This adds cut to the set of utilities debootstrap uses, which shouldn't
be a problem.

[1] In d-i, debootstrap doesn't know where the log file is, but then
this message goes to the same syslog file, so I didn't add any special
handling for this case.
#
17:26 on Mar 13debian-installer/debootstrap
Commit by cjwatson :: r67932a8 debootstrap/debian/changelog:
releasing version 1.0.39
#
17:09 on Mar 13debian-installer/debootstrap
Commit by cjwatson :: r1b85c83 debootstrap/ (debian/changelog functions):
Stop at the end of the retrieval phase if any packages failed to download.
#
17:05 on Mar 13debian-installer/debootstrap
Commit by cjwatson :: r733069b debootstrap/ (debian/changelog functions):
Retry corrupted downloads rather than carrying on almost regardless. Patch mostly due to Michael Gilbert, rearranged somewhat by me (closes: #618920).
#
13:30 on Nov 21, 2011debian-installer/debootstrap
Commit by cjwatson :: r412608c debootstrap/debian/changelog:
releasing version 1.0.38
#
13:20 on Nov 21, 2011debian-installer/debootstrap
Commit by cjwatson :: r0fbf86a debootstrap/ (debian/changelog functions):
pkgdetails_perl: Use the last of a sequence of stanzas for the same package name, rather than the first (closes: #649319).
#
18:47 on Nov 19, 2011debian-installer/debootstrap
Commit by otavio :: rb92ce0b debootstrap/ (debian/changelog debootstrap):
Fix --print-debs support when using --foreign param. Closes: #551837.
#
21:10 on Oct 08, 2011debian-installer/debootstrap
Commit by joey :: rcb07fc3 debootstrap/ (debian/changelog scripts/precise):
 Merge remote-tracking branch 'origin/master'

Conflicts:
        debian/changelog
#
21:10 on Oct 08, 2011debian-installer/debootstrap
Commit by joey :: r2d8bf39 debootstrap/ (debian/changelog functions):
Improve error message when a decompressor is not available, to indicate which package has been built with bzip today. Closes: #644719
#
21:00 on Oct 05, 2011debian-installer/debootstrap
Commit by cjwatson :: rd5de383 debootstrap/debian/changelog:
releasing version 1.0.37
#
20:58 on Oct 05, 2011debian-installer/debootstrap
Commit by cjwatson :: r13ec847 debootstrap/ (debian/changelog scripts/precise):
Add (Ubuntu) precise as a symlink to gutsy.
#
22:41 on Aug 21, 2011debian-installer/debootstrap
Commit by joey :: r3a3afbb debootstrap/debian/changelog:
releasing version 1.0.36
#
22:37 on Aug 21, 2011debian-installer/debootstrap
Commit by joey :: r6744d37 debootstrap/ (debian/changelog functions):
 Workaround for umount bug #634107, which broke pbuilder and "debootstrap ."

umount /path/to/foo fails when run in in /path/to/.
Work around this nasty bug with a chdir /.

Note that TARGET is an absolute path, so chdiring away is safe.
#
23:37 on Aug 15, 2011debian-installer/debootstrap
Commit by joey :: r804a6a4 debootstrap/ (debian/changelog debootstrap):

warn about missing modules on FreeBSD

  • Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD chroot or jail. Thanks, Arno Toell.
  • When debootstrapping on FreeBSD, warn if necessary modules are not loaded. Thanks, Arno Toell.
#
20:53 on Aug 15, 2011debian-installer/debootstrap
Commit by joey :: r3b609a4 debootstrap/ (debian/changelog functions):
 When FreeBSD (not kfreebsd) is the host, don't chroot to mount special filesystems.

That fails for reasons that I don't know, but part of this patch avoids
the chroot.
http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain

With this patch, deamonkeeper has confirmed a successful debootstrap from a
FreeBSD host.
#
20:30 on Aug 15, 2011debian-installer/debootstrap
Commit by joey :: r8a38afd debootstrap/ (debian/changelog debootstrap functions):
 Support using md5 and shaN programs, as found on FreeBSD, in addition to md5sum and shaNsum.

Based on the patch used for the FreeBSD port of debootstrap:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain

That entire patch should now be unnecessary.
#