diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ func doPatchList() (string, error) { log.Info("no namespace", patch.PatchId, patch.Namespace, patch.Comment) continue } + if patch.NewHash == "na" { + needfix = 1 + } newId, newHash, err := isPatchIdApplied(repo, patch) if errors.Is(err, ErrorGitPullOnDirty) { log.Info(patch.PatchId, newId, repo.Namespace, "repo dirty", patch.Comment) |
