diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-01-26 16:10:52 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-01-26 16:10:52 -0500 |
commit | cddc611ae3a6da15aaa2bded568209bb3eca27de (patch) | |
tree | 943fe6c81594594361eb8afc7fd1b030748a5579 /scripts/defaults.py | |
parent | b0c41b26b9435a3a834bee7cc16a1ae1cb03a5fa (diff) | |
download | vyos-build-cddc611ae3a6da15aaa2bded568209bb3eca27de.tar.gz vyos-build-cddc611ae3a6da15aaa2bded568209bb3eca27de.zip |
Add a build step for generating version files.
Diffstat (limited to 'scripts/defaults.py')
-rw-r--r-- | scripts/defaults.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index beef4a7a..b9a3f255 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -28,3 +28,6 @@ DEBIAN_DISTRIBUTION = 'jessie' PBUILDER_CONFIG = os.path.join(BUILD_DIR, 'pbuilderrc') PBUILDER_DIR = os.path.join(BUILD_DIR, 'pbuilder') + +LB_CONFIG_DIR = os.path.join(BUILD_DIR, 'config') +CHROOT_INCLUDES_DIR = os.path.join(LB_CONFIG_DIR, 'includes.chroot') |