Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/gittea
diff options
context:
space:
mode:
authorjaybent <55739788+jaybent@users.noreply.github.com>2019-11-27 15:28:48 +0100
committerGitHub <noreply@github.com>2019-11-27 15:28:48 +0100
commit96c63c9bc0be8a1f5fc003935af19923a4bc1e19 (patch)
tree7a4983ed059e55b725ae5b9ac2e5edfa3327c286 /deployments/gittea
parent8ea7e831cbc1f8c2eb769d7d58f1e61b7c3c658e (diff)
Rename gittea to gitea
Diffstat (limited to 'deployments/gittea')
-rw-r--r--deployments/gittea13
1 files changed, 0 insertions, 13 deletions
diff --git a/deployments/gittea b/deployments/gittea
deleted file mode 100644
index 28071bd8..00000000
--- a/deployments/gittea
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "args" : {
- "password" : "<STDIN>",
- "_editor" : "nano",
- "_utils" : "openssh git curl dhclient",
- "post" : "don't reboot"
- },
- "post" : {
- "Install workstation packages": {
- "pacman -Syy --noconfirm {{_utils} {_editor}" : {"pass-args" : true}
- }
- }
-}