summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xishtar-prepare-instance5
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index f1c4dac99..9cdb5cf91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-django-ishtar (0.97-1) UNRELEASED; urgency=low
+
+ * Upstream: cf CHANGES.md.
+ * ishtar-prepare-instance: fix bad link creation of settings.py
+
+ -- Étienne Loks <etienne.loks@iggdrasil.net> Tue, 23 Aug 2016 11:56:42 +0200
+
python-django-ishtar (0.97-0) UNRELEASED; urgency=low
* Upstream: cf CHANGES.md.
diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance
index 7820db4be..7a4cea27e 100755
--- a/ishtar-prepare-instance
+++ b/ishtar-prepare-instance
@@ -40,13 +40,8 @@ if [ -d "$INSTANCE" ]; then
fi
cp -ra example_project $INSTANCE
-echo "Debug...."
rm $INSTANCE/settings.py
ln -s $DEST/example_project/settings.py $DEST/$INSTANCE/settings.py
-ls $DEST/
-ls $DEST/example_project
-ls -la $DEST/$INSTANCE
-echo "Debug done"
# Collect static data:
cd $INSTANCE