do not sync in build chroots

This commit is contained in:
root 2023-06-13 21:08:15 +02:00
parent b56d5da7e1
commit e527e0630b

View file

@ -99,6 +99,7 @@ while [[ $# -gt 0 ]]; do
done done
if [[ $CHROOTED == 1 ]] ; then if [[ $CHROOTED == 1 ]] ; then
SYNC_COMMAND=""
for repo in helpers meskal-overlay selba ; do for repo in helpers meskal-overlay selba ; do
emaint sync -r "$repo" emaint sync -r "$repo"
done done