Skip to content

Commit 4f80b5e

Browse files
committed
worker/jobs: Rename git module to index
This also contains the `SyncToSparseIndex` job, which does not use git at all...
1 parent 2d33f01 commit 4f80b5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/worker/jobs/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mod delete_crate;
1212
mod downloads;
1313
pub mod dump_db;
1414
mod expiry_notification;
15-
mod git;
15+
mod index;
1616
mod index_version_downloads_archive;
1717
mod readmes;
1818
pub mod rss;
@@ -29,7 +29,7 @@ pub use self::downloads::{
2929
};
3030
pub use self::dump_db::DumpDb;
3131
pub use self::expiry_notification::SendTokenExpiryNotifications;
32-
pub use self::git::{NormalizeIndex, SquashIndex, SyncToGitIndex, SyncToSparseIndex};
32+
pub use self::index::{NormalizeIndex, SquashIndex, SyncToGitIndex, SyncToSparseIndex};
3333
pub use self::index_version_downloads_archive::IndexVersionDownloadsArchive;
3434
pub use self::readmes::RenderAndUploadReadme;
3535
pub use self::send_publish_notifications::SendPublishNotificationsJob;

0 commit comments

Comments
 (0)