Codebase list rust-stfu8 / d30bb8e
Don’t fail on a missing debian/RFS Andrej Shadura 4 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
5858 fi
5959 dch -m -r -D $DISTRO ""
6060 git add debian/changelog
61 git rm debian/RFS
61 git rm --ignore-unmatch debian/RFS
6262 )
6363
6464 revert_git_changes() {
6565 git reset --merge
66 git checkout -- "$PKGDIR/debian/changelog" "$PKGDIR/debian/RFS"
66 git checkout -- "$PKGDIR/debian/changelog"
67 git checkout -q -- "$PKGDIR/debian/RFS" || true
6768 git checkout "$PREVBRANCH"
6869 git branch -d "$RELBRANCH"
6970 }