This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-sdk.git
The following commit(s) were added to refs/heads/develop by this push:
new 21e6767 downloads.xml: handle https mirror URLs
21e6767 is described below
commit 21e67674d878aeadf6af95394d766cb4a0d6686d
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Mar 16 15:12:44 2021 -0700
downloads.xml: handle https mirror URLs
---
frameworks/downloads.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml
index 538f142..205ae30 100644
--- a/frameworks/downloads.xml
+++ b/frameworks/downloads.xml
@@ -408,6 +408,10 @@
<replacefilter token="http="
value="http:" />
</replace>
+ <replace file="${basedir}/mirror.json">
+ <replacefilter token="https="
+ value="https:" />
+ </replace>
<property file="${basedir}/mirror.json" />
<delete file="${basedir}/mirror.json" />
<echo>Using mirror: ${preferred}</echo>