Poprawienie komentarzy w fabfile (wyraźne oddzielenie sekcji konfiguracyjnej).
authorMarek Stępniowski <marek@stepniowski.com>
Mon, 12 Oct 2009 19:28:11 +0000 (21:28 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Mon, 12 Oct 2009 19:28:11 +0000 (21:28 +0200)
fabfile.py

index 0f44d38..d6b8ef7 100644 (file)
@@ -3,13 +3,15 @@ from fabric.api import *
 
 import os
 
+
+# ==========
+# = Config =
+# ==========
 # Globals
 env.project_name = 'wolnelektury'
 env.use_south = True
 
-# ===========
-# = Servers =
-# ===========
+# Servers
 def staging():
     """Use staging server"""
     env.hosts = ['stigma.nowoczesnapolska.org.pl:2222']