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

modified: fabfile.py

parent b897318f
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,7 @@ def clean (): ...@@ -22,3 +22,7 @@ def clean ():
debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log\ debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log\
debian/dcpman debian/files''') debian/dcpman debian/files''')
local ('''rm fabfile.pyc''') local ('''rm fabfile.pyc''')
@task
def push ():
local ('''git push --all gitweb''')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment