Commit c256af18 authored by nimrod's avatar nimrod
Browse files

Correcting whitespace, now pass flake8.

parent 74779844
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
#!/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''')