console_view: Drop obsolete wiki log link

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-03-23 00:09:22 +00:00
parent 58370aacf9
commit 67d9f4a4df
4 changed files with 2 additions and 8 deletions

View File

@ -424,10 +424,6 @@ class Console {
if ((buildset != null) && (buildset.parent_buildid != null)) {
bid = buildset.parent_buildid;
}
if (((change.bid != null) && (bid > change.bid)) || (change.bid == null)) {
change.bid = bid;
change.loglink = "https://wiki.yoctoproject.org/wiki/BuildLog#" + bid;
}
if ((build.properties != null ? build.properties.reason : undefined) != null) {
change.reason = build.properties.reason[0];
}

View File

@ -4,8 +4,6 @@ div.yoctochangedetails(style="width:100%;")
| {{ change.caption }} &nbsp;
a(ng-if="change.errorlink", ng-href="{{change.errorlink}}")
| {{ "Errors" }} &nbsp;
a(ng-if="change.loglink", ng-href="{{change.loglink}}")
| {{ "WikiLog" }} &nbsp;
a(ng-if="change.publishurl", ng-href="{{change.publishurl}}")
| {{ "Output" }} &nbsp;
span(ng-if="!change.revlink", uib-tooltip="{{change.comments}}")

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long