<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/.ci/scripts/merge, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<id>https://git.benis.co.uk/yuzu-mainline/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/yuzu-mainline/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<updated>2023-01-30T00:53:14+00:00</updated>
<entry>
<title>apply-patches-by-label: Remove unused variables and imports</title>
<updated>2023-01-30T00:53:14+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-01-30T00:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=e711188be798b7286fa878fd4e9ab6456438675d'/>
<id>urn:sha1:e711188be798b7286fa878fd4e9ab6456438675d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apply-patches-by-label: Use python f-strings</title>
<updated>2023-01-30T00:53:14+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-01-30T00:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0f04cabf84a10ad461dd1db2e3535f3e987be29f'/>
<id>urn:sha1:0f04cabf84a10ad461dd1db2e3535f3e987be29f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Abort on failure to query Github's API</title>
<updated>2023-01-30T00:53:14+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-01-30T00:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=8532e172433ba7d3501cd17352946e6e5c4b9d21'/>
<id>urn:sha1:8532e172433ba7d3501cd17352946e6e5c4b9d21</id>
<content type='text'>
This raises an exception if the GET request to Github's API returns anything other than 200 OK, ensuring we always have successful merges of tagged PRs.
Also, reduces the number of queried pages from 29 to 9 to reduce the number of requests.
</content>
</entry>
<entry>
<title>chore: make yuzu REUSE compliant</title>
<updated>2022-07-27T10:53:49+00:00</updated>
<author>
<name>Andrea Pappacoda</name>
<email>andrea@pappacoda.it</email>
</author>
<published>2022-05-15T00:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59'/>
<id>urn:sha1:cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59</id>
<content type='text'>
[REUSE] is a specification that aims at making file copyright
information consistent, so that it can be both human and machine
readable. It basically requires that all files have a header containing
copyright and licensing information. When this isn't possible, like
when dealing with binary assets, generated files or embedded third-party
dependencies, it is permitted to insert copyright information in the
`.reuse/dep5` file.

Oh, and it also requires that all the licenses used in the project are
present in the `LICENSES` folder, that's why the diff is so huge.
This can be done automatically with `reuse download --all`.

The `reuse` tool also contains a handy subcommand that analyzes the
project and tells whether or not the project is (still) compliant,
`reuse lint`.

Following REUSE has a few advantages over the current approach:

- Copyright information is easy to access for users / downstream
- Files like `dist/license.md` do not need to exist anymore, as
  `.reuse/dep5` is used instead
- `reuse lint` makes it easy to ensure that copyright information of
  files like binary assets / images is always accurate and up to date

To add copyright information of files that didn't have it I looked up
who committed what and when, for each file. As yuzu contributors do not
have to sign a CLA or similar I couldn't assume that copyright ownership
was of the "yuzu Emulator Project", so I used the name and/or email of
the commit author instead.

[REUSE]: https://reuse.software

Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254
</content>
</entry>
<entry>
<title>ci: Don't fetch submodules when fetching PRs</title>
<updated>2021-11-17T03:26:54+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-11-17T03:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=16aa49d13864661a2ba4568f36dfb21a05443afb'/>
<id>urn:sha1:16aa49d13864661a2ba4568f36dfb21a05443afb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Print traceback on patch merge failure</title>
<updated>2021-11-08T18:36:05+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-11-08T18:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=84934693cf724fcdf352f9154cc328efab8cc129'/>
<id>urn:sha1:84934693cf724fcdf352f9154cc328efab8cc129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Check additional pages on GitHub</title>
<updated>2019-10-02T01:54:26+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2019-10-02T01:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0e58bfedfdda27b8efb85319a4b8d41037babcc2'/>
<id>urn:sha1:0e58bfedfdda27b8efb85319a4b8d41037babcc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Iterate through GitHub pages for pull requests</title>
<updated>2019-10-02T01:38:09+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2019-10-02T01:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=7d46416a16a3d6eb53ebd05d489edc77dc2ae14e'/>
<id>urn:sha1:7d46416a16a3d6eb53ebd05d489edc77dc2ae14e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Populate patreon PRs on public repository</title>
<updated>2019-09-30T13:29:28+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2019-09-30T13:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=e6f3aad84e91c76568b766f9142fdae52f0f3242'/>
<id>urn:sha1:e6f3aad84e91c76568b766f9142fdae52f0f3242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Optionally prepend commit messages with environment variable</title>
<updated>2019-09-26T13:29:15+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2019-09-26T13:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=3f52bb5677e2787a343a017d81979c7d5ef98172'/>
<id>urn:sha1:3f52bb5677e2787a343a017d81979c7d5ef98172</id>
<content type='text'>
</content>
</entry>
</feed>
