summaryrefslogtreecommitdiff
path: root/goConfig.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 02:03:17 -0600
committerJeff Carr <[email protected]>2024-11-30 02:03:17 -0600
commitd5c394d3c3894a141d5848483102433a30e1a2db (patch)
tree252fc97264e943f17168c0866215237fdcbb0fc3 /goConfig.go
parentb52c3c426af45ae45ee5d862834c9353bb0e5fb5 (diff)
moving things to protobufv0.22.22v0.22.21
Diffstat (limited to 'goConfig.go')
-rw-r--r--goConfig.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/goConfig.go b/goConfig.go
index cc2a5d6..6f34cba 100644
--- a/goConfig.go
+++ b/goConfig.go
@@ -120,6 +120,7 @@ func (rs *RepoStatus) strictRun(cmd []string) (bool, error) {
return true, nil
}
+/*
// poor name perhaps. It's because in most of these
// repos you can also type "make redomod" to do the same thing
// since it's a Makefile task that is also useful to be able to run
@@ -171,6 +172,7 @@ func (rs *RepoStatus) MakeRedomod() (bool, error) {
// this should never happen
return false, errors.New("MakeRedomod() logic failed")
}
+*/
func (rs *RepoStatus) IsReleased() bool {
if rs.GetTargetVersion() == rs.GetCurrentVersion() {