-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach x-ci-verify-versions to check that versions exist in the databa…
…se (#1210)
- Loading branch information
1 parent
141061e
commit 779ab31
Showing
94 changed files
with
1,876 additions
and
878 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/.gitattributes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* -text |
1 change: 1 addition & 0 deletions
1
.../e2e-assets/ci-verify-versions-registry/old-port-versions/bad-git-tree-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...ines/e2e-assets/ci-verify-versions-registry/old-port-versions/bad-git-tree-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "bad-git-tree", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...-assets/ci-verify-versions-registry/old-port-versions/bad-history-name-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
.../e2e-assets/ci-verify-versions-registry/old-port-versions/bad-history-name-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "bad-history-name-is-bad", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...i-verify-versions-registry/old-port-versions/baseline-version-mismatch-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...ts/ci-verify-versions-registry/old-port-versions/baseline-version-mismatch-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "baseline-version-mismatch", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...s/e2e-assets/ci-verify-versions-registry/old-port-versions/has-local-edits/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...lines/e2e-assets/ci-verify-versions-registry/old-port-versions/has-local-edits/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "has-local-edits", | ||
"version": "1.0.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...nes/e2e-assets/ci-verify-versions-registry/old-port-versions/malformed-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
5 changes: 5 additions & 0 deletions
5
...pelines/e2e-assets/ci-verify-versions-registry/old-port-versions/malformed-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "malformed", | ||
"version": "1.0", | ||
~broken | ||
} |
1 change: 1 addition & 0 deletions
1
...assets/ci-verify-versions-registry/old-port-versions/mismatch-git-tree-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...e2e-assets/ci-verify-versions-registry/old-port-versions/mismatch-git-tree-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "mismatch-git-tree", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...-assets/ci-verify-versions-registry/old-port-versions/version-mismatch-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
.../e2e-assets/ci-verify-versions-registry/old-port-versions/version-mismatch-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "version-mismatch", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...e-assets/ci-verify-versions-registry/old-port-versions/version-missing-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...s/e2e-assets/ci-verify-versions-registry/old-port-versions/version-missing-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "version-missing", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
.../ci-verify-versions-registry/old-port-versions/version-scheme-mismatch-1.0/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...sets/ci-verify-versions-registry/old-port-versions/version-scheme-mismatch-1.0/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "version-scheme-mismatch", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/bad-git-tree/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/bad-git-tree/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "bad-git-tree", | ||
"version": "1.1" | ||
} |
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/bad-history-name/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/bad-history-name/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "bad-history-name", | ||
"version": "1.1" | ||
} |
1 change: 1 addition & 0 deletions
1
...nes/e2e-assets/ci-verify-versions-registry/ports/baseline-version-mismatch/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...pelines/e2e-assets/ci-verify-versions-registry/ports/baseline-version-mismatch/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "baseline-version-mismatch", | ||
"version": "1.1" | ||
} |
1 change: 1 addition & 0 deletions
1
...ines/e2e-assets/ci-verify-versions-registry/ports/baseline-version-missing/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...ipelines/e2e-assets/ci-verify-versions-registry/ports/baseline-version-missing/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "baseline-version-missing", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...verify-versions-registry/ports/dependency-not-in-versions-database-feature/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
12 changes: 12 additions & 0 deletions
12
.../ci-verify-versions-registry/ports/dependency-not-in-versions-database-feature/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "dependency-not-in-versions-database-feature", | ||
"version": "1.0", | ||
"features": { | ||
"add-things": { | ||
"description": "an example feature that adds some things", | ||
"dependencies": [ | ||
"no-versions" | ||
] | ||
} | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...sets/ci-verify-versions-registry/ports/dependency-not-in-versions-database/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
7 changes: 7 additions & 0 deletions
7
...e-assets/ci-verify-versions-registry/ports/dependency-not-in-versions-database/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "dependency-not-in-versions-database", | ||
"version": "1.0", | ||
"dependencies": [ | ||
"no-versions" | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
...ersions-registry/ports/dependency-version-not-in-versions-database-feature/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
15 changes: 15 additions & 0 deletions
15
...fy-versions-registry/ports/dependency-version-not-in-versions-database-feature/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "dependency-version-not-in-versions-database-feature", | ||
"version": "1.0", | ||
"features": { | ||
"add-things": { | ||
"description": "an example feature that adds some things", | ||
"dependencies": [ | ||
{ | ||
"name": "good", | ||
"version>=": "0.9" | ||
} | ||
] | ||
} | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...verify-versions-registry/ports/dependency-version-not-in-versions-database/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
10 changes: 10 additions & 0 deletions
10
.../ci-verify-versions-registry/ports/dependency-version-not-in-versions-database/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "dependency-version-not-in-versions-database", | ||
"version": "1.0", | ||
"dependencies": [ | ||
{ | ||
"name": "good", | ||
"version>=": "0.9" | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/good/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/good/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "good", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/malformed/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
5 changes: 5 additions & 0 deletions
5
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/malformed/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "malformed", | ||
"version": "1.1", | ||
~broken | ||
} |
1 change: 1 addition & 0 deletions
1
...e-pipelines/e2e-assets/ci-verify-versions-registry/ports/mismatch-git-tree/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
5 changes: 5 additions & 0 deletions
5
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/mismatch-git-tree/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"$comment": "This comment changes the correct git-tree without changing the version", | ||
"name": "mismatch-git-tree", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/no-versions/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/no-versions/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "no-versions", | ||
"version": "1.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...assets/ci-verify-versions-registry/ports/override-not-in-versions-database/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
10 changes: 10 additions & 0 deletions
10
...e2e-assets/ci-verify-versions-registry/ports/override-not-in-versions-database/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "override-not-in-versions-database", | ||
"version": "1.0", | ||
"overrides": [ | ||
{ | ||
"name": "no-versions", | ||
"version": "1.0" | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
...i-verify-versions-registry/ports/override-version-not-in-versions-database/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
10 changes: 10 additions & 0 deletions
10
...ts/ci-verify-versions-registry/ports/override-version-not-in-versions-database/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "override-version-not-in-versions-database", | ||
"version": "1.0", | ||
"overrides": [ | ||
{ | ||
"name": "good", | ||
"version": "0.9" | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/version-mismatch/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/version-mismatch/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "version-mismatch", | ||
"version": "1.1" | ||
} |
1 change: 1 addition & 0 deletions
1
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/version-missing/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
azure-pipelines/e2e-assets/ci-verify-versions-registry/ports/version-missing/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "version-missing", | ||
"version": "1.1" | ||
} |
1 change: 1 addition & 0 deletions
1
...lines/e2e-assets/ci-verify-versions-registry/ports/version-scheme-mismatch/portfile.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
4 changes: 4 additions & 0 deletions
4
...pipelines/e2e-assets/ci-verify-versions-registry/ports/version-scheme-mismatch/vcpkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "version-scheme-mismatch", | ||
"version": "1.1" | ||
} |
14 changes: 14 additions & 0 deletions
14
azure-pipelines/e2e-assets/ci-verify-versions-registry/versions/b-/bad-git-tree.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "000000070c5f496fcf1a97cf654d5e81f0d2685a", | ||
"version": "1.1", | ||
"port-version": 0 | ||
}, | ||
{ | ||
"git-tree": "00000005fb6b76058ce09252f521847363c6b266", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
azure-pipelines/e2e-assets/ci-verify-versions-registry/versions/b-/bad-history-name.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "f34f4ad3dfcc4d46d467d7b6aa04f9732a7951d6", | ||
"version": "1.1", | ||
"port-version": 0 | ||
}, | ||
{ | ||
"git-tree": "db9d98300e7daeb2c0652bae94a0283a1b1a13d1", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...pelines/e2e-assets/ci-verify-versions-registry/versions/b-/baseline-version-mismatch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "cf8a1faa9f94f7ceb9513d65093d407e11ac1402", | ||
"version": "1.1", | ||
"port-version": 0 | ||
}, | ||
{ | ||
"git-tree": "a6d7dde2f5a9ea80db16c7f73c43556a7e21e5cf", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...ipelines/e2e-assets/ci-verify-versions-registry/versions/b-/baseline-version-missing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "a5c21769008f52ed66afa344f13b786dde4b8d7d", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
76 changes: 76 additions & 0 deletions
76
azure-pipelines/e2e-assets/ci-verify-versions-registry/versions/baseline.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"default": { | ||
"bad-git-tree": { | ||
"baseline": "1.1", | ||
"port-version": 0 | ||
}, | ||
"bad-history-name": { | ||
"baseline": "1.1", | ||
"port-version": 0 | ||
}, | ||
"baseline-version-mismatch": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"dependency-not-in-versions-database": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"dependency-not-in-versions-database-feature": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"dependency-version-not-in-versions-database": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"dependency-version-not-in-versions-database-feature": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"empty-versions": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"good": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"has-local-edits": { | ||
"baseline": "1.0.0", | ||
"port-version": 0 | ||
}, | ||
"malformed": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"mismatch-git-tree": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"no-versions": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"override-not-in-versions-database": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"override-version-not-in-versions-database": { | ||
"baseline": "1.0", | ||
"port-version": 0 | ||
}, | ||
"version-mismatch": { | ||
"baseline": "1.1", | ||
"port-version": 0 | ||
}, | ||
"version-missing": { | ||
"baseline": "1.1", | ||
"port-version": 0 | ||
}, | ||
"version-scheme-mismatch": { | ||
"baseline": "1.1", | ||
"port-version": 0 | ||
} | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
.../ci-verify-versions-registry/versions/d-/dependency-not-in-versions-database-feature.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "2298ee25ea54ed92595250a2be07d01bdd76f47c", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...e-assets/ci-verify-versions-registry/versions/d-/dependency-not-in-versions-database.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "321c8b400526dc412a987285ef469eec6221a4b4", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...fy-versions-registry/versions/d-/dependency-version-not-in-versions-database-feature.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "ba3008bb2d42c61f172b7d9592de0212edf20fc6", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
.../ci-verify-versions-registry/versions/d-/dependency-version-not-in-versions-database.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "f0d44555fe7714929e432ab9e12a436e28ffef9e", | ||
"version": "1.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |
Oops, something went wrong.