From 81d40dfcb01186de1e7cb297556da642048c1136 Mon Sep 17 00:00:00 2001 From: vince <vincetiu8@gmail.com> Date: Tue, 28 Jul 2020 20:28:26 +0800 Subject: [PATCH] Rebase onto master --- doc/man/git-bug-bridge-configure.1 | 10 +++++----- doc/md/git-bug_bridge_configure.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/man/git-bug-bridge-configure.1 b/doc/man/git-bug-bridge-configure.1 index bba8c9b4..37b87756 100644 --- a/doc/man/git-bug-bridge-configure.1 +++ b/doc/man/git-bug-bridge-configure.1 @@ -110,9 +110,9 @@ Successfully configured bridge: default # For Github git bug bridge configure \\ \-\-target=github \\ - \-\-url=https://github.com/MichaelMure/git\-bug \\ - \-\-url=https://github.com/MichaelMure/git\-bug \\ - \-\-url=https://github.com/MichaelMure/git\-bug \\ + \-\-login==$(LOGIN) \\ + \-\-owner==$(OWNER) \\ + \-\-project==$(PROJECT) \\ \-\-token=$(TOKEN) \\ \-\-url=https://github.com/MichaelMure/git\-bug \\ @@ -120,7 +120,7 @@ git bug bridge configure \\ # For Gitlab git bug bridge configure \\ \-\-target=gitlab \\ - \-\-url=https://gitlab.com/gitlab\-org/gitlab \\ + \-\-login==$(LOGIN) \\ \-\-token=$(TOKEN) \\ \-\-url=https://gitlab.com/gitlab\-org/gitlab \\ @@ -135,7 +135,7 @@ git bug bridge configure \\ # For Launchpad\-Preview git bug bridge configure \\ \-\-target=launchpad\-preview \\ - \-\-url=https://bugs.launchpad.net/ubuntu/ \\ + \-\-project==$(PROJECT) \\ \-\-url=https://bugs.launchpad.net/ubuntu/ \\ diff --git a/doc/md/git-bug_bridge_configure.md b/doc/md/git-bug_bridge_configure.md index b95985a3..7d8d7e55 100644 --- a/doc/md/git-bug_bridge_configure.md +++ b/doc/md/git-bug_bridge_configure.md @@ -49,9 +49,9 @@ Successfully configured bridge: default # For Github git bug bridge configure \ --target=github \ - --url=https://github.com/MichaelMure/git-bug \ - --url=https://github.com/MichaelMure/git-bug \ - --url=https://github.com/MichaelMure/git-bug \ + --login==$(LOGIN) \ + --owner==$(OWNER) \ + --project==$(PROJECT) \ --token=$(TOKEN) \ --url=https://github.com/MichaelMure/git-bug \ @@ -59,7 +59,7 @@ git bug bridge configure \ # For Gitlab git bug bridge configure \ --target=gitlab \ - --url=https://gitlab.com/gitlab-org/gitlab \ + --login==$(LOGIN) \ --token=$(TOKEN) \ --url=https://gitlab.com/gitlab-org/gitlab \ @@ -74,7 +74,7 @@ git bug bridge configure \ # For Launchpad-Preview git bug bridge configure \ --target=launchpad-preview \ - --url=https://bugs.launchpad.net/ubuntu/ \ + --project==$(PROJECT) \ --url=https://bugs.launchpad.net/ubuntu/ \ ``` -- GitLab