mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
improve build-all script
This commit is contained in:
parent
d4eaac391d
commit
6b40fdb304
@ -1,7 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# build all packages
|
||||||
for PKG in pkg/*; do
|
for PKG in pkg/*; do
|
||||||
cd "${PKG}" || exit
|
cd "${PKG}" || exit
|
||||||
aur build -c || exit
|
aur build -c || exit
|
||||||
cd ../.. || exit
|
cd ../.. || exit
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# push remote repository
|
||||||
|
arch-repo-push-new || exit
|
||||||
|
Loading…
Reference in New Issue
Block a user