Skip to content

Commit e812d28

Browse files
scrantonsoloio-bulldozer[bot]
authored andcommitted
removed gofish pkg mgmt update (#234)
* removed gofish pkg mgmt update
1 parent d5826fc commit e812d28

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

ci/upload_github_release_assets.go

+19-17
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,25 @@ func main() {
5353
DarwinShaRegex: `url\s*".*-darwin.*\W*sha256\s*"(.*)"`,
5454
LinuxShaRegex: `url\s*".*-linux.*\W*sha256\s*"(.*)"`,
5555
},
56-
{
57-
Name: "fish-food/squashctl",
58-
FormulaName: "squashctl",
59-
Path: "Food/squashctl.lua",
60-
RepoOwner: repoOwner,
61-
RepoName: "fish-food",
62-
PRRepoOwner: "fishworks",
63-
PRRepoName: "fish-food",
64-
PRBranch: "master",
65-
PRDescription: "",
66-
PRCommitName: "Solo-io Bot",
67-
PRCommitEmail: "[email protected]",
68-
VersionRegex: `version\s*=\s*"([0-9.]+)"`,
69-
DarwinShaRegex: `os\s*=\s*"darwin",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
70-
LinuxShaRegex: `os\s*=\s*"linux",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
71-
WindowsShaRegex: `os\s*=\s*"windows",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
72-
},
56+
/*
57+
{
58+
Name: "fish-food/squashctl",
59+
FormulaName: "squashctl",
60+
Path: "Food/squashctl.lua",
61+
RepoOwner: repoOwner,
62+
RepoName: "fish-food",
63+
PRRepoOwner: "fishworks",
64+
PRRepoName: "fish-food",
65+
PRBranch: "master",
66+
PRDescription: "",
67+
PRCommitName: "Solo-io Bot",
68+
PRCommitEmail: "[email protected]",
69+
VersionRegex: `version\s*=\s*"([0-9.]+)"`,
70+
DarwinShaRegex: `os\s*=\s*"darwin",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
71+
LinuxShaRegex: `os\s*=\s*"linux",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
72+
WindowsShaRegex: `os\s*=\s*"windows",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
73+
},
74+
*/
7375
}
7476

7577
// Update package manager install formulas

0 commit comments

Comments
 (0)