diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-29 21:23:13 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-29 21:23:13 +0200 |
| commit | 71d8bd925ecb1015b94bce5f8726e397022f2a8f (patch) | |
| tree | b451255281bc4e428d7c60995f0f17f867e2e84f /util/README | |
| parent | Fix error handling and make util/ setup and domain agnostic (diff) | |
| download | release-scripts-master.tar.gz release-scripts-master.tar.bz2 release-scripts-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'util/README')
| -rw-r--r-- | util/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/README b/util/README index cc72f08..36426f1 100644 --- a/util/README +++ b/util/README @@ -62,6 +62,13 @@ get-and-check tarball-url reference-dir work-dir checksums. +check-mirror tarball-url ref-tarball work-dir + + This is the same as get-and-check except it expects a + known good tarball as the second argument instead of a + known good git repository + + gen-checksums tarball git-dir < tarball-url-list > checksum-listing This brings all of the above together. The tarball, |
