Skip to content

Commit

Permalink
Builds: Do a pull before .deb changelog update
Browse files Browse the repository at this point in the history
So that it will include the latest changes.
  • Loading branch information
skyjake committed Sep 23, 2011
1 parent b24d143 commit c2ccfca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distrib/build_event.py
Expand Up @@ -283,6 +283,9 @@ def collated(s):

def update_changes(fromTag=None, toTag=None, debChanges=False):
if debChanges:
# Make sure we have the latest changes.
git_pull()

# Use the apt repo for determining fromTag.
os.system('dpkg --print-architecture > debarch.tmp')
arch = file('debarch.tmp', 'rt').read().strip()
Expand Down

0 comments on commit c2ccfca

Please sign in to comment.