Codebase list rust-serde-xml-rs / d1b7e9a
provide more details Sylvestre Ledru 3 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 BASE_DIR=$(pwd)
55
66 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"
911 exit 1
1012 fi
1113