Codebase list rust-libslirp / 1c8790a
Don't allow release when master differs from origin, avoids bad pending branches Ximin Luo 4 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2424
2525 RELBRANCH="pending-$PKGNAME"
2626 git fetch origin --prune
27
28 git diff --quiet origin/master || \
29 abort 1 "You have unpushed changes on the master branch, please push or unwind them before running this script."
2730
2831 if head -n1 "$PKGDIR/debian/changelog" | grep -qv UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
2932 abort 0 "Package already released."