summaryrefslogtreecommitdiff
path: root/bin/modify-package-state
diff options
context:
space:
mode:
Diffstat (limited to 'bin/modify-package-state')
-rwxr-xr-xbin/modify-package-state4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/modify-package-state b/bin/modify-package-state
index 0a394d7..eb1558b 100755
--- a/bin/modify-package-state
+++ b/bin/modify-package-state
@@ -23,7 +23,7 @@ usage() {
>&2 echo 'Exactly one of -b|-f|-t|-u is needed for actual operation.'
>&2 echo 'packages-file contains one line for each target.'
>&2 echo 'for --faulty and --tested, the format is:'
- >&2 echo ' sha512sum pkgname-epoch:pkgver-pkgrel.sub_pkgrel-arch[".pkg.tar.xz"]'
+ >&2 echo ' sha512sum pkgname-epoch:pkgver-pkgrel.sub_pkgrel-arch[".pkg.tar.zst"]'
>&2 echo 'for --block and --unblock, the format is:'
>&2 echo ' pkgbase.git_revision.mod_git_revision.repository.architecture'
[ -z "$1" ] && exit 1 || exit "$1"
@@ -149,7 +149,7 @@ while read -r a b; do
case "${action}" in
'faulty'|'tested')
# we expect a sha512sum and binary package identifier
- # (pkgname-epoch:pkgver-pkgrel.sub_pkgrel-arch[".pkg.tar.xz"])
+ # (pkgname-epoch:pkgver-pkgrel.sub_pkgrel-arch[".pkg.tar.zst"])
# and we will only operate on packages in "testing" repositories
# shellcheck disable=SC2016
combiner=$(