diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-25 11:13:35 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-25 11:13:35 +0100 |
commit | 68ab6af56b62ec8cc9cc1b278b0a3d8a3c2546a0 (patch) | |
tree | ecca12c7ecdab87c37ab46287b287f3c81597143 /global-config | |
parent | 1015a1bbde2f0bca4dd09907d97a2d256f7be940 (diff) |
let's keep next branch and document it
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global-config b/global-config index 607cb79..9c8dbea 100644 --- a/global-config +++ b/global-config @@ -131,9 +131,14 @@ # Enable this to fetch scripts from given url. :global ScriptUpdatesFetch true; :global ScriptUpdatesBaseUrl "https://git.eworm.de/cgit/routeros-scripts/plain/"; +# alternative urls - main: stable code - next: currently in development #:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/main/"; +#:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/next/"; #:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/main/"; +#:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/next/"; :global ScriptUpdatesUrlSuffix ""; +# use next branch with default url (git.eworm.de) +#:global ScriptUpdatesUrlSuffix "\?h=next"; # This project is developed in private spare time and usage is free of charge # for you. If you like the scripts and think this is of value for you or your |