chiark / gitweb /
makebs: revert platform-tools change in 2227cc6d
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 19 Jul 2016 18:30:05 +0000 (20:30 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 19 Jul 2016 18:38:09 +0000 (20:38 +0200)
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.

makebuildserver

index 439910cf7c403d5210695e3d45fcc35295cbf3a3..1a78b537850301d5e3b74a1b6a6e4002ca6470db 100755 (executable)
@@ -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',