[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] * bootstrap.conf: Set --skip-po as a default option
From: |
Darshit Shah |
Subject: |
[PATCH] * bootstrap.conf: Set --skip-po as a default option |
Date: |
Wed, 15 Jan 2020 22:42:22 +0100 |
---
bootstrap.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bootstrap.conf b/bootstrap.conf
index b2161119..e21015be 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -43,6 +43,10 @@ gnulib_modules="
update-copyright
"
+# TODO: Remove this after the 1.0 release. Until then, this helps developers
+# not have to type --skip-po on every bootstrap call
+SKIP_PO=t
+
checkout_only_file=
MSGID_BUGS_ADDRESS=address@hidden
--
2.25.0
- [PATCH] * bootstrap.conf: Set --skip-po as a default option,
Darshit Shah <=