~ines-almeida/launchpad:update-copyright-date-across-launchpad

Last commit made on 2024-02-21
Get this branch:
git clone -b update-copyright-date-across-launchpad https://git.launchpad.net/~ines-almeida/launchpad
Only Ines Almeida can upload to this branch. If you are Ines Almeida please log in for upload directions.

Branch merges

Branch information

Name:
update-copyright-date-across-launchpad
Repository:
lp:~ines-almeida/launchpad

Recent commits

1d75464... by Ines Almeida

Remove date range from copyright note from lib/lp/code folder

This is an on going process to remove all instances of date ranges in copyright notes from the code base to make it easier to maintain. See https://code.launchpad.net/\~ines-almeida/launchpad/+git/launchpad/+merge/460944

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
e882cc9... by Ines Almeida

Remove date range from copyright note in user-facing places

This is no longer necessary and only creates extra work once a year. Canonical's legal team agreed with having the start year, but not the range.
Blog post about this topic: https://hynek.me/til/copyright-years/

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
7dd8621... by Ines Almeida

Remove old pinned blog post from homepage

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/460812

27aefc9... by Ines Almeida

Remove old pinned blog post from homepage

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
3759972... by Jürgen Gmach

Fix missing umask call

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/460664

c664baa... by Jürgen Gmach

Fix missing umask call

A missing umask call for the copy-archive-publisher script caused
`Queue item ignored: Bad umask; expected 022, got 002` errors.

ab75a68... by Simone Pelosi

Add umask 022 before publish-ftpmaster.py call

umask 022 is required to fix the following error:
`Queue item ignored: Bad umask; expected 022, got 002`

Support request:
https://chat.canonical.com/canonical/pl/uidssikjuiby5ja5p189cjz15y

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/460488

124a0dd... by Simone Pelosi

Add umask 022 before publish-ftpmaster.py call

umask 022 is required to fix the following error:
`Queue item ignored: Bad umask; expected 022, got 002`

0d407b5... by Guruprasad

Upgrade waitress to 2.1.2 to fix multiple security issues

See https://docs.pylonsproject.org/projects/waitress/en/latest/index.html#change-history.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/459895

527d81d... by Guruprasad

Upgrade waitress to 2.1.2 to fix multiple security issues

See https://docs.pylonsproject.org/projects/waitress/en/latest/index.html#change-history.