From: Barış Metin Date: Fri, 18 Jun 2010 08:27:04 +0000 (+0200) Subject: pull tags too X-Git-Tag: 5.0-rc11~32 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2af4c64f98ea223613e8864419576d65aef39b34;p=build.git pull tags too --- diff --git a/module-tools.py b/module-tools.py index 6b41c35d..e0cf8380 100755 --- a/module-tools.py +++ b/module-tools.py @@ -290,7 +290,8 @@ class GitRepository: return self.__run_in_repo(c.run_fatal) def update(self, subdir=None, recursive=None): - return self.__run_command_in_repo("git pull") + self.__run_command_in_repo("git pull") + self.__run_command_in_repo("git pull --tags") def to_branch(self, branch, remote=True): if remote: