Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust the Azure Pipeline badge in our README #128

Closed
wants to merge 1 commit into from

Conversation

dscho
Copy link
Member

@dscho dscho commented Feb 23, 2019

We now have an official Azure Pipeline (not the temporary, for-testing one I used during development), thanks to Peff! Let's link to it, too.

During the six months of development of the Azure Pipelines support, the
patches went through quite a few iterations of changes, and to test
those iterations, a temporary build definition was used.

In the meantime, Azure Pipelines support made it to `master`, and we now
have a regular Azure Pipeline, installed via the common GitHub App
workflow. This new pipeline has a different name (git.git instead of
test-git.git), and a new ID (11 instead of 2).

Let's adjust the badge in our README to reflect that final shape of the
Azure Pipeline.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho
Copy link
Member Author

dscho commented Feb 23, 2019

/submit

@gitgitgadget
Copy link

gitgitgadget bot commented Feb 23, 2019

Submitted as pull.128.git.gitgitgadget@gmail.com

@@ -1,4 +1,4 @@
[![Build Status](https://dev.azure.com/git/git/_apis/build/status/test-git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=2)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the Git mailing list, Junio C Hamano wrote (reply to this):

"Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
writes:

> From: Johannes Schindelin <johannes.schindelin@gmx.de>
>
> During the six months of development of the Azure Pipelines support, the
> patches went through quite a few iterations of changes, and to test
> those iterations, a temporary build definition was used.
>
> In the meantime, Azure Pipelines support made it to `master`, and we now
> have a regular Azure Pipeline, installed via the common GitHub App
> workflow. This new pipeline has a different name (git.git instead of
> test-git.git), and a new ID (11 instead of 2).
>
> Let's adjust the badge in our README to reflect that final shape of the
> Azure Pipeline.

Always happy to see declaration of victory ;-).

>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> ---
>  README.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README.md b/README.md
> index 764c480c66..88f126184c 100644
> --- a/README.md
> +++ b/README.md
> @@ -1,4 +1,4 @@
> -[![Build Status](https://dev.azure.com/git/git/_apis/build/status/test-git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=2)
> +[![Build Status](https://dev.azure.com/git/git/_apis/build/status/git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=11)
>  
>  Git - fast, scalable, distributed revision control system
>  =========================================================

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the Git mailing list, Johannes Schindelin wrote (reply to this):

Hi Junio,

On Sat, 23 Feb 2019, Junio C Hamano wrote:

> "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
> writes:
> 
> > From: Johannes Schindelin <johannes.schindelin@gmx.de>
> >
> > During the six months of development of the Azure Pipelines support, the
> > patches went through quite a few iterations of changes, and to test
> > those iterations, a temporary build definition was used.
> >
> > In the meantime, Azure Pipelines support made it to `master`, and we now
> > have a regular Azure Pipeline, installed via the common GitHub App
> > workflow. This new pipeline has a different name (git.git instead of
> > test-git.git), and a new ID (11 instead of 2).
> >
> > Let's adjust the badge in our README to reflect that final shape of the
> > Azure Pipeline.
> 
> Always happy to see declaration of victory ;-).

Yep! I did take an internal victory lap, too.

Thank you for your help and your patience on this issue!

Ciao,
Dscho

> 
> >
> > Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> > ---
> >  README.md | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/README.md b/README.md
> > index 764c480c66..88f126184c 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -1,4 +1,4 @@
> > -[![Build Status](https://dev.azure.com/git/git/_apis/build/status/test-git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=2)
> > +[![Build Status](https://dev.azure.com/git/git/_apis/build/status/git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=11)
> >  
> >  Git - fast, scalable, distributed revision control system
> >  =========================================================
> 

@gitgitgadget
Copy link

gitgitgadget bot commented Feb 24, 2019

This branch is now known as master.

@gitgitgadget
Copy link

gitgitgadget bot commented Feb 24, 2019

This patch series was integrated into pu via git@39ffebd.

@gitgitgadget
Copy link

gitgitgadget bot commented Feb 24, 2019

This patch series was integrated into next via git@efd1d6c.

@dscho
Copy link
Member Author

dscho commented Feb 24, 2019

This branch is now known as master.

Nice one... ;-)

@dscho dscho closed this Feb 24, 2019
@dscho dscho added the master label Feb 24, 2019
@dscho dscho deleted the azure-pipelines-badge branch February 26, 2019 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant