Documentation ¶
Index ¶
- func AddFilesToRelease(repo string, tag string, dir string)
- func BuildAll(pkg string, name string, binDir string) error
- func BuildClient(pkg string, name string, binDir string) error
- func BuildRuntime(pkg string, name string, binDir string) error
- func ConfigureGitBot()
- func GenerateMixinFeed()
- func GeneratePluginFeed()
- func PrepareMixinForPublish(mixin string)
- func PreparePluginForPublish(plugin string)
- func PublishMixin(mixin string)
- func PublishMixinFeed(mixin string)
- func PublishPlugin(plugin string)
- func PublishPluginFeed(plugin string)
- func XBuild(pkg string, name string, binDir string, goos string, goarch string) error
- func XBuildAll(pkg string, name string, binDir string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFilesToRelease ¶ added in v0.37.1
AddFilesToRelease uploads the files in the specified directory to a GitHub release. If the release does not exist already, it will be created with empty release notes.
func BuildRuntime ¶ added in v0.38.2
func ConfigureGitBot ¶ added in v0.37.1
func ConfigureGitBot()
Use GITHUB_TOKEN to log the porter bot into git
func GenerateMixinFeed ¶ added in v0.34.1
func GenerateMixinFeed()
Generate a mixin feed from any mixin versions in bin/mixins.
func GeneratePluginFeed ¶ added in v0.37.2
func GeneratePluginFeed()
Generate a plugin feed from any plugin versions in bin/plugins.
func PrepareMixinForPublish ¶ added in v0.34.1
func PrepareMixinForPublish(mixin string)
Prepares bin directory for publishing a mixin
func PreparePluginForPublish ¶ added in v0.37.2
func PreparePluginForPublish(plugin string)
Prepares bin directory for publishing a plugin
func PublishMixinFeed ¶
func PublishMixinFeed(mixin string)
Generate an updated mixin feed and publishes it.
func PublishPlugin ¶ added in v0.37.2
func PublishPlugin(plugin string)
Publish a plugin's binaries.
func PublishPluginFeed ¶ added in v0.37.2
func PublishPluginFeed(plugin string)
Generate an updated plugin feed and publishes it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.