bootstrap.conf: declare bootstrap sync in configuration file

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Pavel Hrdina 2019-12-11 10:18:29 +01:00
parent 6b4140dafb
commit 4aeb0cc4d7
2 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,7 @@ if test -d .git || test -f .git; then
dry_run=2
else
echo "Running bootstrap..."
./bootstrap$no_git --bootstrap-sync || {
./bootstrap$no_git || {
die "bootstrap failed"
}
gnulib_hash >"$state_file"

View File

@ -79,6 +79,8 @@ SKIP_PO=true
copy=true
bootstrap_sync=true
# Tell gnulib to:
# require LGPLv2+