xbps-src: do not sync repodata with -N.
This commit is contained in:
parent
8e4af89010
commit
c74c204a6e
|
@ -198,7 +198,9 @@ chroot_handler() {
|
|||
fetch|extract|build|configure|install|install-destdir|pkg|build-pkg|bootstrap-update|chroot)
|
||||
chroot_prepare || return $?
|
||||
chroot_init || return $?
|
||||
chroot_sync_repos || return $?
|
||||
if [ -z "$XBPS_SKIP_REMOTEREPOS" ]; then
|
||||
chroot_sync_repos || return $?
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user