Skip to content
Snippets Groups Projects
Commit 3a3ea318 authored by agb80's avatar agb80
Browse files

Added documentation for bzr option

parent 82901ebc
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@ The [gitlab-mirrors](https://github.com/sag47/gitlab-mirrors) project is designe
Created by Sam Gleske under [MIT License](LICENSE).
## Contributors
Bzr support Agustín Cruz Lozano (atin81@gmail.com)
---
## References
......
......@@ -18,6 +18,12 @@ Create an SVN repository mirror.
The `--authors-file` option is an optional argument.
Create an BZR repository mirror.
su - gitmirror
cd gitlab-mirrors
./add_mirror.sh --bzr --project-name someproject --mirror lp:ubuntu/hello
### List all known mirrors
su - gitmirror
......
......@@ -11,6 +11,9 @@ If you plan on mirroring SVN repositories as well then you'll need the following
* [git-svn][7]
If you plan on mirroring BZR repositories then you'll need the following aditional options.
* [git-bzr-helper][8]
### Required software install snippets
python-gitlab
......@@ -45,3 +48,4 @@ Next up is [Installation and Setup](installation.md).
[5]: http://code.google.com/p/git-core/
[6]: http://git-scm.com/book/en/Getting-Started-Installing-Git
[7]: https://www.kernel.org/pub/software/scm/git/docs/git-svn.html
[8]: https://github.com/felipec/git/wiki/git-remote-bzr
\ No newline at end of file
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