grim/hgkeeper

Parents a3894522a8c0
Children c675554bfb7b
temporarily disable findHgrcsForRepo to see if it's cause the OOMKill in k8s
  • +1 -1
    hg/hg.go
  • --- a/hg/hg.go Fri Nov 13 21:42:29 2020 -0600
    +++ b/hg/hg.go Fri Nov 13 21:42:48 2020 -0600
    @@ -31,7 +31,7 @@
    rcs := []string{filepath.Join(access.AdminRepoPath(), "site.hgrc")}
    // add the repo specific hgrc's
    - rcs = append(rcs, findHgrcsForRepo(repoName)...)
    + //rcs = append(rcs, findHgrcsForRepo(repoName)...)
    // add the hgrc that controls writability
    rcs = append(rcs, c.tmpHgrc)