summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-20 08:50:55 +1000
committerGitHub <noreply@github.com>2018-09-20 08:50:55 +1000
commitdf33b43d08f63b0c2b404c5a4b9c17a420232436 (patch)
tree5c23c11ee899ef6b682c515f3ffcaf8f9f844729
parentf8274204d7224020ab345637453d3c00d33d539e (diff)
parente2613039b34b9f119ca948c70ba75dd93dc1803f (diff)
downloadlibgit2-df33b43d08f63b0c2b404c5a4b9c17a420232436.tar.gz
Merge pull request #4813 from libgit2/ethomson/ci-rename
Rename "VSTS" to "Azure DevOps" and "Azure Pipelines"
-rw-r--r--README.md6
-rw-r--r--azure-pipelines.yml (renamed from .vsts-ci.yml)18
-rw-r--r--ci/bash.yml (renamed from ci/vsts-bash.yml)0
-rw-r--r--ci/docker.yml (renamed from ci/vsts-docker.yml)0
-rw-r--r--ci/nightly.yml (renamed from .vsts-nightly.yml)0
-rw-r--r--ci/powershell.yml (renamed from ci/vsts-powershell.yml)0
6 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 31885970d..7746f7051 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
libgit2 - the Git linkable library
==================================
-[![VSTS Build Status](https://libgit2.visualstudio.com/libgit2/_apis/build/status/libgit2)](https://libgit2.visualstudio.com/libgit2/_build/latest?definitionId=7)
+[![Azure Pipelines Build Status](https://dev.azure.com/libgit2/libgit2/_apis/build/status/libgit2)](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
`libgit2` is a portable, pure C implementation of the Git core methods
@@ -17,7 +17,7 @@ in your favorite language.
[GitKraken](https://gitkraken.com/) and [gmaster](https://gmaster.io/)
and on Git hosting providers like [GitHub](https://github.com/),
[GitLab](https://gitlab.com/) and
-[Visual Studio Team Services](https://visualstudio.com/team-services/).
+[Azure DevOps](https://azure.com/devops).
We perform the merge every time you click "merge pull request".
`libgit2` is licensed under a **very permissive license** (GPLv2 with a special
@@ -107,7 +107,7 @@ What It Can Do
libgit2 provides you with the ability to manage Git repositories in the
programming language of your choice. It's used in production to power many
-applications including GitHub.com, Plastic SCM and Visual Studio Team Services.
+applications including GitHub.com, Plastic SCM and Azure DevOps.
It does not aim to replace the git tool or its user-facing commands. Some APIs
resemble the plumbing commands as those align closely with the concepts of the
diff --git a/.vsts-ci.yml b/azure-pipelines.yml
index 7506e3fb4..620601d24 100644
--- a/.vsts-ci.yml
+++ b/azure-pipelines.yml
@@ -11,7 +11,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- - template: ci/vsts-docker.yml
+ - template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-openssl:latest'
environmentVariables: |
@@ -23,7 +23,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- - template: ci/vsts-docker.yml
+ - template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-mbedtls:latest'
environmentVariables: |
@@ -36,7 +36,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- - template: ci/vsts-docker.yml
+ - template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-openssl:latest'
environmentVariables: |
@@ -48,7 +48,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- - template: ci/vsts-docker.yml
+ - template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-mbedtls:latest'
environmentVariables: |
@@ -63,7 +63,7 @@ jobs:
steps:
- bash: . '$(Build.SourcesDirectory)/ci/setup-osx.sh'
displayName: Setup
- - template: ci/vsts-bash.yml
+ - template: ci/bash.yml
parameters:
environmentVariables:
TMPDIR: $(Agent.TempDirectory)
@@ -74,7 +74,7 @@ jobs:
displayName: 'Windows (Visual Studio; amd64)'
pool: Hosted
steps:
- - template: ci/vsts-powershell.yml
+ - template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013 Win64"
@@ -83,7 +83,7 @@ jobs:
displayName: 'Windows (Visual Studio; x86)'
pool: Hosted
steps:
- - template: ci/vsts-powershell.yml
+ - template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013"
@@ -97,7 +97,7 @@ jobs:
env:
TEMP: $(Agent.TempDirectory)
ARCH: amd64
- - template: ci/vsts-powershell.yml
+ - template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -G"MinGW Makefiles"
@@ -113,7 +113,7 @@ jobs:
env:
TEMP: $(Agent.TempDirectory)
ARCH: x86
- - template: ci/vsts-powershell.yml
+ - template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -G"MinGW Makefiles"
diff --git a/ci/vsts-bash.yml b/ci/bash.yml
index d776a3649..d776a3649 100644
--- a/ci/vsts-bash.yml
+++ b/ci/bash.yml
diff --git a/ci/vsts-docker.yml b/ci/docker.yml
index e92510478..e92510478 100644
--- a/ci/vsts-docker.yml
+++ b/ci/docker.yml
diff --git a/.vsts-nightly.yml b/ci/nightly.yml
index 4d6d8a3e8..4d6d8a3e8 100644
--- a/.vsts-nightly.yml
+++ b/ci/nightly.yml
diff --git a/ci/vsts-powershell.yml b/ci/powershell.yml
index a2eb175d5..a2eb175d5 100644
--- a/ci/vsts-powershell.yml
+++ b/ci/powershell.yml