commit: 765bc21ded6f1c3003c877b60dc36235aab48f7f Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Sun Sep 25 12:11:31 2022 +0000 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 12:11:31 2022 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=765bc21d
Fix a typo in gitlab patch Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org> patches/bb-gitlab.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,