commit: 1f34c2671462eca729ab91b10308b399cb072d42
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 16:01:31 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 16:01:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1f34c267
fetch-git-reports: Fetch all branches
fetch-git-reports.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/fetch-git-reports.sh b/fetch-git-reports.sh
index 892b5ac..ae1bc27 100755
--- a/fetch-git-reports.sh
+++ b/fetch-git-reports.sh
@@ -13,6 +13,7 @@ for repo in gentoo-ci gpyutils repos; do
[[ -d ${repo} ]] || git clone --depth=1
"git://anongit.gentoo.org/report/${repo}.git"
cd "${repo}"
+ git fetch origin '+refs/heads/*:refs/remotes/origin/*'
git pull
cd - >/dev/null
done