diff --git a/README.md b/README.md index 06a855dbb61be218bec0d1f5748c79c14aee25cf..be52cd0ccc6cc4e7805d250c983dbe8f9cdbed5c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/management.md b/docs/management.md index c7419a0e72faf09be958b79d4dbda2589b58fbc5..6d31ee28158349c0cb77336d04a73d4cf70e1a7e 100644 --- a/docs/management.md +++ b/docs/management.md @@ -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 diff --git a/docs/prerequisites.md b/docs/prerequisites.md index 682a65546afa9c2c865baf6e5c8a97380fa18a71..1e32a6ddde14c5acc6997b273d5edb254d614a92 100644 --- a/docs/prerequisites.md +++ b/docs/prerequisites.md @@ -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