aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-12-17 22:52:27 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-12-20 23:27:02 +0100
commitcaddcbabe27848bdac05afd885d918ea4a0e8bae (patch)
tree18f3ed87312814a669c3c5762c8203774118bde3
parent0360a0ef901659b7a63ba9fcdf70883b8f098e72 (diff)
global-functions: $ScriptInstallUpdate: drop ignore migration
Anybody had enough time to migrate, no?
-rw-r--r--global-functions10
1 files changed, 0 insertions, 10 deletions
diff --git a/global-functions b/global-functions
index e1a7d3d..8b0e6cb 100644
--- a/global-functions
+++ b/global-functions
@@ -548,7 +548,6 @@
:global IDonate;
:global ScriptUpdatesBaseUrl;
:global ScriptUpdatesFetch;
- :global ScriptUpdatesIgnore;
:global ScriptUpdatesUrlSuffix;
:global SentConfigChangesNotification;
@@ -598,15 +597,6 @@
:local Comment [ $ParseKeyValueStore ($ScriptVal->"comment") ];
:if ($Comment->"ignore" = true) do={
:set Ignore 1;
- } else={
- # TODO: remove at later time
- :foreach IgnoreLoop in=$ScriptUpdatesIgnore do={
- :if ($IgnoreLoop = $ScriptVal->"name") do={
- :set Ignore 1;
- $LogPrintExit info ("Migrating script " . $ScriptVal->"name" . " to ignore flag in comment.") false;
- / system script set comment="ignore" ($ScriptVal->"name");
- }
- }
}
:if ($Ignore = 0) do={