Skip to content
Snippets Groups Projects
  1. Apr 28, 2024
  2. Apr 23, 2024
    • Levente Polyak's avatar
      feat(pkgctl): add internal update checksums to better control output · 9a5181db
      Levente Polyak authored
      This allows us to have more control over the output and status logs.
      Using this method we are able to avoid cluttering the version upgrade
      subcommand while downloading sources for updating the checksums.
      
      Having this internally will also allow us in the future to have smart
      checksums updating by only trying to change the checksums of sources
      that have actually changed, for example when adjusting a patch file we
      should avoid trying to overwrite the archive checksums unintentionally.
      
      Component: pkgctl version upgrade
      Verified
      9a5181db
    • Robin Candau's avatar
      feat(version): let upgrade subcommand also update checksums · 55c2ca13
      Robin Candau authored and Levente Polyak's avatar Levente Polyak committed
      This commit aims to make 'pkgctl version upgrade' also update checksums
      in addition of bumping the pkgver and reseting the pkgrel.
      
      Component: pkgctl version upgrade
      Verified
      55c2ca13
  3. Mar 23, 2024
  4. Mar 09, 2024
  5. Feb 10, 2024
  6. Feb 08, 2024
  7. Jan 18, 2024
  8. Jan 10, 2024
    • Jelle van der Waa's avatar
      feat(version): introduce version check subcommand · e6f7aa39
      Jelle van der Waa authored and Christian Heusel's avatar Christian Heusel committed
      
      The version subcommand handles pkgver related commands, the first
      subcommand being `check`. Check runs nvchecker if a `.nvchecker.toml`
      file exists and compares the current pkgver with the latest release.
      
      Introduces nvchecker as optional dependency which has to be installed in
      order to use this particular subcommand.
      
      BREAKING CHANGE: formerly pkgctl version would output the version of the
      pkgctl tool, now it is used as a version related subcommand.
      
      Fixes #140
      
      Component: pkgctl version
      Component: pkgctl version check
      Co-authored-by: default avatarChristian Heusel <christian@heusel.eu>
      Verified
      e6f7aa39
  9. Jan 07, 2024
  10. Sep 26, 2023
  11. Jun 07, 2023
  12. May 19, 2023
  13. Jun 21, 2022
  14. Nov 18, 2021
  15. Oct 29, 2021
  16. Mar 29, 2019
  17. Mar 25, 2019
Loading