From ab51f5fc2bdd0a16dd63f26e2bd4d2fe8ae47916 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 28 Aug 2014 20:01:53 +0300
Subject: [PATCH] 	modified:   fabfile.py

---
 fabfile.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/fabfile.py b/fabfile.py
index 88c2c51..3122af7 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -22,3 +22,7 @@ def clean ():
         debian/python3-vlc.postinst.debhelper debian/python3-vlc.debhelper.log\
         debian/python3-vlc debian/files''')
         local ('''rm fabfile.pyc''')
+
+@task
+def push ():
+    local ('''git push --all gitweb''')
-- 
GitLab