Skip to content
Snippets Groups Projects
Commit c256af18 authored by nimrod's avatar nimrod
Browse files

Correcting whitespace, now pass flake8.

parent 74779844
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
from fabric.api import task, local
@task
def publish():
local('''rsync -az --del --exclude="conf/" --exclude="db/" \
--exclude="fabfile.*" --exclude="lists/" $REPREPRO_BASE_DIR\
www.shore.co.il:/var/www/htdocs/www.shore.co.il/repo/''')
@task
def update():
local('''reprepro createsymlinks''')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment