Skip to content
Snippets Groups Projects
  1. Jun 12, 2019
  2. May 20, 2019
  3. Apr 12, 2019
  4. Mar 04, 2019
  5. Feb 19, 2019
  6. Jan 17, 2019
  7. Dec 17, 2018
  8. Dec 14, 2018
  9. Dec 11, 2018
  10. Dec 05, 2018
  11. Nov 23, 2018
  12. Nov 21, 2018
  13. Nov 16, 2018
  14. Nov 09, 2018
  15. Oct 31, 2018
    • vlorentz's avatar
      Fix GitLoaderFromArchive. · d35881f5
      vlorentz authored
      Summary:
      SWHLoader calls prepare(); and if prepare() fails, it calls cleanup().
      However, GitLoaderFromArchive.cleanup() uses self.temp_dir and self.repo_path,
      so they have to be initialized.
      
      Additionally, GitLoaderFromArchive.prepare_origin_visit does not accept
      the same argument name as its parent, so it fails when called by
      GitLoaderFromArchive.load.
      
      Reviewers: #reviewers, olasd
      
      Reviewed By: #reviewers, olasd
      
      Subscribers: swh-public-ci
      
      Differential Revision: https://forge.softwareheritage.org/D621
      d35881f5
  16. Oct 30, 2018
  17. Oct 23, 2018
Loading