[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

jigdo 0.6.6



Hello,

I have just released Jigsaw Download 0.6.6. jigdo is a scheme which
makes it possible to download Debian CD images from any regular Debian
FTP mirror, instead of getting them from one of the fewer and slower
CD image mirrors.

What's new?
~~~~~~~~~~~
  - jigdo-lite/mirror: Template URLs can be relative to jigdo URL
  - jigdo-file: Any template URL added by default is relative
  - jigdo-lite: Don't use "wget -c" to get jigdo/template files -
    causes problems if the files are updated daily on the server
  - jigdo-file: >4GB file sizes now really supported on Linux
    (James W. Jayaputera) - does still not work under Windows.
  - jigdo-mirror is now installed by "make install"
  - Updated documentation, new manpage for jigdo-mirror
  - jigdo-file make-template: New --merge switch allows you to add
    this run's data to an existing jigdo file.
  - jigdo-file now writes out a Template-MD5Sum=... entry to the jigdo
    file. When using --merge, the entry can also be added to an
    existent [Image] section. jigdo-lite uses it to verify downloaded
    template data.
  - jigdo-file make-template: Always moves [Parts] section to the
    bottom of the file

Where is it?
~~~~~~~~~~~~
Jigdo homepage:           <http://atterer.net/jigdo/>
Source code:              <http://atterer.net/jigdo/jigdo-0.6.6.tar.bz2>
Statically linked binary: <http://atterer.net/jigdo/jigdo-bin-0.6.6.tar.bz2>
Downloading Debian CDs:   <http://www.debian.org/CD/jigdo-cd/>

Apt-able i386 .debs are at:
deb http://home.in.tum.de/~atterer/debian unstable jigdo


Attila and Phil, this version makes it much easier to generate jigdo
files with correct [Image] sections. If it weren't for the fact that
the resulting jigdo files would be incompatible to jigdo-easy, you
could just stop using --no-image-section and instead let jigdo-file
append an [Image] section, because that default one works just fine.

How to make jigdo-file add a "Template-MD5Sum=..." line to your jigdo
files without it also adding a "Template=..." line with a relative
URL:

To create the jigdo files, you previously used:

jigdo-file make-template --no-image-section
echo "[Image]
Filename=...
Template=...
ShortInfo=...
Info=..." >> x.jigdo
echo "[Servers]
..." >> x.jigdo

With 0.6.6, you do the following:

echo "[Image]
Filename=...
Template=...
Template-MD5Sum=
ShortInfo=...
Info=..." > tmpfile
echo "[Servers]
..." >> tmpfile
jigdo-file make-template --merge=tmpfile

Note the additional "Template-MD5Sum=" line - jigdo-file reads in
tmpfile, adds the checksum after the '=' and writes the result to the
output jigdo file.

Have fun,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer     |  CS student at the Technische  |  GnuPG key:
  | \/¯|  http://atterer.net  |  Universität München, Germany  |  0x888354F7
  ¯ '` ¯

Attachment: pgphufP5goCga.pgp
Description: PGP signature


Reply to: