mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
xbps-src: use remote staging
This commit is contained in:
parent
a3ae08eb74
commit
0d99f54fbc
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,7 @@ chroot_sync_repodata() {
|
|||
fi
|
||||
|
||||
echo "syslog=false" > $confdir/00-xbps-src.conf
|
||||
echo "staging=true" >> $confdir/00-xbps-src.conf
|
||||
|
||||
# Copy host repos to the cross root.
|
||||
if [ -n "$XBPS_CROSS_BUILD" ]; then
|
||||
|
@ -303,6 +304,7 @@ chroot_sync_repodata() {
|
|||
fi
|
||||
|
||||
echo "syslog=false" > $crossconfdir/00-xbps-src.conf
|
||||
echo "staging=true" >> $crossconfdir/00-xbps-src.conf
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue