Skip to content
Snippets Groups Projects
Commit b87d71e7 authored by Sam Gleske's avatar Sam Gleske
Browse files

Merge pull request #18 from agb80/development

Fix bzr mirrors not updating  (must revisit --mirror option in #18)
parents 13078f41 74f9d924
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,10 @@ if git config --get svn-remote.svn.url &> /dev/null;then
fi
set -e
git config --bool core.bare false
elseif -d ".git/bzr"
#this is an BZR mirror so update it accordingly
git pull --ff-only
git push gitlab
else
#just a git mirror so mirror it accordingly
git fetch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment