Skip to content

Commit 04eba5f

Browse files
jyn514XAMPPRocky
authored andcommitted
add instructions for rebuilding a crate on docs.rs (#286)
* add instructions for requeuing a crate * requeue -> rebuild
1 parent 52b021c commit 04eba5f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/infra/docs/docs-rs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ systemctl restart docs.rs
5353
To return to the latest nightly simply remove the environment variable and
5454
restart docs.rs again.
5555

56+
### Rebuild a specific crate
57+
58+
If a bug was recently fixed, you may want to rebuild a crate so that it builds with the latest version.
59+
From the docs.rs machine:
60+
61+
```
62+
cratesfyi queue add <crate> <version>
63+
```
64+
65+
This will add the crate with a lower priority than new crates by default, you can change the priority with the `-p` option.
66+
5667
### Adding all the crates failed after a date back in the queue
5768

5869
After an outage you might want to add all the failed builds back to the queue.

0 commit comments

Comments
 (0)