03b1cf763d
* Batch-move everything
* go mod tidy
* make drone
* Remove genversions
* Bump alpine image
* Revert back pkg/build/docker/build.go
* Make sure correct enterprise branch is checked out
* Add enterprise2 version
* Remove extensions
* Bump build container
* backport node 18 test fix
(cherry picked from commit 4ff03fdbfb)
* Update scripts/drone
* Add more commands
* Fix starlark link
* Copy .drone.star
* Add drone target branch for custom events
---------
19 lines
354 B
Go
19 lines
354 B
Go
package config
|
|
|
|
type Config struct {
|
|
Version string
|
|
Bucket string
|
|
DebRepoBucket string
|
|
DebDBBucket string
|
|
RPMRepoBucket string
|
|
GPGPassPath string
|
|
GPGPrivateKey string
|
|
GPGPublicKey string
|
|
NumWorkers int
|
|
GitHubUser string
|
|
GitHubToken string
|
|
PullEnterprise bool
|
|
PackageVersion string
|
|
SignPackages bool
|
|
}
|