diff --git a/src/pages/BuildLogs.vue b/src/pages/BuildLogs.vue index bd0f788..2f57a21 100644 --- a/src/pages/BuildLogs.vue +++ b/src/pages/BuildLogs.vue @@ -25,19 +25,17 @@ @download="onDownload(artifact)" /> - + + mock src-RPM logs: + + Build artifacts: @@ -89,7 +87,6 @@ build: null, logText: '', selectedLog: null, - hasSrcArch: false, arch: this.$route.query.arch, } }, @@ -146,8 +143,6 @@ Loading.show() this.$api.get(`/builds/${this.buildId}/`).then((response) => { this.build = response.data - let srcTask = this.build.tasks.find((task) => task.arch === 'src') - this.hasSrcArch = !!srcTask if (this.task.error) { this.task.artifacts.push({ type: 'build_log',