Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5b7c9584db
19 changed files with 773 additions and 361 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ collectstatic:
|
|||
$(PY?) $(BASEDIR)/manage.py collectstatic
|
||||
|
||||
rsync_upload:
|
||||
rsync -P -rvzc -e "ssh -p $(SSH_PORT)" --exclude dynamicweb/local/local_settings.py --exclude .git --exclude .ropeproject --exclude __pycache__ --exclude *.pyc --exclude *~ --exclude *.psd $(BASEDIR) $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
|
||||
rsync -P -rvzc -e "ssh -p $(SSH_PORT)" --exclude dynamicweb/local/local_settings.py --exclude .git --exclude .ropeproject --exclude __pycache__ --exclude *.pyc --exclude *~ --exclude *.psd $(BASEDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
|
||||
|
||||
install_debian_packages:
|
||||
apt-get update && cat $(BASEDIR)/requirements.debian.txt | xargs apt-get install -y --no-install-recommends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue