提交 4aeb0cc4 编写于 作者: P Pavel Hrdina

bootstrap.conf: declare bootstrap sync in configuration file

Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 6b4140da
......@@ -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"
......
......@@ -79,6 +79,8 @@ SKIP_PO=true
copy=true
bootstrap_sync=true
# Tell gnulib to:
# require LGPLv2+
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册