Skip to content

Commit

Permalink
Convert cfgmanifest linux entries to matching format (Azure#1904)
Browse files Browse the repository at this point in the history
* Convert cfgmanifest linux entries to matching format

* update gcc-arm-none-eabi

* Add Pool-URL and Key-URL

Co-authored-by: Anton Kolesnyk <[email protected]>
  • Loading branch information
antkmsft and antkmsft authored Sep 8, 2021
1 parent f7a028c commit f6e94ef
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,43 +53,55 @@
{
"Component": {
"Type": "linux",
"Other": {
"linux": {
"Name": "gcc-arm-none-eabi",
"Version": "6.3.1+svn253039-1build1",
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/gcc-arm-none-eabi_6.3.1+svn253039-1build1_amd64.deb.html"
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "linux",
"Other": {
"linux": {
"Name": "gcovr",
"Version": "3.4-1",
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/gcovr_3.4-1_all.deb.html"
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "linux",
"Other": {
"linux": {
"Name": "lcov",
"Version": "1.13-3",
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/lcov_1.13-3_all.deb.html"
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "linux",
"Other": {
"linux": {
"Name": "clang-format",
"Version": "9.0.0-2",
"DownloadUrl": "https://ubuntu.pkgs.org/18.04/ubuntu-updates-universe-amd64/clang-format-9_9-2~ubuntu18.04.2_amd64.deb.html"
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
Expand Down

0 comments on commit f6e94ef

Please sign in to comment.