Skip to content

Commit ceddc92

Browse files
committed
Remove GitImport admin command
This tool has served its purpose and we don't need it anymore. There is no reason to keep compiling the code and bloating our binaries.
1 parent 86dedf5 commit ceddc92

File tree

3 files changed

+0
-122
lines changed

3 files changed

+0
-122
lines changed

src/admin/git_import.rs

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/admin/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pub mod delete_crate;
33
pub mod delete_version;
44
pub mod dialoguer;
55
pub mod enqueue_job;
6-
pub mod git_import;
76
pub mod migrate;
87
pub mod on_call;
98
pub mod populate;

src/bin/crates-admin.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ enum Command {
1919
Migrate(migrate::Opts),
2020
UploadIndex(upload_index::Opts),
2121
YankVersion(yank_version::Opts),
22-
GitImport(git_import::Opts),
2322
#[clap(subcommand)]
2423
EnqueueJob(enqueue_job::Command),
2524
#[clap(subcommand)]

0 commit comments

Comments
 (0)