Software:Jigdo

From HandWiki
Short description: Software
Jigdo
Jigdo1.png
Developer(s)Richard Atterer, Steve McIntyre
Written inC++
Operating systemLinux, Solaris, OS X, FreeBSD, Microsoft Windows
TypeDownload utility
LicenseGPL-2.0-only[1]
Websitewww.einval.com/~steve/software/jigdo/

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 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

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[2] (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

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

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.[3][dubious ]

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

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

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.[6]

Fedora has been available via Jigdo since approximately 2008-02-05 with the 9 Alpha[7][8] release. Fedora 8 discs[9] as well as many other variants.[10] were also made available via Jigdo. Fedora 15,[11] 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

Jigdo is no longer undergoing active development, but is in "maintenance mode" - development has stopped.[6] 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

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

Popularity

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,[13] and 0.27% (7,572) of approximately 2,793,378 reporting Ubuntu systems have Jigdo installed.[14]

References

  1. "Copyright File", deb package (Debian.org), http://ftp-master.metadata.debian.org/changelogs//main/j/jigdo/jigdo_0.7.3-3_copyright 
  2. "Ubuntu Community Documentation JigdoDownloadHowto". Community Documentation. 2008-11-05. https://help.ubuntu.com/community/JigdoDownloadHowto. 
  3. "jigdo-user mailing list archive". Jigdo. https://lists.berlios.de/pipermail/jigdo-user/. 
  4. "Debian Weekly News - January 9th, 2002". Debian Weekly News. 2002-01-09. http://www.debian.org/News/weekly/2002/2/. 
  5. "Ubuntu 4.10 Warty Warthog". Ubuntu. 2004-11-12. http://old-releases.ubuntu.com/releases/4.10/. 
  6. 6.0 6.1 Atterer, Richard (2006-05-20). "jigdo 0.7.3 released". jigdo-user (Mailing list). Retrieved 2008-09-03.[yes|permanent dead link|dead link}}]
  7. "Features/JigdoRelease". Fedora Project. 2008-06-05. http://fedoraproject.org/wiki/Features/JigdoRelease. 
  8. "Fedora 9 Release Notes: Release Highlights: New in Fedora: Jigdo". Fedora 9 Release Notes. 2008-04-16. http://docs.fedoraproject.org/en-US/Fedora/9/html/Release_Notes/ar01s02s02s02.html. 
  9. "Fedora 8 CD Sets Released!". Fedora Unity. 2007-12-04. http://fedoraunity.org/news-archives/fedora-8-cd-sets-released. 
  10. "Unity Spins". Fedora Unity. 2007-10-30. http://spins.fedoraunity.org/spins. 
  11. "Fedora 15 download via jigdo". 2011-05-24. http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/i386/jigdo/. 
  12. "Archived copy". http://lists.fedoraunity.org/pipermail/pyjigdo-devel/. 
  13. "Popularity Contest Statistics -- Debian Quality Assurance". http://qa.debian.org/popcon.php?package=jigdo. 
  14. "Ubuntu Popularity Contest". http://popcon.ubuntu.com/. 

External links