Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/gitea
diff options
context:
space:
mode:
authorjaybent <55739788+jaybent@users.noreply.github.com>2019-12-03 23:44:04 +0100
committerGitHub <noreply@github.com>2019-12-03 23:44:04 +0100
commit9d65f6eb2d179af2e5c14d486c7533b40a39b10f (patch)
tree6f2cd6d93d99f9ca60aea8fe76d55534bda0efdd /deployments/gitea
parentc9ccea233a5e33ce08b64c49f05c2eb3dd63c7b2 (diff)
Rename gitea to gitea.json
Diffstat (limited to 'deployments/gitea')
-rw-r--r--deployments/gitea13
1 files changed, 0 insertions, 13 deletions
diff --git a/deployments/gitea b/deployments/gitea
deleted file mode 100644
index 28071bd8..00000000
--- a/deployments/gitea
+++ /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}
- }
- }
-}