Jelle van der Waa
Jelle van der Waa
One option is repology for now: ``` r = requests.get('https://repology.org/api/v1/projects/?inrepo=arch&outdated=1') print(r.json().keys()) ```
Or use https://wiki.debian.org/debian/watch
@ysf can you take a look at this?
Sure go ahead!
Work is now in progress and we have a oidc branch and I'm implementing the role mapping now: In general users are restricted to be allowed to log in to...
We should probably not rely on email matching for user linking as the email address can be changed in Keycloak. But for initial matching of existing developers we need to...
Investigate if archweb can set a SSH Key and mail credentials password as for Arch Staff in a Keycloak attribute
Seems the django cache framework does not have an easy way to cache depending on the authenticated header, I've only found this [decorator](https://gist.github.com/alexisbellido/3418108). As the main /mirrors/status/json feed is cached...
Thanks for the PR, just started testing, the second message after entering an out of date text only lists the original flagged out of date package. while two packages where...
Found one issue when flagging lib32-libssh2 out of date while libssh2 was already flagged: ``` Internal Server Error: /packages/multilib/x86_64/lib32-libssh2/flag/ Traceback (most recent call last): File "/home/jelle/projects/archweb/env/lib/python3.7/site-packages/django/core/handlers/exception.py", line 34, in inner...