Skip to content
Snippets Groups Projects
  1. Feb 03, 2023
  2. Feb 02, 2023
  3. Feb 01, 2023
  4. Jan 31, 2023
  5. Jan 30, 2023
  6. Jan 20, 2023
  7. Jan 19, 2023
    • Antoine R. Dumont's avatar
      scripts/app_manager: Add subcommand to manipulate tags · d6217eeb
      Antoine R. Dumont authored
      ```
      $ app_manager tag --help
      Usage: app_manager.py tag [OPTIONS] COMMAND [ARGS]...
      
        Manipulate application tag, for example either determine the last tag or
        compute the next one. Without any parameters this lists the current
        application tags.
      
      Options:
        --help  Show this message and exit.
      
      Commands:
        latest
        list
        next
      ```
      
      This will allow to:
      - retrieve the last known tag for an application
      - determine the next tag for an application (be it known or not)
      - current list of tags of an application
      
      This will raise when:
      - providing both --next-tag and --last-tag for an application
      - listing tags for an unknown application
      - retrieving the last tag on an unknown application
      
      Refs. sysadm-environment#4724
      d6217eeb
    • Antoine R. Dumont's avatar
      Update and run pre-commit configuration to format properly code · e26f89d3
      Antoine R. Dumont authored
      The hook was not installed in my repository.
      
      Refs. sysadm-environment#4724
      e26f89d3
  8. Jan 17, 2023
  9. Jan 13, 2023
  10. Jan 12, 2023
  11. Dec 27, 2022
  12. Dec 14, 2022
  13. Dec 06, 2022
  14. Nov 30, 2022
  15. Nov 29, 2022
  16. Nov 22, 2022
  17. Nov 21, 2022
  18. 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
  19. Nov 10, 2022
  20. Nov 08, 2022
  21. Nov 04, 2022
Loading