bootstrap/config.py: generate rendered files into bootstrap/generated-dists/
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Apr 2019 08:34:28 +0000 (10:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:33 +0000 (12:09 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
bootstrap/config.py

index e56fb30f88789d70864686ac7d9ccb17e74a62c9..8d85dce1e831dc67b84d959cdc6f6f17464effbc 100644 (file)
@@ -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