Merge pull request #547 from marcov/pkgcloud-fedora30

kata-pkgsync: vendor: update pkgcloud to add Fedora 30
This commit is contained in:
Marco Vedovati 2019-05-30 10:51:30 +02:00 committed by GitHub
commit c245034dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -26,15 +26,14 @@
version = "v0.0.4"
[[projects]]
branch = "master"
digest = "1:237b43acafb17c01ca2939f940e61df737f2208c1646fe49abb7e4de781d6dd7"
digest = "1:c3d9c7aff913b274bb9cc000b57e87b721aa7296eeeb1ae8c0d1ccffcbc20c47"
name = "github.com/mlafeldt/pkgcloud"
packages = [
".",
"upload",
]
pruneopts = "UT"
revision = "49013a5afc7335e1d13d1f68be2a6a37496e6dc7"
revision = "926cf4b57c55666f6a386a50c2ab6581d15fd820"
[[projects]]
digest = "1:e8fcad58263a7511225a674d9c23b9c55aa2f8616e2dab59f184a516f55c6566"

View File

@ -30,7 +30,7 @@
name = "github.com/marcov/obsgo"
[[constraint]]
branch = "master"
revision = "926cf4b57c55666f6a386a50c2ab6581d15fd820"
name = "github.com/mlafeldt/pkgcloud"
[[constraint]]

View File

@ -104,4 +104,5 @@ var supportedDistros = map[string]int{
"fedora/29": 201,
"linuxmint/tessa": 202,
"ubuntu/disco": 203,
"fedora/30": 204,
}