I hereby claim:
- I am klausenbusk on github.
- I am klausenbusk (https://keybase.io/klausenbusk) on keybase.
- I have a public key whose fingerprint is DB65 0286 BD9E AE39 890D 3FE6 FE3D C166 8CB2 4956
To claim this, I am signing this object:
# Maintainer: | |
pkgname=mailman-web | |
pkgver=0.0.4 | |
pkgrel=1 | |
pkgdesc="Mailman Web is the web interface for Mailman 3" | |
arch=('any') | |
url="https://gitlab.com/mailman/mailman-web" | |
license=('GPL3') | |
depends=('python-django' 'postorius' 'hyperkitty' 'python-whoosh') |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
function __main | |
{ | |
local -r path="$(realpath "${1:-.}")" | |
debootstrap --variant=buildd trusty "$1" http://archive.ubuntu.com/ubuntu/ | |
patch --unified "$path/etc/init/console.conf" <<'EOF' | |
@@ -3,7 +3,8 @@ | |
# This service maintains a getty on console from the point the system is | |
# started until it is shut down again. |