mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Fix up build for recent versions of Go
Forbid broken goxc tasks.
This commit is contained in:
+6
-4
@@ -2,10 +2,12 @@
|
||||
"AppName": "aptly",
|
||||
"ArtifactsDest": "xc-out/",
|
||||
"TasksExclude": [
|
||||
"rmbin"
|
||||
"rmbin",
|
||||
"go-test",
|
||||
"go-vet"
|
||||
],
|
||||
"TasksAppend": [
|
||||
"bintray"
|
||||
"bintray"
|
||||
],
|
||||
"TaskSettings": {
|
||||
"deb": {
|
||||
@@ -33,6 +35,6 @@
|
||||
},
|
||||
"Arch": "386 amd64",
|
||||
"Os": "linux darwin freebsd",
|
||||
"MainDirsExclude": "man,_vendor",
|
||||
"MainDirsExclude": "man,vendor",
|
||||
"ConfigVersion": "0.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user