mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
List only the package itself, no signatures
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0f0ac05107
commit
f2673d5bd0
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -31,7 +31,7 @@ pacman -Sy
|
|||
# Execute the build itself
|
||||
gosu builder makepkg ${MAKEPKG_OPTS[@]}
|
||||
|
||||
PACKAGE=$(ls *.pkg.*) # This should be only one file
|
||||
PACKAGE=$(ls *.pkg.tar.xz) # This should be only one file
|
||||
|
||||
REPODB=$(find /repo -name '*.db.*' ! -name '*.old')
|
||||
if [ -z "${REPODB}" ]; then
|
||||
|
|
Loading…
Reference in a new issue