Confirmed users
3,104
edits
| Line 24: | Line 24: | ||
* Copy files to the tooltool directory. Use the "digest" field from the generated manifests as target file name: | * Copy files to the tooltool directory. Use the "digest" field from the generated manifests as target file name: | ||
for f in clang-*.tar.bz2; do | for f in clang-*.tar.bz2; do | ||
ls -l $f | |||
sudo cp -vi $f /var/www/html/runtime-binaries/tooltool/sha512/$(sha512sum $f | cut -f1 -d " ") | sudo cp -vi $f /var/www/html/runtime-binaries/tooltool/sha512/$(sha512sum $f | cut -f1 -d " ") | ||
done | done | ||