Codebase list rust-stfu8 / 01f6899
Update docs Ximin Luo 5 years ago
3 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 (The above applies even for new Rust Debian packages.)
88
99
10 NEWS
11 ====
12
13 2018-06-20
14 ----------
15
16 We are about to upload a few hundred rust packages to Debian. Do not submit
17 ITPs for these, it is unnecessary since we're the only ones uploading, there is
18 no chance of conflict, and it is only spam for the bug tracker. Please instead
19 co-ordinate uploads on the #debian-rust IRC channel.
20
21
1022 TODO
1123 ====
1224
2020 $DEBCARGO package --config "$PKGCFG" --directory "$BUILDDIR" --changelog-ready "$PKG" "$VER"
2121
2222 git diff --exit-code -- "$PKGDIR_REL" || \
23 abort 1 "cannot release, update resulted in git diffs to $PKGDIR_REL"
23 abort 1 "Release attempt resulted in git diffs to $PKGDIR_REL. Check it, git add or reset as appropriate, and re-run this again."
2424
2525 git commit -m "Release package $PKG"
2626
1616 if ! git diff --quiet -- "$PKGDIR_REL"; then
1717 read -p "Update wrote some changes to $PKGDIR_REL, press enter to git diff..." x
1818 git diff -- "$PKGDIR_REL"
19 echo >&2 "-- end of git diff --"
1920 fi
2021
2122 cat >&2 <<eof