aboutsummaryrefslogtreecommitdiff
path: root/maint/cargo-publish
Commit message (Collapse)AuthorAgeFilesLines
* Rename maint/list_crates to kebab-caseIan Jackson2026-01-201-2/+2
| | | | | | | | | | Swap the symlink direction: now we have list_crates.py (the python module) with a symlink list-crates pointing to it. This allows the module to be imported but the command to be kebab case. The checking tooling doesn't understand this special arrangement. Lots of references to update!
* maint: Avoid x-prefix in comparisons.Gabriela Moldovan2025-07-171-1/+1
| | | | | | | This applies the fixes suggested by shellcheck (the x-prefixes were causing the `shellcheck` job to fail; see [SC2268]). [SC2268]: https://www.shellcheck.net/wiki/SC2268
* arti-client: Keep a somewhat accurate notion of our release date.Nick Mathewson2025-04-161-0/+4
| | | | | | | | | This doesn't need to be perfect, but we need to use it to see if a consensus is new enough that we should obey its recommendations. This commit also adds a script to update or check our release date, and calls this script from our cargo-publish script.
* maint/crates-io-utils.sh: Break out from cargo-publishIan Jackson2024-06-241-30/+7
|
* maint/cargo-publish: Allow overriding of origin and branchIan Jackson2024-05-151-0/+6
|
* maint/cargo-publish: Split handling of origin and branchIan Jackson2024-05-151-3/+3
|
* maint/cargo-publish: Add --force optionIan Jackson2024-05-151-0/+9
|
* Rename list_crates_publish to list_cratesIan Jackson2024-05-081-2/+2
|
* maint/cargo-publish: Bespoke message from missing jqIan Jackson2024-05-071-0/+2
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2118#note_3027375
* maint/cargo-publish: Use dirnameIan Jackson2024-05-071-1/+1
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2118#note_3025017
* maint/cargo-publish: Suppress a warningIan Jackson2024-05-071-0/+1
| | | | Not sure why this is happening in CI but not on my laptop.
* Introduce maint/cargo-publish scriptIan Jackson2024-05-071-0/+176