Comment 20 for bug 1444347

Revision history for this message
Steve Langasek (vorlon) wrote :

FYI the problematic delta is still available on system-image.ubuntu.com. The relevant files are:

old image (20141201): http://system-image.ubuntu.com/pool/ubuntu-fa74c536de07b74b0c7484c4e20ebc471a5965bc784b1a38face0b8e7598316a.tar.xz
new image (20150413): http://system-image.ubuntu.com/pool/ubuntu-631ce387d6c729c3da0ae9177d0c9d9a07f3e0dfb15b21b20771079322915d20.tar.xz
delta: http://system-image.ubuntu.com/pool/ubuntu-631ce387d6c729c3da0ae9177d0c9d9a07f3e0dfb15b21b20771079322915d20.delta-ubuntu-fa74c536de07b74b0c7484c4e20ebc471a5965bc784b1a38face0b8e7598316a.tar.xz

Old tarball:

$ tar --wildcards -tvf /srv/system-image.ubuntu.com/www/full/pool/ubuntu-fa74c536de07b74b0c7484c4e20ebc471a5965bc784b1a38face0b8e7598316a.tar.xz system/usr/bin/python3.4'*'
-rwxr-xr-x root/root 3120604 2014-11-14 19:14 system/usr/bin/python3.4m
hrwxr-xr-x root/root 0 2014-11-14 19:14 system/usr/bin/python3.4 link to system/usr/bin/python3.4m
$

New tarball:

$ tar --wildcards -tvf /srv/system-image.ubuntu.com/www/full/pool/ubuntu-631ce387d6c729c3da0ae9177d0c9d9a07f3e0dfb15b21b20771079322915d20.tar.xz system/usr/bin/python3.4'*'
-rwxr-xr-x root/root 2887488 2015-03-27 02:51 system/usr/bin/python3.4m
hrwxr-xr-x root/root 0 2015-03-27 02:51 system/usr/bin/python3.4 link to system/usr/bin/python3.4m
$