From 34ffefd45fe4a175719b22b9170fd98f2bc2a1df Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 3 Jun 2022 19:28:09 +0200 Subject: [PATCH] Renamed to update_psa.conf --- UpdateController.conf | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 UpdateController.conf diff --git a/UpdateController.conf b/UpdateController.conf deleted file mode 100644 index da1b61c..0000000 --- a/UpdateController.conf +++ /dev/null @@ -1,26 +0,0 @@ -{ - "c1" : "use git without certificates", - "GIT_SSL_NO_VERIFY" : 1, - - "c2" : "start in working_directory", - "working_directory" : "/home/root/szeged/UpdateController", - - "c3" : "directory for customer repository", - "workspace_dir" : "workspace", - - "c4" : "explicit location of customer-project", - "customer_location" : "szeged", - - "c5" : "unique customer identifier", - "customer_id" : "281", - - "c6" : "each location can have multiple", - "c7" : "zone-groups and/or zones", - "c8" : "0-index used as size of following array", - "c9" : ".zone_group[0]: #n of zones_groups", - "c10" : ".zone_group[1].zone[0]: #n of zones in zg[1]", - "zone_group" : [ 1, { "zone" : [ 1, "1"] } ], - - "c11" : "url of customer repository", - "cust_repository_path" : "https://git.mimbach49.de/GerhardHoffmann" -}