diff --git a/internal/process.go b/internal/process.go index 8b5593c..3037edb 100644 --- a/internal/process.go +++ b/internal/process.go @@ -122,7 +122,7 @@ func ProcessRPM(pd *data.ProcessData) { log.Fatalln("invalid manual commit list") } - head := fmt.Sprintf("refs/heads/%s", branchCommit[0]) + head := fmt.Sprintf("refs/tags/imports/%s/%s-%s", branchCommit[0], md.RpmFile.Name(), branchCommit[1]) md.Branches = append(md.Branches, head) commitPin[head] = branchCommit[1] }