summaryrefslogtreecommitdiff
path: root/maint/crates-io-utils.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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
* maint/: crates_io_api_call: Add a TODO about unifying themIan Jackson2024-07-111-0/+2
|
* maint/cargo-check-publishable: Check categoriesIan Jackson2024-07-101-0/+2
| | | | What a palaver.
* shell crates.io API: set User-Agent and add a sleepIan Jackson2024-07-101-1/+3
| | | | See https://crates.io/data-access
* shell crates.io: Fix a doc typoIan Jackson2024-07-101-1/+1
|
* maint/crates-io-utils.sh: Try to deconfuse shellcheckIan Jackson2024-06-241-0/+6
|
* maint/crates-io-utils.sh: Add preserving tmp featureIan Jackson2024-06-241-2/+8
| | | | This is useful for debugging.
* maint/crates-io-utils.sh: Add exit status control featureIan Jackson2024-06-241-1/+5
|
* maint/crates-io-utils.sh: Break out from cargo-publishIan Jackson2024-06-241-0/+55