Skip to content

Commit

Permalink
removed gofish pkg mgmt update (#234)
Browse files Browse the repository at this point in the history
* removed gofish pkg mgmt update
  • Loading branch information
scranton authored and soloio-bulldozer[bot] committed Jul 24, 2019
1 parent d5826fc commit e812d28
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions ci/upload_github_release_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,25 @@ 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*"(.*)",`,
},
/*
{
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 e812d28

Please sign in to comment.