Compare commits
No commits in common. "94956d1c36662a6dd630ea1cd497946e311de75f" and "efad8546524a7cec007a5652fa8fd5cb1074eb58" have entirely different histories.
94956d1c36
...
efad854652
2 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
file="$(readlink --canonicalize-existing "${0}")"
|
root="/sw/python/cpypy"
|
||||||
root="$(dirname "${file}")"
|
|
||||||
root="${root}/root/py/cpypy"
|
|
||||||
|
|
||||||
data="download-metadata.json"
|
data="download-metadata.json"
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ set \
|
||||||
|
|
||||||
file="$(readlink --canonicalize-existing "${0}")"
|
file="$(readlink --canonicalize-existing "${0}")"
|
||||||
root="$(dirname "${file}")"
|
root="$(dirname "${file}")"
|
||||||
root="${root}/root/py/pypi"
|
root="${root}/root/py/pi"
|
||||||
tmp="${root}/tmp"
|
tmp="${root}/tmp"
|
||||||
|
|
||||||
rm --force --recursive \
|
rm --force --recursive \
|
||||||
|
|
Loading…
Reference in a new issue