summaryrefslogtreecommitdiff
path: root/maint/bump_nodep
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-01-081-1/+1
|
* maint/bump_nodep: Use "git checkout" instead of "git restore"Ian Jackson2023-09-051-1/+1
| | | | | | Sadly the environment I ran this command on today didn't have "git restore". I should upgrade it but there are yaks, and I may not have managed to upgrade it by *next* Arti release.
* maint/bump_nodep: Allow $CARGO to contain multiple wordsIan Jackson2023-09-051-1/+1
| | | | | | | | | | This is a more convenient approach to command overriding. It's what we do elsewhere. I need this because with a script like "maint/bump_nodep", which edits the tree, I need to write CARGO='nailing-cargo -E' maint/bump_nodep .... (The -E option tells my privsep tool that the command is *supposed* to edit the tree - and that I am intending to review those changes.)
* maint: use relative shebang in `maint/bump_nodep`Emil Engler2023-08-091-1/+1
|
* Script to bump patchlevel without touching other cratesNick Mathewson2023-08-011-0/+39
Closes #945. Based on @diziet's comment in #945, with a little extra safety and paranoia. We use this for cases when there are trivial changes only in one of our crates.