summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-04-11 10:34:28 +0200
committerStefan Metzmacher <metze@samba.org>2019-04-18 12:09:33 +0000
commit033eca2df381574bcd99c255cc47300568d5b194 (patch)
tree30674f4644fee0eb1d54a090cbd982907772b680 /bootstrap
parent0b2bbeb5dd91d1c9f1da32a893a194a84e9e5b83 (diff)
downloadsamba-033eca2df381574bcd99c255cc47300568d5b194.tar.gz
bootstrap/config.py: generate rendered files into bootstrap/generated-dists/
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index e56fb30f887..8d85dce1e83 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -26,7 +26,7 @@ import os
from os.path import abspath, dirname, join
HERE = abspath(dirname(__file__))
# output dir for rendered files
-OUT = join(HERE, 'dists')
+OUT = join(HERE, 'generated-dists')
# pkgs with same name in all packaging systems