Skip to content

Commit f3704cb

Browse files
author
Pietro Albini
authored
Merge pull request #328 from pietroalbini/crates-io-crate-removal
2 parents ff3589f + 6621080 commit f3704cb

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/crates-io/crate-removal.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
# Crate removal procedure
22

3-
> **Status 2020-01-21**: this document is incomplete and unvetted. We anticipate to
4-
> be receiving guidelines from Mozilla Legal in the near future. If this notice
5-
> is still here on 2020-03-21, please comment on [this issue][outdated-issue]
6-
> asking for a status update.
3+
If we get a DMCA takedown notice, here's what needs to happen:
74

8-
[outdated-issue]: https://github.com/rust-lang/crates-io-cargo-teams/issues/63
5+
## Contact Mozilla Legal
96

10-
If we get a DMCA takedown notice, here's what needs to happen:
7+
Before removing the crates, [get in touch with legal](../core/legal.md) and ask
8+
an opinion from them on the received request and whether we have to comply with
9+
it.
1110

1211
## Remove relevant version(s) and/or entire crates from crates.io
1312

1413
* Remove it from the database:
1514

16-
heroku run -- cargo run --bin delete-crate [crate-name]
15+
heroku run -a crates-io -- target/release/delete-crate [crate-name]
1716

1817
or
1918

20-
heroku run -- cargo run --bin delete-version [crate-name] [version-number]
19+
heroku run -a crates-io -- target/release/delete-version [crate-name] [version-number]
2120

2221
* Remove the crate or version from the index. To remove an entire crate, remove
2322
the entire crate file. For a version, remove the line corresponding to the
@@ -35,9 +34,7 @@ of a crate, by running a CLI command. The people who currently have permissions
3534
to access the server and run it are:
3635

3736
* docs.rs Team:
38-
* [@QuietMisdreavus](https://github.com/QuietMisdreavus)
3937
* [@pietroalbini](https://github.com/pietroalbini)
40-
* [@onur](https://github.com/onur)
4138
* [@jyn514](https://github.com/jyn514)
4239
* Infrastructure Team:
4340
* [@Mark-Simulacrum](https://github.com/Mark-Simulacrum)

0 commit comments

Comments
 (0)