Skip to content

Commit

Permalink
Builder: Force a git pull before generating Debian changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 16, 2012
1 parent dedc38c commit 3569e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrib/autobuild.py
Expand Up @@ -111,6 +111,7 @@ def find_previous_tag(toTag, version):
def update_changes(debChanges=False):
"""Generates the list of commits for the latest build."""

git_pull()
toTag = todays_build_tag()

import build_version
Expand Down

0 comments on commit 3569e8e

Please sign in to comment.