Skip to content
Snippets Groups Projects

newapkbuild: globbing and Path fixes

Merged Imported Administrator requested to merge newapkbuild-fixes into master

Merge request reports

Checking pipeline status.

Approved by

Merged by AdministratorAdministrator 5 months ago (Sep 30, 2024 5:00pm UTC)

Merge details

  • Changes merged into master with c3016e02.
  • Deleted the source branch.

Pipeline #189416 passed

Pipeline passed for c3016e02 on master

Deployed to dep‎loy‎ 5 months ago

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Administrator requested review from @calebccff · Imported

    requested review from @calebccff

    By Luca Weiss on 2024-09-28T22:22:45

  • Author Owner

    stuff like

    (089032) [00:15:25] Traceback (most recent call last):
      File "/home/luca/git/pmbootstrap/pmb/__init__.py", line 106, in main
        run_command(args)
      File "/home/luca/git/pmbootstrap/pmb/commands/__init__.py", line 61, in run_command
        getattr(frontend, args.action)(args)
      File "/home/luca/git/pmbootstrap/pmb/helpers/frontend.py", line 465, in newapkbuild
        pmb.build.newapkbuild(args.folder, pass_through, get_context().force)
      File "/home/luca/git/pmbootstrap/pmb/build/newapkbuild.py", line 26, in newapkbuild
        glob_result = list(build_outside.glob("/*/APKBUILD"))
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.12/pathlib.py", line 1090, in glob
        raise NotImplementedError("Non-relative patterns are unsupported")
    NotImplementedError: Non-relative patterns are unsupported

    and

    (090216) [00:20:17] Traceback (most recent call last):
      File "/home/luca/git/pmbootstrap/pmb/__init__.py", line 106, in main
        run_command(args)
      File "/home/luca/git/pmbootstrap/pmb/commands/__init__.py", line 61, in run_command
        getattr(frontend, args.action)(args)
      File "/home/luca/git/pmbootstrap/pmb/helpers/frontend.py", line 465, in newapkbuild
        pmb.build.newapkbuild(args.folder, pass_through, get_context().force)
      File "/home/luca/git/pmbootstrap/pmb/build/newapkbuild.py", line 43, in newapkbuild
        logging.warning("WARNING: Folder already exists: " + target)
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
    TypeError: can only concatenate str (not "PosixPath") to str

    By Luca Weiss on 2024-09-28T22:24:20

  • Administrator approved this merge request · Imported

    approved this merge request

    By Caleb Connolly on 2024-09-28T23:31:15

  • Administrator approved this merge request · Imported

    approved this merge request

    By Robert Eckelmann on 2024-09-29T02:56:49

  • Administrator approved this merge request · Imported

    approved this merge request

    By Oliver Smith on 2024-09-30T16:58:25

  • Administrator added 9 commits · Imported

    added 9 commits

    Compare with previous version

    By Oliver Smith on 2024-09-30T16:59:01

  • Administrator enabled an automatic merge when all merge checks for c3016e02 pass · Imported

    enabled an automatic merge when all merge checks for c3016e02 pass

    By Oliver Smith on 2024-09-30T16:59:25

  • Administrator merged · Imported

    merged

Please register or sign in to reply
Loading