Skip to content
Snippets Groups Projects
  1. Jan 10, 2025
  2. Jan 09, 2025
  3. Oct 29, 2024
  4. Aug 04, 2024
  5. Apr 02, 2024
  6. Mar 31, 2024
  7. Jun 07, 2023
    • Luca Weiss's avatar
      Use ruff for linting (MR 80) · 87dc02bc
      Luca Weiss authored and Oliver Smith's avatar Oliver Smith committed
      Inspired by the recent pmbootstrap change from Hugo Osvaldo Barrera, use
      ruff instead of flake8. Aside from being substantially faster, ruff
      includes a lot of flake's plug-ins built-in, some of which may be useful
      to enable as a follow-up.
      
      Remove an outdated section from README (replaced by pmbootstrap ci) and
      ignore the E741 warning for now since flake8 didn't complain about that.
      
      Edit by ollieparanoid: use edge in .gitlab-ci.yml for ruff, as it is
      currently only available in testing.
      87dc02bc
  8. Mar 26, 2023
  9. Jan 12, 2023
  10. Sep 18, 2022
  11. Jan 30, 2022
  12. Jan 07, 2021
  13. Jan 06, 2021
  14. Aug 24, 2020
  15. May 17, 2020
  16. May 10, 2020
    • Oliver Smith's avatar
      helpers/pre-commit.sh: new file · a808c993
      Oliver Smith authored
      a808c993
    • Oliver Smith's avatar
      helpers/submit.py: move from pmaports.git · bfa0bbd1
      Oliver Smith authored
      Put submit.py in this repository. It is only useful here, as changes in
      submit.py always need to be syntax with the bpo code and bpo is the only
      user of the script. Also, with the upcoming release branches, we would
      need to sync the changes in pmaports.git across multiple branches.
      
      To make this work, adjust the sourcehut builds and local job services to
      make submit.py from build.postmarketos.org.git available during the build.
      bfa0bbd1
  17. Jan 06, 2020
  18. Oct 09, 2019
    • Oliver Smith's avatar
      2ed14a81
    • Oliver Smith's avatar
      helpers/bpo_package_status.py: add filter status · 24a3f773
      Oliver Smith authored
      Make it easy to change the status for all failed packages back to queued
      (which was the original intention of this tool).
      
      $ ./bpo_package_status.py -f failed -s queued
      Will change status to 'queued' for the following packages: ['hello-world', 'hello-world-wrapper']
      Are you sure? [y/N]
      24a3f773
    • Oliver Smith's avatar
      helpers/bpo_package_status.py: add · 68edbd19
      Oliver Smith authored
      Simple script for setting and getting the package status from the bpo
      sqlite database. See "bpo_package_status.py -h" for details.
      
      usage: bpo_package_status.py [-h] [-a ARCH] [-b BRANCH] [-d DB_PATH]
                                   (-g | -s {building,built,failed,published,queued})
                                   [pkgname [pkgname ...]]
      
      Closes: #44
      68edbd19
Loading