Skip to content

Instantly share code, notes, and snippets.

View klausenbusk's full-sized avatar

Kristian Klausen klausenbusk

View GitHub Profile
@klausenbusk
klausenbusk / PKGBUILD
Last active July 3, 2021 23:21
mailman-web PKGBUILD
# 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')

Keybase proof

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:

@klausenbusk
klausenbusk / gentrusty.sh
Created January 20, 2018 21:10 — forked from zellio/gentrusty.sh
Generate Ubuntu Trusty container that will boot under systemd-nspawn
#!/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.