Compare commits

..

No commits in common. "94956d1c36662a6dd630ea1cd497946e311de75f" and "efad8546524a7cec007a5652fa8fd5cb1074eb58" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -1,8 +1,6 @@
#! /usr/bin/env sh
file="$(readlink --canonicalize-existing "${0}")"
root="$(dirname "${file}")"
root="${root}/root/py/cpypy"
root="/sw/python/cpypy"
data="download-metadata.json"

View file

@ -35,7 +35,7 @@ set \
file="$(readlink --canonicalize-existing "${0}")"
root="$(dirname "${file}")"
root="${root}/root/py/pypi"
root="${root}/root/py/pi"
tmp="${root}/tmp"
rm --force --recursive \