Skip to content
Snippets Groups Projects

update buildroot; update busdisplay

Open famfo requested to merge famfo/rgbmatrix-buildroot:update-buildroot-busdisplay into main
2 unresolved threads

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Ready to merge by members who can write to the target branch.
  • 6 commits and 1 merge commit will be added to main.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 #!/bin/sh
2 set -e
2 set -xe
  • jn @jn started a thread on commit 0fef574a
  • 1 1 #!/bin/sh
    2 set -e
    2 set -xe
    3 3
    4 4 git submodule update --init
    5
    6 cd buildroot/
    7 for p in ../buildroot-patches/*; do
    8 git apply "$p"
    9 done
    10 cd ..
  • Owner

    Sieht insgesamt gut aus

  • jn requested changes

    requested changes

  • Please register or sign in to reply
    Loading