deliverytools

package module
v0.0.0-...-47f31f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2017 License: MPL-2.0 Imports: 2 Imported by: 2

README

product-delivery-tools Build Status Docs

Tools related to product delivery

Tools

Documentation

Index

Constants

View Source
const Version = "1.4.1"

Version for delivery tools

Variables

View Source
var AWSSession = session.Must(session.NewSession(
	&aws.Config{
		MaxRetries: aws.Int(5),
		Region:     aws.String("us-east-1"),
	}))

AWSConfig is the global *aws.Config for all tools

View Source
var ProdBucketMap = BucketMap{
	Default: "archive",
	Mounts: []BucketMount{
		BucketMount{"pub/firefox/bundles/", "archive"},
		BucketMount{"pub/firefox/try-builds/", "archive"},
		BucketMount{"pub/firefox/", "firefox"},
		BucketMount{"pub/labs/", "contrib"},
		BucketMount{"pub/opus/", "contrib"},
		BucketMount{"pub/webtools/", "contrib"},
		BucketMount{"pub/nspr/", "contrib"},
		BucketMount{"pub/security/", "contrib"},
	},
}

BucketMapping is the current BucketMap

Functions

This section is empty.

Types

type BucketMap

type BucketMap struct {
	// The default or fallthrough bucket
	Default string

	// Bucket mappings
	Mounts []BucketMount
}

BucketMap represents the mapping of prefixes to buckets

type BucketMount

type BucketMount struct {
	Prefix string
	Bucket string
}

BucketMount is a prefix -> bucket mapping

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL