fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
1a65a8d
)
Merge branch 'master' of stigma.nowoczesnapolska.org.pl:platforma
author
zuber
<marek@stepniowski.com>
Sat, 10 Oct 2009 23:10:20 +0000
(
01:10
+0200)
committer
zuber
<marek@stepniowski.com>
Sat, 10 Oct 2009 23:10:20 +0000
(
01:10
+0200)
Conflicts:
fabfile.py
fabfile.py
patch
|
blob
|
history
requirements.txt
patch
|
blob
|
history
diff --git
a/fabfile.py
b/fabfile.py
index
5f9cd3f
..
6304aae
100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-1,14
+1,15
@@
from __future__ import with_statement
+from fabric.api import *
-from fabric.api import run, env, cd
def staging():
- '''
Add staging server to hosts
'''
+ '''
Use staging server
'''
env.hosts = ['platforma@stigma.nowoczesnapolska.org.pl:2222']
env.project_dir = '/home/platforma/platforma'
def deploy():
'''Deploy server'''
+ require('project_dir', provided_by=['staging'])
with cd(env.project_dir):
run('git pull')
run('./project/manage.py syncdb')
diff --git
a/requirements.txt
b/requirements.txt
index
bff92e5
..
145ea16
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-1,6
+1,6
@@
Django==1.1
django-piston==0.2.3rc1
-librarian==1.2.
2
+librarian==1.2.
5
lxml==2.2.2
mercurial==1.3.1
-e git://github.com/zuber/django-cas-consumer.git#egg=django-cas-consumer
\ No newline at end of file