summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2020-02-16 10:56:14 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2020-02-16 10:56:21 +0100
commit025b347103da0fced16a2b1c57574b475a9e8c49 (patch)
treede819763028e95bc73c2ae5eac04b13da785dcc6
parent3dcd73d7129fa142701b3e0739d862a709a5b8fb (diff)
downloadcontext-mirror-bot-master.tar.gz
rm -f currentHEADmaster
https://ntg.nl/pipermail/ntg-context/2020/096963.html
-rw-r--r--context_mirror_bot.ml7
1 files changed, 2 insertions, 5 deletions
diff --git a/context_mirror_bot.ml b/context_mirror_bot.ml
index 3475a76..8cfce96 100644
--- a/context_mirror_bot.ml
+++ b/context_mirror_bot.ml
@@ -68,13 +68,10 @@ let mirror_repos = [ "old" , "hg@bitbucket.org:phg/context-mirror.git"
; "new" , "git@gitlab.com:context-mirror-bot/context-mirror.git" (* our current mirror *)
; "ghub", "git@github.com:contextgarden/context-mirror.git" ] (* github mirror *)
-let sources =
+let sources = (* No “current” anymore as of February 2020. *)
[ { name = "beta";
- page = "http://www.pragma-ade.nl/download-2.htm";
- url = "http://www.pragma-ade.nl/context/beta/cont-tmf.zip"; };
- { name = "current";
page = "http://www.pragma-ade.nl/download-1.htm";
- url = "http://www.pragma-ade.nl/context/current/cont-tmf.zip"; } ]
+ url = "http://www.pragma-ade.nl/context/latest/cont-tmf.zip"; } ]
(* owner and contact details for the user agent string *)
let bot_owner = "Philipp Gesang"