GPL-3.0-only licensed by Jens Petersen
Maintained by [email protected]
This version can be pinned in stack with:dl-fedora-0.5@sha256:e9ceaa936b128fc3288cd8a622a75a215bfd8faca133518c5c2cd5ee56874c1e,1603

Module documentation for 0.5

There are no documented modules for this package.

dl-fedora

Previously called fedora-img-dl.

Hackage GPL-3 license Stackage Lts Stackage Nightly

A tool for downloading Fedora images. By default it targets the Workstation edition of Fedora.

Usage example:

dl-fedora rawhide : downloads the latest Fedora Rawhide Workstation Live iso

dl-fedora -e silverblue 30 : downloads Fedora 30 Silverblue iso

dl-fedora -e kde respin : downloads the latest KDE Live respin

dl-fedora --edition server --arch aarch64 29 : will bring down the F29 Server iso

A symlink to the latest iso is also created: eg for rawhide it might be "Fedora-Workstation-Live-x86_64-Rawhide-latest.iso".

When available it also tries to check the iso checksum and its gpg signature.

Changes

Changelog

0.5 (2019-07-06)

  • no hardcoding of devel branch, beta, and respins
  • fix Spins and Cloud/Container paths
  • use rawhide for devel if not branched
  • don’t checksum if no file downloaded or new –no-checksum
  • more informative error messages
  • add simple dryrun test script

0.4 (2019-06-03)

  • drop version 30 special case
  • support gpg verification of checksum file

0.3 (2019-04-16)

  • run sha256sum check
  • support fedora Spins

0.2

  • fix and improve symlink naming
  • use new http-directory library to check exact filesize

0.1

  • initial release