From 373889b8a0992b688b6c865617f03d9b5ee4fa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 30 Dec 2013 17:11:52 +0100 Subject: [PATCH] Move example configs to a separate dir, add envs --- config.sample.py => sampleconfigs/config.sample.py | 2 ++ .../makebs.config.sample.py | 2 ++ 2 files changed, 4 insertions(+) rename config.sample.py => sampleconfigs/config.sample.py (99%) rename makebs.config.sample.py => sampleconfigs/makebs.config.sample.py (95%) diff --git a/config.sample.py b/sampleconfigs/config.sample.py similarity index 99% rename from config.sample.py rename to sampleconfigs/config.sample.py index ea113beb..0f4aeb2c 100644 --- a/config.sample.py +++ b/sampleconfigs/config.sample.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # Copy this file to config.py, then amend the settings below according to # your system configuration. diff --git a/makebs.config.sample.py b/sampleconfigs/makebs.config.sample.py similarity index 95% rename from makebs.config.sample.py rename to sampleconfigs/makebs.config.sample.py index 5969e20b..14fcaae5 100644 --- a/makebs.config.sample.py +++ b/sampleconfigs/makebs.config.sample.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # You will need to alter these before running makebuildserver.py # Name of the base box to use...