Skip to content
Snippets Groups Projects
Unverified Commit f9195eb4 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Improve documentation in .download-urls

parent f8503291
No related branches found
No related tags found
No related merge requests found
# fmt-version=1 # fmt-version=1
#
# Only url is unique. tool, version and arch are explicit, because we cannot rely
# on the url to have it (we want to be agnostic of urls).
#
# Order of trying distros is:
# 1. distro=ver if exists
# 2. distro if applicable
# 3. otherwise 'unknown'
#
# As such, every triple of (tool, version, arch) should have EXACTLY ONE 'unknown' in supported-distros
# list.
#
# tool | version | arch | supported-distros for given url | url | # tool | version | arch | supported-distros for given url | url |
ghc 8.0.2 x86_64 debian=7 https://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-x86_64-deb7-linux.tar.xz ghc 8.0.2 x86_64 debian=7 https://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-x86_64-deb7-linux.tar.xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment