Commit ae47fcd9 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Correct capitalisation of GitHub and GitLab.

parent 8930c9f8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ diffoscope development
    * [Empty the list of known tempfiles after removing them](https://salsa.debian.org/reproducible-builds/diffoscope/commit/a6b4eff).
    * [Use `diffoscope_` instead of `diffoscope-` as a tempfile prefix](https://salsa.debian.org/reproducible-builds/diffoscope/commit/1e8fb23).
    * [Don't append `_diffoscope` to the temporary file names; they are now all in their namespaced directory](https://salsa.debian.org/reproducible-builds/diffoscope/commit/ef48c90).
    * [Add a Gitlab CI script](https://salsa.debian.org/reproducible-builds/diffoscope/commit/d82ec13).
    * [Add a GitLab CI script](https://salsa.debian.org/reproducible-builds/diffoscope/commit/d82ec13).
* Paul Wise:
    * [Clear the progress bar after completion](https://salsa.debian.org/reproducible-builds/diffoscope/commit/dfb0c19). ([#901758](https://bugs.debian.org/901758))

+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ Here's what happened in the [Reproducible Builds](https://reproducible-builds.or
    * [kiwi-ng](https://github.com/SUSE/kiwi/pull/938) (sort python readdir)

* Chris Lamb:
    * [#921511](https://bugs.debian.org/921511) filed against [python-octaviaclient](https://tracker.debian.org/pkg/python-octaviaclient) (forwarded and merged upstream [on Github](https://github.com/openstack/python-octaviaclient/pull/1) and [Gerrit](https://review.openstack.org/635194)).
    * [#921511](https://bugs.debian.org/921511) filed against [python-octaviaclient](https://tracker.debian.org/pkg/python-octaviaclient) (forwarded and merged upstream [on GitHub](https://github.com/openstack/python-octaviaclient/pull/1) and [Gerrit](https://review.openstack.org/635194)).
    * [#921513](https://bugs.debian.org/921513) filed against [sphinx](https://tracker.debian.org/pkg/sphinx) ([forwarded upstream](https://github.com/sphinx-doc/sphinx/pull/6028)).
* Steffen Winterfeldt:
    * [gfxboot](https://github.com/openSUSE/gfxboot/pull/35) (avoid variations in `mtime` values embedded in [cpio](https://en.wikipedia.org/wiki/Cpio) archives)
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ This week, Chris Lamb made a huge a number of changes, including:
    * Run against the existing source code. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/21d7546)].
    * Add an initial black setup in a [PEP 518](https://www.python.org/dev/peps/pep-0518/) `pyproject.toml` file [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/6050893)] and update `MANIFEST.in` to include it in future release tarballs. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/18687ca)]
    * Add a test to ensure future source code satisfies the formatter. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/3c9a98b)]
    * Allow Gitlab CI failures in `stable-bpo` due to dependency on 'black'.. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/32199ce)]
    * Allow GitLab CI failures in `stable-bpo` due to dependency on 'black'.. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/32199ce)]
* Drop the `DOS/MBR` source string test. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/40e5a5f)]
* Rework and comment logic determining the fallback/default value for `exclude_directory_metadata`. [[...](https://salsa.debian.org/reproducible-builds/diffoscope/commit/12e2540)]

+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ approaches that one takes are relevant.

 - Git repository on the bottom. markdown + jekyll. -> then one can send
patches, pull requests or commit rights.
 - Proposal to mirror this one Github, so that people can easily edit
 - Proposal to mirror this one GitHub, so that people can easily edit
stuff and make pull requests -> but we also want mirroring :ho1ger:
 - This should then be mentioned on the website and mailing list! :ho1ger:

+1 −1
Original line number Diff line number Diff line
@@ -1055,7 +1055,7 @@ We identified four clusters that marketing relates to: users, developers, manage

- Microsoft, Oracle, Apple

- Github, Gitlab, ... companies
- GitHub, GitLab, ... companies


##### TOP THREE AUDIENCES TO FOCUS ON:
Loading