Skip to content
Snippets Groups Projects
  1. Dec 05, 2024
  2. Nov 10, 2024
  3. Jun 23, 2024
    • Casey's avatar
      test: add pytest and test config load/migrate (MR 2252) · ff86792f
      Casey authored and Oliver Smith's avatar Oliver Smith committed
      
      re-introduce pytest, add a conftest.py with some useful fixtures and
      basic tests for config loading.
      
      This just checks that we can load the config and migrate it from the old
      2.3.x format to the new 3.0 format with the new mirrors section.
      
      Testing anything that requires args or Context should probably wait
      until we can properly model state (since global state like in
      get_context() really doesn't jive with pytest).
      
      Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
      Unverified
      ff86792f
  4. May 14, 2024
  5. Apr 30, 2024
  6. Dec 14, 2018
    • Robert Yang's avatar
      Fix test_aportgen_compare_output (!1727) · 60459cfd
      Robert Yang authored
      test_aportgen.py fails because some test data is missing.
      Make the test pass by fixing the test data with the following changes:
      - Update testdata pmaports/cross/*
      - Don't git ignore test/testdata/aportgen directory
      - Add testdata aports/main/* from upstream Alpine Linux aports
      
      Patch files in pmaports/cross/binutils-armhf were removed, as they are
      not needed to test the pmbootstrap code.
      Unverified
      60459cfd
  7. Sep 05, 2018
  8. Jun 09, 2018
    • steamport's avatar
      menuconfig: add gconfig/xconfig support (#1509) · 30df0725
      steamport authored
      * change "pmbootstrap kconfig_check" to "pmbootstrap kconfig check"
      * change "pmbootstrap menuconfig" to "pmbootstrap kconfig edit [-x|-g]"
        (with legacy alias, because the first syntax was referenced to a lot)
      * enable X11 interfaces: -x: xconfig, -g: gconfig
      * new function to copy the xauthority file:
        pmb.chroot.other.copy_xauthority()
      * remove menufconfig() function from the kernel template and all kernel
        aports ([skip ci] because it would rebuild all kernels and run out of
        time). Alpine has dropped this as well, and it wouldn't work with the
        new code anyway.
      30df0725
  9. Feb 06, 2018
  10. Nov 20, 2017
  11. Jun 25, 2017
  12. Jun 06, 2017
  13. May 26, 2017
Loading