Skip to content
Snippets Groups Projects
  1. Jul 15, 2024
  2. Jul 13, 2024
  3. Jul 11, 2024
  4. Jul 10, 2024
    • Oliver Smith's avatar
      Tweak errors for missing config/work dir (MR 2350) · aeb65f29
      Oliver Smith authored and Caleb Connolly's avatar Caleb Connolly committed
      * Use NonBugError instead of RuntimeError so users don't get a stack
        trace for this.
      * Check for the pmbootstrap <= 3.0.0 config, and print a nice message
        asking users to recreate their config.
      * Add a separate message if --config was used.
      * Reword the generic "no config found" message to suggest 'pmbootstrap
        init' first, and only mention --config at the end. Most users will
        need to just run 'pmbootstrap init'.
      aeb65f29
    • Oliver Smith's avatar
      Use pmbootstrap_v3.cfg as config file (MR 2350) · 9dfa89c5
      Oliver Smith authored and Caleb Connolly's avatar Caleb Connolly committed
      Using pmbootstrap v3 with the old config can cause problems, for example
      when having $WORK in the pmaports dir instead of the actual work path.
      This is not supported anymore by v3 to reduce complexity. The format of
      how mirrors are stored in the config also has changed.
      
      Use a separate config file, so users can go back from v3 to 2.3.x if
      they need to (for figuring out a regression) and so users won't run into
      bugs when moving from 2.3.x to v3.
      9dfa89c5
  5. Jul 09, 2024
  6. Jul 08, 2024
  7. Jul 04, 2024
Loading