lang/rust*: Remove superfluous 'Changes' from commit log template

This commit is contained in:
Tobias Kortkamp 2022-02-03 15:02:32 +01:00
parent d64a2a380f
commit 9400f68f0d
No known key found for this signature in database
GPG key ID: A4F09FB73CC51F61
2 changed files with 3 additions and 2 deletions

View file

@ -22,4 +22,4 @@ fetch -qo - https://raw.githubusercontent.com/rust-lang/rust/${new_commit}/src/s
make makesum make makesum
echo "lang/rust-nightly: Update to $(make -V PORTVERSION) echo "lang/rust-nightly: Update to $(make -V PORTVERSION)
Changes: https://github.com/rust-lang/rust/compare/${prev_commit}...${new_commit}" >rust-nightly.msg https://github.com/rust-lang/rust/compare/${prev_commit}...${new_commit}" >rust-nightly.msg

View file

@ -24,7 +24,8 @@ make -C ../rust-bootstrap makesum
echo "lang/rust: Update to ${version} echo "lang/rust: Update to ${version}
Changes: https://blog.rust-lang.org/FIXME/Rust-${version}.html https://blog.rust-lang.org/FIXME/Rust-${version}.html
PR: FIXME PR: FIXME
Exp-run by: antoine Exp-run by: antoine
Differential Revision: FIXME" >rust.msg Differential Revision: FIXME" >rust.msg