Skip to content
Snippets Groups Projects
Verified Commit b0b29f2e authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

howto/gitlab: fix typos

parent ede139a0
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ which looks something like:
The second directory (`7dca7746b5576f6c6ec34bb62200ba3a` above) is the
one visible in the attachment URL. The last part is the actual
attachment filename, but since those can overlap between issues, it's
safer to look for the hash. So to find the above attachement, you
safer to look for the hash. So to find the above attachment, you
should use:
find /var/opt/gitlab/gitlab-rails/uploads/ -name 7dca7746b5576f6c6ec34bb62200ba3a
......@@ -1429,7 +1429,7 @@ different components:
If you want to do batch operations or integrations with GitLab, you
might want to use one of those tools, depending on your environment or
prefered programming language:
preferred programming language:
* [bugwarrior](https://github.com/ralphbean/bugwarrior) ([Debian](https://tracker.debian.org/pkg/bugwarrior)) - support for GitLab, GitHub and
other bugtrackers for the [taskwarrior](http://taskwarrior.org/) database
......@@ -1453,13 +1453,13 @@ is interesting as well.
### Migration tools
ahf implemente the gitlab using his own home-made tools that talk to
ahf implemented the gitlab using his own home-made tools that talk to
the GitLab and Trac API. but there's also [tracboat](https://github.com/tracboat/tracboat) which is
designed to migrate from trac to GitLab.
We did not use Tracboat because it uses gitlab's DB directly and thus
only works with some very specific version. Each time the database
schema changes at GitLab, Tracboat needs to port to it. We prefered to
schema changes at GitLab, Tracboat needs to port to it. We preferred to
use something that talked with the GitLab API.
We also didn't like the output entirely, so we modified it but still
......
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