X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=module-tools.py;h=85e4e3e88bbe13238d7f4193ee482f805a5ddd70;hb=6f5a23ccd2eb12b26397d46f2bf60e3ca2c62ef9;hp=e9f3096517c6e24c7198cde863ca3882cf7a01b3;hpb=d38f42d3a95fe7f21775d8219c9b4dac6ea2750e;p=build.git diff --git a/module-tools.py b/module-tools.py index e9f30965..85e4e3e8 100755 --- a/module-tools.py +++ b/module-tools.py @@ -199,7 +199,7 @@ class GitRepository: self.__run_command_in_repo("git checkout {}".format(branch)) else: self.to_branch(branch, remote=True) - self.__run_command_in_repo("git fetch origin --tags") + self.__run_command_in_repo("git fetch origin --tags", ignore_errors=True) self.__run_command_in_repo("git fetch origin") if not self.__is_commit_id(branch): # we don't need to merge anything for commit ids.