You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkFailure=errors.New("Provided CommitIDs have wrong length: "+pckgWR[i].Repo.CommitID+"(addon.yml) longer than the one from AAKaaS "+pckgWR[i].Package.CommitID)
107
-
log.Entry().WithError(checkFailure).Error(" => Check failure: to be corrected in addon.yml prior next execution")
103
+
//Ensure for Packages with Status R that CommitID of package = the one from addon.yml, beware of short commitID in addon.yml (and AAKaaS had due to a bug some time also short commid IDs)
log.Entry().Error("package "+pckgWR[i].Package.PackageName+" was already build but with commit "+pckgWR[i].Package.CommitID+", not with "+pckgWR[i].Repo.CommitID)
112
-
log.Entry().Error("If you want to build a new package make sure to increase the dotted-version-string in addon.yml - current value: "+pckgWR[i].Package.VersionYAML)
113
-
log.Entry().Error("If you do NOT want to build a new package enter the commitID "+pckgWR[i].Package.CommitID+" for software component "+pckgWR[i].Repo.Name+" in addon.yml")
114
-
checkFailure=errors.New("commit of already released package does not match with addon.yml")
115
-
log.Entry().WithError(checkFailure).Error(" => Check failure: to be corrected in addon.yml prior next execution")
log.Entry().Error("package "+pckgWR[i].Package.PackageName+" was already build but with commit "+pckgWR[i].Package.CommitID+", not with "+pckgWR[i].Repo.CommitID)
121
+
log.Entry().Error("If you want to build a new package make sure to increase the dotted-version-string in addon.yml - current value: "+pckgWR[i].Package.VersionYAML)
122
+
log.Entry().Error("If you do NOT want to build a new package enter the commitID "+pckgWR[i].Package.CommitID+" for software component "+pckgWR[i].Repo.Name+" in addon.yml")
123
+
checkFailure=errors.New("commit of already released package does not match with addon.yml")
124
+
log.Entry().WithError(checkFailure).Error(" => Check failure: to be corrected in addon.yml prior next execution")
//Check for newly reserved packages which are to be build that CommitID from addon.yml != PreviousCommitID [this will result in an error as no delta can be calculated]
checkFailure=errors.New("Provided CommitIDs have wrong length: "+pckgWR[i].Repo.CommitID+"(addon.yml) longer than the one from AAKaaS "+pckgWR[i].Package.CommitID)
126
-
log.Entry().WithError(checkFailure).Error(" => Check failure: to be corrected in addon.yml prior next execution")
checkFailure=errors.New("CommitID of package "+pckgWR[i].Package.PackageName+" is the same as the one of the predecessor package. Make sure to change both the dotted-version-string AND the commitID in addon.yml")
131
-
log.Entry().WithError(checkFailure).Error(" => Check failure: to be corrected in addon.yml prior next execution")
checkFailure=errors.New("CommitID of package "+pckgWR[i].Package.PackageName+" is the same as the one of the predecessor package. Make sure to change both the dotted-version-string AND the commitID in addon.yml")
147
+
log.Entry().WithError(checkFailure).Error(" => Check failure: to be corrected in addon.yml prior next execution")
0 commit comments