use https to access apache.org svn repos

SVN does not provide the same level of security as git, so it is more
important that SVN is accessed using https.

sed -i 's,http://svn.apache.org/repos,https://svn.apache.org/repos,g'
This commit is contained in:
Hans-Christoph Steiner 2014-01-30 20:53:58 -05:00
parent fdd87360e0
commit 3bd66f5d78
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ Build Version:1.3,4,ec05df6e39,subdir=NTPSync,\
srclibs=RootCommands@349ef1335a,extlibs=htmlcleaner/htmlcleaner-2.2.jar,\
init=cd android-libs && rm -f Donations/custom_rules.xml && \
git clone https://github.com/dschuermann/HtmlSpanner HS && \
svn co http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_1 && \
svn co https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_1 && \
rm -rf NET_3_1/src/test NET_3_1/src/main/java/examples && \
cd NET_3_1/src/main/java/org/apache/commons/net/ && \
rm -rf bsd chargen daytime discard echo \

View file

@ -18,11 +18,11 @@ Repo Type:git
Repo:https://github.com/mtotschnig/SendWithFtp.git
Build Version:1.1.0,7,r7,fixapos=yes,prebuild=\
svn checkout http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_0_1 && \
svn checkout https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_0_1 && \
mvn package -Dmaven.test.skip=true -f NET_3_0_1/pom.xml && mv NET_3_0_1/target/commons-net-ftp-3.0.1.jar libs/
Build Version:1.2.0,8,r8,\
fixapos=yes,\
prebuild=svn checkout http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_0_1,\
prebuild=svn checkout https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_0_1,\
build=$$MVN3$$ package -Dmaven.test.skip=true -f NET_3_0_1/pom.xml && \
mv NET_3_0_1/target/commons-net-ftp-3.0.1.jar libs/