Skip to content

Commit

Permalink
Added updating gofish formulas during release (#207)
Browse files Browse the repository at this point in the history
* Added updating gofish formulas during release
  • Loading branch information
scranton authored and soloio-bulldozer[bot] committed May 10, 2019
1 parent 4fb80e2 commit 74fb9ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/v0.5.14/fish-food-formula.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description:
- type: NON_USER_FACING
description: Added updating gofish formulas as part of release.
17 changes: 17 additions & 0 deletions ci/upload_github_release_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,23 @@ func main() {
DarwinShaRegex: `url\s*".*-darwin.*\W*sha256\s*"(.*)"`,
LinuxShaRegex: `url\s*".*-linux.*\W*sha256\s*"(.*)"`,
},
{
Name: "fish-food/squashctl",
FormulaName: "squashctl",
Path: "Food/squashctl.lua",
RepoOwner: repoOwner,
RepoName: "fish-food",
PRRepoOwner: "fishworks",
PRRepoName: "fish-food",
PRBranch: "master",
PRDescription: "",
PRCommitName: "Solo-io Bot",
PRCommitEmail: "[email protected]",
VersionRegex: `version\s*=\s*"([0-9.]+)"`,
DarwinShaRegex: `os\s*=\s*"darwin",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
LinuxShaRegex: `os\s*=\s*"linux",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
WindowsShaRegex: `os\s*=\s*"windows",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
},
}

// Update package manager install formulas
Expand Down

0 comments on commit 74fb9ae

Please sign in to comment.