Skip to content

Latest commit

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

isoinfo

A set of scripts to generate /static/isoinfo.json.

Dependencies

  • coreutils (from GNU, not BusyBox)
  • bash (v4.0+)
  • jq (v1.5+)

JSON schema

DistroObject[]

DistroObject

{"name": string,"files": DistroFileObject[],// Sorted by version, newest first"latest": string// Latest version}

DistroFileObject

Checksums are obtained from files like sha256sums.txt, not by executing checksum programs on the files.

{"ver": string,"base": string,// Base file name that is displayed on the site"url": string,"size": string,// Human-readable size"sha256"?: string,"sha1"?: string,"md5"?: string,"sig"?: string,// Signature file, URL}

About

A set of scripts to generate /static/isoinfo.json

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages