[jhbuild/wip/swilmet/update-buildroot-docs: 1/2] docs: add comment about setting buildroot to None
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/wip/swilmet/update-buildroot-docs: 1/2] docs: add comment about setting buildroot to None
- Date: Thu, 1 Sep 2016 04:34:40 +0000 (UTC)
commit 4fe92860741ee43ddf499cbde9203dbb499b478a
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Sep 1 06:30:23 2016 +0200
docs: add comment about setting buildroot to None
It's better to set buildroot to None instead of setting the same value
as checkoutroot.
jhbuild/defaults.jhbuildrc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index e6767fa..0ca4ddc 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -54,6 +54,7 @@ xdg_cache_home = os.environ.get('XDG_CACHE_HOME',
'.cache'))
tarballdir = os.path.join(xdg_cache_home, 'jhbuild', 'downloads')
+# Set to None to perform builds within the source trees.
buildroot = os.path.join(xdg_cache_home, 'jhbuild', 'build')
# When using srcdir!=builddir builds, this key allows you to use a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]