From 15b819703a7a0e216722dd186151ab5b3cdbbc9e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 23 Mar 2012 16:02:07 -0400 Subject: [PATCH] notes --- bin/compile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 36ab17c..ddd32b5 100755 --- a/bin/compile +++ b/bin/compile @@ -17,7 +17,11 @@ # # - The desired Python VM is available on the base system. # - Library dependencies are available on the base system. -# - Django applications +# - Django applications should not require additional configuration. + +#
+ +# ## Context # Fail fast and fail hard. set -eo pipefail