mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
xbps-src: (chroot_sync_repodata) skip unnecessary stuff with -N.
This commit is contained in:
parent
fdfd13fac1
commit
8b3ce3fc02
1 changed files with 2 additions and 0 deletions
|
@ -285,6 +285,8 @@ chroot_sync_repodata() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[ "$XBPS_SKIP_REMOTEREPOS" ] && return 0
|
||||||
|
|
||||||
# Copy xbps repository keys to the masterdir.
|
# Copy xbps repository keys to the masterdir.
|
||||||
mkdir -p $XBPS_MASTERDIR/var/db/xbps/keys
|
mkdir -p $XBPS_MASTERDIR/var/db/xbps/keys
|
||||||
cp -f $XBPS_COMMONDIR/repo-keys/*.plist $XBPS_MASTERDIR/var/db/xbps/keys
|
cp -f $XBPS_COMMONDIR/repo-keys/*.plist $XBPS_MASTERDIR/var/db/xbps/keys
|
||||||
|
|
Loading…
Add table
Reference in a new issue