From 3569e8ee9908f929e6a4264733a34a229b52a6e7 Mon Sep 17 00:00:00 2001 From: skyjake Date: Fri, 16 Mar 2012 18:05:38 +0200 Subject: [PATCH] Builder: Force a git pull before generating Debian changelog --- distrib/autobuild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/distrib/autobuild.py b/distrib/autobuild.py index 855f8e6c80..9e1d1e8c1b 100755 --- a/distrib/autobuild.py +++ b/distrib/autobuild.py @@ -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