From: Daniel Martí Date: Mon, 30 Dec 2013 16:11:52 +0000 (+0100) Subject: Move example configs to a separate dir, add envs X-Git-Tag: 0.1~23^2~53 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f13fea8f8e81efb3e6bc6bae1d8840b353a046c3;p=fdroidserver.git Move example configs to a separate dir, add envs --- 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...