Skip to content
Snippets Groups Projects
Commit 81d40dfc authored by vince's avatar vince
Browse files

Rebase onto master

parent 1c029d65
No related branches found
No related tags found
No related merge requests found
...@@ -110,9 +110,9 @@ Successfully configured bridge: default ...@@ -110,9 +110,9 @@ Successfully configured bridge: default
# For Github # For Github
git bug bridge configure \\ git bug bridge configure \\
\-\-target=github \\ \-\-target=github \\
\-\-url=https://github.com/MichaelMure/git\-bug \\ \-\-login==$(LOGIN) \\
\-\-url=https://github.com/MichaelMure/git\-bug \\ \-\-owner==$(OWNER) \\
\-\-url=https://github.com/MichaelMure/git\-bug \\ \-\-project==$(PROJECT) \\
\-\-token=$(TOKEN) \\ \-\-token=$(TOKEN) \\
\-\-url=https://github.com/MichaelMure/git\-bug \\ \-\-url=https://github.com/MichaelMure/git\-bug \\
...@@ -120,7 +120,7 @@ git bug bridge configure \\ ...@@ -120,7 +120,7 @@ git bug bridge configure \\
# For Gitlab # For Gitlab
git bug bridge configure \\ git bug bridge configure \\
\-\-target=gitlab \\ \-\-target=gitlab \\
\-\-url=https://gitlab.com/gitlab\-org/gitlab \\ \-\-login==$(LOGIN) \\
\-\-token=$(TOKEN) \\ \-\-token=$(TOKEN) \\
\-\-url=https://gitlab.com/gitlab\-org/gitlab \\ \-\-url=https://gitlab.com/gitlab\-org/gitlab \\
...@@ -135,7 +135,7 @@ git bug bridge configure \\ ...@@ -135,7 +135,7 @@ git bug bridge configure \\
# For Launchpad\-Preview # For Launchpad\-Preview
git bug bridge configure \\ git bug bridge configure \\
\-\-target=launchpad\-preview \\ \-\-target=launchpad\-preview \\
\-\-url=https://bugs.launchpad.net/ubuntu/ \\ \-\-project==$(PROJECT) \\
\-\-url=https://bugs.launchpad.net/ubuntu/ \\ \-\-url=https://bugs.launchpad.net/ubuntu/ \\
......
...@@ -49,9 +49,9 @@ Successfully configured bridge: default ...@@ -49,9 +49,9 @@ Successfully configured bridge: default
# For Github # For Github
git bug bridge configure \ git bug bridge configure \
--target=github \ --target=github \
--url=https://github.com/MichaelMure/git-bug \ --login==$(LOGIN) \
--url=https://github.com/MichaelMure/git-bug \ --owner==$(OWNER) \
--url=https://github.com/MichaelMure/git-bug \ --project==$(PROJECT) \
--token=$(TOKEN) \ --token=$(TOKEN) \
--url=https://github.com/MichaelMure/git-bug \ --url=https://github.com/MichaelMure/git-bug \
...@@ -59,7 +59,7 @@ git bug bridge configure \ ...@@ -59,7 +59,7 @@ git bug bridge configure \
# For Gitlab # For Gitlab
git bug bridge configure \ git bug bridge configure \
--target=gitlab \ --target=gitlab \
--url=https://gitlab.com/gitlab-org/gitlab \ --login==$(LOGIN) \
--token=$(TOKEN) \ --token=$(TOKEN) \
--url=https://gitlab.com/gitlab-org/gitlab \ --url=https://gitlab.com/gitlab-org/gitlab \
...@@ -74,7 +74,7 @@ git bug bridge configure \ ...@@ -74,7 +74,7 @@ git bug bridge configure \
# For Launchpad-Preview # For Launchpad-Preview
git bug bridge configure \ git bug bridge configure \
--target=launchpad-preview \ --target=launchpad-preview \
--url=https://bugs.launchpad.net/ubuntu/ \ --project==$(PROJECT) \
--url=https://bugs.launchpad.net/ubuntu/ \ --url=https://bugs.launchpad.net/ubuntu/ \
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment