Revision c6b41340
b/fabfile.py | ||
---|---|---|
160 | 160 |
with lcd(package_root(p)): |
161 | 161 |
with settings(warn_only=True): |
162 | 162 |
local("mkdir .git") |
163 |
local("python setup.py clean") |
|
164 |
local("git add synnefo/versions/*.py -f") |
|
163 | 165 |
local("git-buildpackage --git-upstream-branch=%s --git-debian-branch=%s \ |
164 | 166 |
--git-export=INDEX --git-ignore-new" % (master, branch)) |
165 | 167 |
local("rm -rf .git") |
166 |
local("git co .")
|
|
168 |
local("git reset synnefo/versions/*.py")
|
|
167 | 169 |
|
168 | 170 |
|
169 | 171 |
def builddeball(b="debian-0.8"): |
Also available in: Unified diff