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

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
*.pyc
pool/
dists/
lists/
Origin: Nimrod Adar
Label: My complimentry software repository
Suite: stable
Codename: wheezy
Version: 7.0
Architectures: i386 amd64 source
Components: main contrib non-free
Description: Packages provided by Nimrod Adar.
Origin: Nimrod Adar
Label: My complimentry software repository
Suite: testing
Codename: jessie
Version: 8.0
Architectures: i386 amd64 source
Description: Packages provided by Nimrod Adar.
Components: main contrib non-free
Origin: Nimrod Adar
Label: My complimentry software repository
Suite: unstable
Codename: sid
Architectures: i386 amd64 source
Components: main contrib non-free
Description: Packages provided by Nimrod Adar.
File added
File added
File added
File added
File added
4.15.0
3.3.0
bdb5.3.28
bdb5.3.0
#!/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''')
local ('''reprepro --delete export''')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment