provide more details
Sylvestre Ledru
2 years ago
4 | 4 | BASE_DIR=$(pwd) |
5 | 5 | |
6 | 6 | if test ! -f LIST_UPLOAD.txt; then |
7 | echo "Could not find LIST_UPLOAD.txt" | |
8 | echo "Run python3 dev/rust-excuses-source-upload.py > LIST_UPLOAD.txt" | |
7 | echo "Could not find LIST_UPLOAD.txt" | |
8 | echo "Run:" | |
9 | echo "wget https://release.debian.org/britney/excuses.yaml" | |
10 | echo "python3 dev/rust-excuses-source-upload.py > LIST_UPLOAD.txt" | |
9 | 11 | exit 1 |
10 | 12 | fi |
11 | 13 |