Codebase list rust-stfu8 / 0144582
document why an upload can be skipped Sylvestre Ledru 1 year, 11 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414 for f in $(awk '{print $1}' LIST_UPLOAD.txt|sed -e "s|rust-||g"); do
1515 h=$(head -1 src/$f/debian/changelog)
1616 if echo $h|grep UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
17 echo "skip $f"
17 echo "skip $f (pending upload)"
1818 continue
1919 else
2020 git branch -D pending-$f || true