aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-09-25 14:11:31 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-09-25 14:11:31 +0200
commit765bc21ded6f1c3003c877b60dc36235aab48f7f (patch)
tree7ea20ee4741564d32ae010a15bd0b774c5001d90
parentFix a typo on setStausBuilds (diff)
downloadtinderbox-cluster-765bc21ded6f1c3003c877b60dc36235aab48f7f.tar.gz
tinderbox-cluster-765bc21ded6f1c3003c877b60dc36235aab48f7f.tar.bz2
tinderbox-cluster-765bc21ded6f1c3003c877b60dc36235aab48f7f.zip
Fix a typo in gitlab patch
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--patches/bb-gitlab.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/bb-gitlab.patch b/patches/bb-gitlab.patch
index f8e559d..8c466f8 100644
--- a/patches/bb-gitlab.patch
+++ b/patches/bb-gitlab.patch
@@ -101,7 +101,7 @@ index 8f2f80a83..40de0273e 100644
changes = [{
'author': f"{commit['author']['name']} <{commit['author']['email']}>",
- 'files': [], # @todo use rest API
-+ 'files': [], self._getFiles(attrs)
++ 'files': self._getFiles(attrs),
'comments': f"MR#{attrs['iid']}: {attrs['title']}\n\n{attrs['description']}",
'revision': commit['id'],
'when_timestamp': when_timestamp,