Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
a379beea
Commit
a379beea
authored
Feb 07, 2012
by
Vangelis Koukis
Browse files
Produce unsigned Debian packages by default
parent
4511fb6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
fabfile.py
View file @
a379beea
...
...
@@ -170,7 +170,7 @@ def co(c):
env
.
debian_branch
=
'debian-0.8'
env
.
deb_packages
=
[
'snf-common'
,
'snf-cyclades-app'
,
'snf-cyclades-gtools'
,
'snf-webproject'
,
'snf-okeanos-site'
]
env
.
signdebs
=
Tru
e
env
.
signdebs
=
Fals
e
env
.
debrelease
=
False
# Increase release number in Debian changelogs
...
...
@@ -219,8 +219,8 @@ def debrelease():
env
.
debrelease
=
True
def
no
signdebs
():
env
.
signdebs
=
Fals
e
def
signdebs
():
env
.
signdebs
=
Tru
e
# Commands which automatically add and reset the version files which are not tracked by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment