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