Skip to content

Commit

Permalink
Debian: Tweaking changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 29, 2011
1 parent bd5d34a commit 5876214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/build_event.py
Expand Up @@ -298,7 +298,7 @@ def update_changes(fromTag=None, toTag=None, debChanges=False):
biggest = max(biggest, number)

fromTag = 'build' + str(biggest)
toTag = 'HEAD' # Everything up to now.
toTag = 'master' # Everything up to now.
else:
# Determine automatically?
if fromTag is None or toTag is None:
Expand Down

0 comments on commit 5876214

Please sign in to comment.