Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GPGKeyFile = flag.String("gpg-key-file", gpgKeyFileLocation(), "GPG key file to sign the package") GPGKeyID = flag.String("gpg-key-id", "", "GPG key ID to sign the package") GPGKeyPassword = flag.String("gpg-key-password", "", "GPG key password to sign the package") APKKeyFile = flag.String("apk-key-file", "", "PEM-encoded RSA key used for signing APK packages") APKKeyName = flag.String("apk-key-name", "", "APK signing key name used for verification") APKKeyPassword = flag.String("apk-key-password", "", "the name of the APK signing key as used for verification") UserName = flag.String("git-user-name", GitUserName(), "user name in Git") UserEmail = flag.String("git-user-email", GitUserEmail(), "user email in Git") SourceDateEpoch = flag.Int64("source-date-epoch", GetSourceDateEpoch(), "Timestamp to use for all files in packages") )
View Source
var (
PackageDestDir = flag.String("package-dest-dir", "./var", "directory to store built packages")
)
Functions ¶
func GetSourceDateEpoch ¶ added in v0.6.0
func GetSourceDateEpoch() int64
func GitUserEmail ¶
func GitUserEmail() string
func GitUserName ¶
func GitUserName() string
func GitVersion ¶
func GitVersion() string
func SourceEpoch ¶ added in v0.6.0
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package pkgs provides shared packaging utilities for the mk* implementation packages.
|
Package pkgs provides shared packaging utilities for the mk* implementation packages. |
|
Package yeet is a set of small helper functions useful for yeeting out scripts.
|
Package yeet is a set of small helper functions useful for yeeting out scripts. |
Click to show internal directories.
Click to hide internal directories.