Jigdo

Summary

Jigdo (a portmanteau of "Jigsaw" and "download") is a utility typically used for downloading to piece together a large file, most commonly an optical disk image such as a CD, DVD or Blu-ray Disc (BD) image, from many smaller individual constituent files. The constituent files may be local and/or retrieved from one or more mirror sites. Jigdo's features are similar to BitTorrent, but unlike BitTorrent, Jigdo uses a client-server model, not peer-to-peer.

Jigdo
Developer(s)Richard Atterer, Steve McIntyre
Stable release
0.8.2[1] Edit this on Wikidata / 3 August 2023
Written inC++
Operating systemLinux, Solaris, OS X, FreeBSD, Microsoft Windows
TypeDownload utility
LicenseGPL-2.0-only[2]
Websitewww.einval.com/~steve/software/jigdo/

Jigdo itself is quite portable and is available for many UNIX and Unix-like operating systems, and is also available for Microsoft Windows.

Released under the terms of the GPL-2.0-only license, Jigdo is free software.

Uses edit

A quite common use would be to construct a Linux CD or DVD image for installation or distribution, where a slightly older version or release of same, or a cache or local partial mirror, already contains some or many of the needed constituent files. That would typically proceed as follows: Jigdo would be invoked using the jigdo-lite command, with a command line argument of the URL of a ".jigdo" file. Jigdo would then download that file, and after examining its contents, would also download a ".template" file. After inspecting the ".template" file, Jigdo would prompt for the location of files to scan. The user would then either enter or select from a list the location of files to scan. Jigdo would scan that location for any files that match any of the needed constituent files. Any matching files would be used in constructing the target image. Jigdo prompts again, and if the user gives a location, the process repeats - giving Jigdo the opportunity to scan multiple locations for the needed files. If the user enters no location, Jigdo proceeds to download any unmatched constituent files and to use them to assemble the target image file.

The jigdo-file utility is generally used to create the ".jigdo" and ".template" files needed to create target images using Jigdo.

Presently at least Debian and Ubuntu[3] (and some older Fedora releases - see History) make files available for download via Jigdo.

Other projects and sites may also do so or may be doing so - nothing inherently prevents such use.

Design edit

Jigdo was designed to solve several issues. By leveraging redundant available data, Jigdo works to ease loads on mirror systems - both by providing means for such mirror systems to assemble the needed large images while avoiding much redundant downloading, and also by encouraging those downloading from the mirrors to likewise use Jigdo and avoid downloading unneeded redundant data. Additionally, Jigdo can download from multiple mirrors, easing and typically speeding downloads and making them somewhat more resistant to various interruptions in downloading.

History edit

Jigdo was initially designed to aid in the distribution and downloading of large Debian image files for installation. Development of Jigdo appears to go back to at least January 1996.[4][dubious ]

Debian has been available via Jigdo since at least 2002-01-09[5]

Ubuntu has been available via Jigdo since at least 2004-11-12[6]

By, or sometime after 2006-05 (release of Jigdo version 0.7.3), Jigdo is no longer undergoing active development, but is in "maintenance mode" - development has stopped.[7]

Fedora has been available via Jigdo since approximately 2008-02-05 with the 9 Alpha[8][9] release. Fedora 8 discs[10] as well as many other variants.[11] were also made available via Jigdo. Fedora 15,[12] released 2011-05-24, thus far appears to be the last Fedora release to have been made available via Jigdo by The Fedora Project.

Development edit

Jigdo is no longer undergoing active development, but is in "maintenance mode" - development has stopped.[7] Though the command-line tools may be considered finished and "feature complete", the GUI client was not completed and does not support multi-image templates, meaning the command-line tools are required. See also Derivatives.

Derivatives edit

Fedora has been developing[when?] a Python-based GUI which used Jigdo, called pyJigdo.[13][better source needed]

Popularity edit

It may be difficult to know accurately how widely distributed and used Jigdo is, however some data are available.

As of 2018 October, 0.86% (1,730) of approximately 200,471 reporting Debian systems have Jigdo installed,[14] and 0.27% (7,572) of approximately 2,793,378 reporting Ubuntu systems have Jigdo installed.[15]

References edit

  1. ^ "jigdo - Jigsaw Download". Retrieved 11 February 2024.
  2. ^ "Copyright File", deb package, Debian.org
  3. ^ "Ubuntu Community Documentation JigdoDownloadHowto". Community Documentation. 2008-11-05. Retrieved 2008-12-24.
  4. ^ "jigdo-user mailing list archive". Jigdo. Archived from the original on July 26, 2007. Retrieved 2013-03-22.
  5. ^ "Debian Weekly News - January 9th, 2002". Debian Weekly News. 2002-01-09. Retrieved 2013-03-13.
  6. ^ "Ubuntu 4.10 Warty Warthog". Ubuntu. 2004-11-12. Retrieved 2013-03-13.
  7. ^ a b Atterer, Richard (2006-05-20). "jigdo 0.7.3 released". jigdo-user (Mailing list). Retrieved 2008-09-03.[permanent dead link]
  8. ^ "Features/JigdoRelease". Fedora Project. 2008-06-05. Retrieved 2008-09-03.
  9. ^ "Fedora 9 Release Notes: Release Highlights: New in Fedora: Jigdo". Fedora 9 Release Notes. 2008-04-16. Archived from the original on 2013-05-13. Retrieved 2013-03-12.
  10. ^ "Fedora 8 CD Sets Released!". Fedora Unity. 2007-12-04. Archived from the original on 2008-07-31. Retrieved 2008-09-03.
  11. ^ "Unity Spins". Fedora Unity. 2007-10-30. Archived from the original on 2008-08-28. Retrieved 2008-09-03.
  12. ^ "Fedora 15 download via jigdo". 2011-05-24. Retrieved 2014-07-26.
  13. ^ "Archived copy". Archived from the original on November 7, 2018. Retrieved 2008-09-03.{{cite web}}: CS1 maint: archived copy as title (link)
  14. ^ "Popularity Contest Statistics -- Debian Quality Assurance". qa.debian.org.
  15. ^ "Ubuntu Popularity Contest". popcon.ubuntu.com.

External links edit

  • Official website
  • Downloading Debian CD images with Jigdo
  • Debian Jigdo mini-HOWTO
  • Ubuntu Community Documentation: How to Download using Jigdo