xbps-src: use remote staging

This commit is contained in:
Duncaen 2025-07-17 22:13:33 +02:00
parent a3ae08eb74
commit 0d99f54fbc
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -275,6 +275,7 @@ chroot_sync_repodata() {
fi fi
echo "syslog=false" > $confdir/00-xbps-src.conf echo "syslog=false" > $confdir/00-xbps-src.conf
echo "staging=true" >> $confdir/00-xbps-src.conf
# Copy host repos to the cross root. # Copy host repos to the cross root.
if [ -n "$XBPS_CROSS_BUILD" ]; then if [ -n "$XBPS_CROSS_BUILD" ]; then
@ -303,6 +304,7 @@ chroot_sync_repodata() {
fi fi
echo "syslog=false" > $crossconfdir/00-xbps-src.conf echo "syslog=false" > $crossconfdir/00-xbps-src.conf
echo "staging=true" >> $crossconfdir/00-xbps-src.conf
fi fi