5 Commits

Author SHA1 Message Date
eae9cd0d3b unhide the "σ Duration" mirror status column
All checks were successful
Github-Actions / build (push) Successful in -32s
Docker Image CI / build (push) Successful in 2m30s
2025-11-23 19:35:00 -05:00
560679057a add rsync, bump alpine
All checks were successful
Github-Actions / build (push) Successful in -31s
Docker Image CI / build (push) Successful in 3m56s
2025-11-21 10:06:18 -05:00
7354af5787 Merge branch 'upstream'
All checks were successful
Docker Image CI / build (push) Successful in 3m27s
Github-Actions / build (push) Successful in -36s
2025-10-02 12:06:30 -05:00
Jelle van der Waa
b814ab4d72 Update django to the latest version
All checks were successful
Github-Actions / build (push) Successful in 2m44s
2025-10-02 11:30:53 +02:00
Jelle van der Waa
a0ec59ddc3 main: render package maintainers pgp keys correctly
We need to allow html to be passed into format_html.
2025-09-18 18:00:44 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.13-alpine3.20 AS base
FROM python:3.13-alpine AS base
RUN apk add --no-cache git gcc musl-dev curl gpg gpg-agent
RUN apk add --no-cache git gcc musl-dev curl gpg gpg-agent rsync
FROM base AS deploy

View File

@@ -59,7 +59,7 @@ def pgp_key_link(key_id, link_text=None):
return format_html('<a href="{url}" title="PGP key search for {key}">{content}</a>',
url=url,
key=format_key(key_id),
content=link_text)
content=mark_safe(link_text))
@register.simple_tag

View File

@@ -1,5 +1,5 @@
-e git+https://github.com/fredj/cssmin.git@master#egg=cssmin
Django==5.1.12
Django==5.1.13
IPy==1.1
Markdown==3.3.7
bencode.py==4.0.0

View File

@@ -58,7 +58,7 @@ select {
overflow-x: auto;
}
tr :nth-child(7) {
table.results tr :nth-child(7) {
display: none;
}