From 1603b8f947567f86cd1ddc9b8f721bdb07f76060 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 29 Oct 2019 07:43:20 +0100
Subject: [PATCH] [bootstrap] Add comment about miniconda mirror [ci skip]

---
 bob/devtools/bootstrap.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py
index a79709c8..a1658bf5 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -265,6 +265,7 @@ def ensure_miniconda_sh():
     """
 
     # WARNING: if you update this version, remember to update hahes below
+    # AND our "mirror" in the internal webserver
     path = "/miniconda/Miniconda3-4.7.12-%s-x86_64.sh"
     if platform.system() == "Darwin":
         md5sum = "677f38d5ab7e1ce4fef134068e3bd76a"
-- 
GitLab