Skip to content
Snippets Groups Projects

Issue #3497746: Tugboat config: fix path to composer.json and use jq instead of sed

Merged Issue #3497746: Tugboat config: fix path to composer.json and use jq instead of sed
2 unresolved threads
2 unresolved threads

Closes #3497746

Merge request reports

Merge request pipeline #389229 skipped

Merge request pipeline skipped for 2d6db45a

Approval is optional

Merged by Adam G-HAdam G-H 3 months ago (Jan 8, 2025 12:53am UTC)

Merge details

  • Changes merged into 1.x with cae0f9c6 (commits were squashed).
  • Did not delete the source branch.

Pipeline #389231 passed

Pipeline passed for cae0f9c6 on 1.x

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 13 # TODO: remove this line when the upstream Composer issue is resolved.
14 14 - composer self-update 2.8.0
15 15 # Add the components as globally available path repositories, simulating Packagist.
16 - 'sed "s|\"url\": \"|\"url\": \"$TUGBOAT_ROOT/|g" components.composer.json > $(composer config --global home)/config.json'
16 - jq
17 --arg tugboat_root "$TUGBOAT_ROOT"
18 '.repositories |= with_entries(.value.url |= "\($tugboat_root)/" + .)'
19 dev.composer.json
20 > $(composer config --global home)/config.json
  • 13 13 # TODO: remove this line when the upstream Composer issue is resolved.
    14 14 - composer self-update 2.8.0
  • added 1 commit

    • de4557f7 - Issue #3497746: Tugboat config: fix paths to files / dirs and use jq instead of sed

    Compare with previous version

  • added 1 commit

    • c86370ab - Issue #3497746: Tugboat config: fix paths to files / dirs and use jq instead of sed

    Compare with previous version

  • added 1 commit

    • f2353914 - Issue #3497746: Tugboat config: use ddev script for composer install steps

    Compare with previous version

  • added 1 commit

    • ce5addcd - Issue #3497746: Tugboat config: use ddev script for composer install steps

    Compare with previous version

  • Adam G-H added 16 commits

    added 16 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading