Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 17:02:40 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 17:02:40 +0100
commitfc196a589ba2f83cbc188ffe0e7f7c48da05ec3f (patch)
tree25a886023d76b93d049560e1a854eb1b5f8f99fd
parentcefe7e4f8b714e2c5c1ea7b6153eff42fc051878 (diff)
Debugging
-rw-r--r--deployments/default.json32
1 files changed, 15 insertions, 17 deletions
diff --git a/deployments/default.json b/deployments/default.json
index 78fd346e..78ea5472 100644
--- a/deployments/default.json
+++ b/deployments/default.json
@@ -1,19 +1,17 @@
{
- "args" : {
- "password" : "0000",
- "post" : "stay"
- },
- "post" : {
- "test exit codes" : {
- "exit 1" : {"ignore_errors" : true},
- "echo 'ssh test@77.80.220.176" : {
- "events" : {
- "continue connecting" : "yes",
- "s password" : "test"
- },
- "boot" : true,
- "debug" : true
- }
- }
- }
+ "args" : {
+ "password" : "0000",
+ "post" : "stay"
+ },
+ "post" : {
+ "test exit codes" : {
+ "ssh test@77.80.220.176" : {"events" : {
+ "continue connecting" : "yes",
+ "s password" : "test"
+ },
+ "boot" : true,
+ "debug" : true
+ }
+ }
+ }
}