job: log success when finished
This commit is contained in:
parent
a3fbef6fc6
commit
7c21d65920
1 changed files with 5 additions and 1 deletions
|
|
@ -159,6 +159,10 @@ impl Job {
|
|||
self.update_repo()?;
|
||||
}
|
||||
|
||||
self.update_mirrors()
|
||||
self.update_mirrors(config)?;
|
||||
|
||||
info!("Done processing job {}!", self.repo.full_name);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue