CIA.vc
joey
Real-time open source activity stats
Stats » Authors » joey
informationsyndicateUTC clock
05:01 on May 19, 2012
event counters
The last message was received 1.31 days ago at 21:38 on May 17, 2012
0 messages so far today, 0 messages yesterday
4 messages so far this week, 0 messages last week
4 messages so far this month, 8 messages last month
2515 messages since the first one, 7.8 years ago, for an average of 1.13 days between messages
recent messages
dateReversed sort columnprojectcontentlink
17:17 Thursdaydevscripts
Commit by joey :: r21b6ee7 devscripts/debian/control:
 remove myself from Maintainers list

Have not done much here since 2008. May come back later. :)
#
00:19 Mondaydebian-installer/hw-detect
Commit by joey :: rd4b20c7 hw-detect/ (3 files in 2 dirs):
 check-missing-firmware: Use udpkg to get the contents of debs

In order to support other compression methods than gz.
#
00:19 Mondaydebian-installer/udpkg
Commit by joey :: r7aec64e udpkg/udpkg.c:
refactored and cleaned up compression type handling code
#
00:19 Mondaydebian-installer/udpkg
Commit by joey :: ra8a7f21 udpkg/ (debian/changelog udpkg.c):
 Add -c mode to list the files contained in a deb.

Unlike dpkg -c, this only lists the files, not other information.

This will be used by check_missing_firmware, which needs to look inside
debs and currently hardcodes support for only data.tar.gz.
#
14:54 on Apr 20debian-installer/os-prober
Commit by joey :: r1623709 os-prober/debian/ (changelog control):
releasing version 1.52
#
14:54 on Apr 20debian-installer/os-prober
Commit by joey :: r79dafa0 os-prober/ (3 files in 3 dirs):
 Revert broken patch adding support for BSD distributions. Closes: #668860

Note that this reverts some fixes Colin made to the files distributed
in #668860, which should be kept if anyone resuscitates this patch again.
#
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.
#
20:30 on Apr 07debian-installer/debian-installer
Commit by joey :: re9415f0 debian-installer/ (5 files in 5 dirs):
 Increase hd-media size to target 1 gb USB key.

The i386 netinst iso is now too large to fit on a 256 mb key. Closes: #666090

How large is what is marketed as a "1 gigabyte" USB key? I am unable to
check as even my lowest end (dispoable) keys are all at least 4 gb. So
I assumed the same fudge factor used for the 256 mb key.
#
20:03 on Apr 07debian-installer/base-installer
Commit by joey :: r722410e base-installer/ (debian/changelog library.sh):
Add missing semicolon to /etc/apt/apt.conf.d/00CDMountPoint.
#
19:36 on Apr 07debian-pkg-haskell
Commit by joey :: r7539a4f haskell-edit-distance/debian/ (changelog control):
Add missed build dependency on random.
#
19:10 on Apr 06debian-pkg-haskell
Commit by joey :: rf45e5b7 haskell-edit-distance/debian/ (8 files in 2 dirs):
debianization
#
19:10 on Apr 06debian-pkg-haskell
Commit by joey :: r8923f1f haskell-edit-distance/ (8 files in 2 dirs):
 remove several files that are not distributed in the cabal tarball

This is around the third haskell package I've noticed is not distributing
in the tarball files like TODO and parts of its test suite.
#
22:40 on Mar 21debconf
Commit by joey :: r4c32bf7 debconf/ (debian/changelog po/da.po):
Danish updated. Closes: #664901
#
17:50 on Mar 15debian-installer/os-prober
Commit by joey :: r5e6e3e9 os-prober/ (2 files in 2 dirs):
Relax the MS-DOS detection again now that it will not cause false positives for non-FAT filesystems.
#
00:32 on Mar 14debian-pkg-haskell
Commit by joey :: rfec7e86 haskell-github/debian/ (control rules):
releasing version 0.2.1-1
#
00:32 on Mar 14debian-pkg-haskell
Commit by joey :: rdca22c1 haskell-github/debian/patches/ (cabal-dependencies series):
patch to build with current versions
#
22:20 on Mar 13debian-pkg-haskell
Commit by joey :: r26faefa haskell-bloomfilter/debian/control:
add missing Vcs-Browser url
#
19:29 on Mar 13debian-pkg-haskell
Commit by joey :: r215741e haskell-bloomfilter/debian/control:
fixes
#
15:58 on Mar 12debian-installer/os-prober
Commit by joey :: r29c404f os-prober/ (2 files in 2 dirs):
 Avoid false positives in MS-DOS detection by also looking for autoexec.bat. Closes: #663540

/dos is not an unheard of directory to have on a linux system -- we used
to put our dual-boot mount point there in 1995 -- and when mounted by
grub-mount, the filesystem type is not available to limit detection of
MS-DOS to only relevant filesystems.

Work around this problem by also requiring an /autoexec.bat or a
/config.sys. While not all MS-DOS systems have one of these files,
any MS-DOS system that a user is likely to care about showing up
in their boot menu probably does.
(IIRC not all MS-DOS systems even have a /dos!)

I also took a brief look at the other tests that allows fuse mount through.
Many of them, like 83haiku check for enough different items that the
chances of a false positive are very low even absent a filesystem type
confirmation. The most worrying are 20macosx, which only checks for
/mach_kernel, and 30utility, which only checks for /f11.sys.

Those should probably be tightened down, or a way found to check the actual
filesystem type when using grub-mount.
#
16:18 on Mar 01debian-installer/debian-installer
Commit by joey :: red56483 debian-installer/ (4 files in 2 dirs):
Add ext4-modules to hd-media initrds. Closes: #661620
#