Skip to content

Commit

Permalink
Builder|Fixed: Indentation error in script
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 16, 2012
1 parent 7693f13 commit 01ef2ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distrib/builder/changes.py
Expand Up @@ -270,10 +270,10 @@ def generate(self, format):
os.chdir(os.path.join(config.DISTRIB_DIR, 'linux'))

# First we need to update the version.
if build_version.DOOMSDAY_RELEASE_TYPE == 'Stable':
debVersion = build_version.DOOMSDAY_VERSION_FULL
else:
debVersion = build_version.DOOMSDAY_VERSION_FULL + '-' + Event().tag()
if build_version.DOOMSDAY_RELEASE_TYPE == 'Stable':
debVersion = build_version.DOOMSDAY_VERSION_FULL
else:
debVersion = build_version.DOOMSDAY_VERSION_FULL + '-' + Event().tag()

# Always make one entry.
print 'Marking new version...'
Expand Down

0 comments on commit 01ef2ee

Please sign in to comment.