Revision 8e7dc2ce fabfile.py

b/fabfile.py
170 170

  
171 171
env.debian_branch = 'debian-0.8'
172 172
env.deb_packages = ['snf-common', 'snf-cyclades-app', 'snf-cyclades-gtools', 'snf-webproject', 'snf-okeanos-site']
173
env.signdebs = True
173
env.signdebs = False
174 174
env.debrelease = False  # Increase release number in Debian changelogs
175 175

  
176 176

  
......
219 219
    env.debrelease = True
220 220

  
221 221

  
222
def nosigndebs():
223
    env.signdebs = False
222
def signdebs():
223
    env.signdebs = True
224 224

  
225 225

  
226 226
# Commands which automatically add and reset the version files which are not tracked by

Also available in: Unified diff