aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/pull.py
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-02-27 12:28:11 +0200
committerGuido Günther <agx@sigxcpu.org>2013-03-22 20:57:53 +0100
commit5ef9e773a9e71b63aa6602269c63a6ecb98962c8 (patch)
tree85f0e3f2996cea0a95adab93b56d54633bb4275e /gbp/scripts/pull.py
parent6703edc910a1180ea857dd5df3f8d92a35a61ceb (diff)
gbp-pull: update tags, too
To make sure that the tags are in sync with the remote. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'gbp/scripts/pull.py')
-rwxr-xr-xgbp/scripts/pull.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/scripts/pull.py b/gbp/scripts/pull.py
index d188b46d..7dad83c2 100755
--- a/gbp/scripts/pull.py
+++ b/gbp/scripts/pull.py
@@ -117,6 +117,7 @@ def main(argv):
raise GbpError
repo.fetch(depth=options.depth)
+ repo.fetch(depth=options.depth, tags=True)
for branch in branches:
if not fast_forward_branch(branch, repo, options):
retval = 2