Commit 8b144d2
committed
pacman-helper.sh quick_remove: skip uploading package files
The (dual) strategy of the new Pacman repository is to not only publish
the latest state in the `x86_64`, `aarch64` and `i686` branches, but
also to upload the files in the latest update to a GitHub Release.
Naturally, when adding a new package version, the package archive and
its PGP signature need to be included in that Release.
However, when _removing_ a package, the corresponding package archive
should of course be omitted ;-)
Signed-off-by: Johannes Schindelin <[email protected]>1 parent ee3d397 commit 8b144d2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
0 commit comments