From: Daniel Martí Date: Tue, 19 Jul 2016 18:30:05 +0000 (+0200) Subject: makebs: revert platform-tools change in 2227cc6d X-Git-Tag: 0.7.0~28 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=fdroidserver.git;a=commitdiff_plain;h=8a8c139aa942ccf5396a16f3a7e92d20601820e0 makebs: revert platform-tools change in 2227cc6d Amusingly, the commit changed more than just this so a simple git revert is not possible. The problem is that the zip is replaced with each point release (24.0.1 at the time of writing) and there is no way to get a URL to a single, non-changing version. Hence any caching or checksums are completely worthless and will break every few weeks. --- diff --git a/makebuildserver b/makebuildserver index 439910cf..1a78b537 100755 --- a/makebuildserver +++ b/makebuildserver @@ -94,8 +94,6 @@ if config['apt_package_cache']: cachefiles = [ ('https://dl.google.com/android/repository/tools_r25.1.7-linux.zip', '3ca053600a86a5a64d5571edfbb1dad27f2bda3bfd2d38e2fe54322610b1ef0b'), - ('https://dl.google.com/android/repository/platform-tools_r24-linux.zip', - '076368b337d042d163364594dda63b7e778835f636fafb2c8af4d4a604175c32'), ('https://dl.google.com/android/repository/android_m2repository_r33.zip', 'be9bb4a27aeefb1c9adb0cade8771f764447c4cbde74426303db2ac6bde1879c'), ('https://dl.google.com/android/repository/android-1.5_r04-linux.zip',