This commit is contained in:
parent
c8b945531d
commit
8712c3aeef
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -18,6 +18,7 @@ build() {
|
|||
fi
|
||||
|
||||
if ! compgen -G "/repo/${name}-${epoch}${ver}-${rel}-*.pkg.tar.zst" >/dev/null; then
|
||||
echo "Building package ${name}-${epoch}${ver}-${rel}"
|
||||
if makepkg --nodeps --skippgpcheck --noconfirm --sign || makepkg -C -s --skippgpcheck --noconfirm --sign || makepkg -C -s --skippgpcheck --nocheck --noconfirm --sign; then
|
||||
for pkg in *.pkg.tar.zst; do
|
||||
cp "${pkg}"{,.sig} /repo/
|
||||
|
|
Loading…
Add table
Reference in a new issue