Skip to content
Snippets Groups Projects
  1. Nov 18, 2022
    • Antoine R. Dumont's avatar
      swh-loader-svn: Build rsvndump dependency · 7e1d37bc
      Antoine R. Dumont authored
      This creates a new utility image holding the rsvndump pushed in the gitlab registry.
      
      And then adapts the svn loader image to expose that new dependency tool [1]. That will
      allow development to use rsvndump instead of svnrdump.
      
      [1]
      ```
      $ docker build -t swh-loader-svn .
      $ docker run -ti --rm --user root --entrypoint rsvndump swh-loader-svn --version
      rsvndump 0.6.1
      Copyright (C) 2008-present Jonas Gehring <jonas@jgehring.net>
      Released under the GNU General Public License.
      ```
      7e1d37bc
  2. Nov 10, 2022
  3. Nov 08, 2022
  4. Nov 04, 2022
  5. Oct 31, 2022
  6. Oct 26, 2022
  7. Oct 24, 2022
  8. Oct 20, 2022
  9. Oct 19, 2022
  10. Oct 06, 2022
  11. Sep 28, 2022
    • Antoine R. Dumont's avatar
      indexer: Add swh bullseye debian repo for runtime dependency · 52e66ace
      Antoine R. Dumont authored
      The fossology license indexer requires the fossology-nomossa package.
      
      As a pre-requisite, it was ported from the buster package:
      ```
      root@pergamon:.../repository# reprepro copy bullseye-swh buster-swh fossology-nomossa
      Exporting indices...
      root@pergamon:.../repository# reprepro ls fossology-nomossa | grep bull
      fossology-nomossa | 3.1-1~bpo10~swh+1 | bullseye-swh | amd64
      ```
      
      Related to T4540
  12. Sep 27, 2022
  13. Sep 26, 2022
Loading