summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/debian-raw/taskcluster-hack.sh
blob: eecac021ecba3c051111ca7e8e01766dfa6bc1bb (plain)
1
2
3
4
5
6
7
#!/bin/sh
# APT version 2.1.15 and newer changed how they handle quoting in redirections
# in a way that breaks the setup for APT repos in taskcluster artifacts
# (unfortunately, there's also no setup on the taskcluster end that would work
# with both old and newer versions of APT, short of removing redirections
# entirely).
/usr/lib/apt/methods/https | sed -u '/^New-URI:/s/+/%2b/g'