We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee3d397 + 8b144d2 commit e87b4c4Copy full SHA for e87b4c4
pacman-helper.sh
@@ -551,7 +551,7 @@ quick_action () { # <action> <file>...
551
sed -n 's/^ "id": *\([0-9]*\).*/\1/p')"
552
fi ||
553
die "Could not create a draft release for tag $tagname"
554
- for path in $all_files $dbs
+ for path in $(test remove = "$label" || echo $all_files) $dbs
555
do
556
if test -n "$PACMANDRYRUN"
557
then
@@ -583,7 +583,7 @@ quick_action () { # <action> <file>...
583
584
# Upload the file(s) and the appropriate index(es)
585
(cd "$dir" &&
586
587
588
# The Pacman repository on Azure Blobs still uses the old naming scheme
589
remote_path="$(echo "$path" | sed \
0 commit comments