-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to bookworm #233
base: main
Are you sure you want to change the base?
Update to bookworm #233
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05081aa - Browse repository at this point
Copy the full SHA 05081aaView commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b48040b - Browse repository at this point
Copy the full SHA b48040bView commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d2c6f3 - Browse repository at this point
Copy the full SHA 5d2c6f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d0dcb - Browse repository at this point
Copy the full SHA 04d0dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d3855 - Browse repository at this point
Copy the full SHA f2d3855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e2319 - Browse repository at this point
Copy the full SHA 25e2319View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 60c9ba3 - Browse repository at this point
Copy the full SHA 60c9ba3View commit details
Commits on Mar 27, 2023
-
Check that docker is not set up in rootless mode (RPi-Distro#679)
Mounting binfmt_misc inside the container requires root rights. If "docker info" indicates rootless mode then fall back to "sudo docker". Allow the user to override the docker command with the DOCKER by setting the environment variable.
Configuration menu - View commit details
-
Copy full SHA for cf40e4b - Browse repository at this point
Copy the full SHA cf40e4bView commit details -
Ensure that deploy is always owned by user (RPi-Distro#680)
Switch "docker cp" to tar streaming mode. As the receiving "tar" command is executed outside Docker the resulting directories & files are owned by the calling user.
Configuration menu - View commit details
-
Copy full SHA for 0db41e3 - Browse repository at this point
Copy the full SHA 0db41e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2afdf7 - Browse repository at this point
Copy the full SHA a2afdf7View commit details -
Update qemu ARM binary name in README.md (RPi-Distro#684)
When running a 64 bit build you need the QEMU aarch64 binary installed on the host system. Fixes RPi-Distro#678
Configuration menu - View commit details
-
Copy full SHA for 3e8046d - Browse repository at this point
Copy the full SHA 3e8046dView commit details
Commits on Mar 28, 2023
-
DRY removal for docker run command line (RPi-Distro#686)
Factor out the differences into variables so that there is only one implementation of the "docker run" command line to maintain.
Configuration menu - View commit details
-
Copy full SHA for b8437a7 - Browse repository at this point
Copy the full SHA b8437a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84746b2 - Browse repository at this point
Copy the full SHA 84746b2View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e92753 - Browse repository at this point
Copy the full SHA 4e92753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0defafe - Browse repository at this point
Copy the full SHA 0defafeView commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6dc45a8 - Browse repository at this point
Copy the full SHA 6dc45a8View commit details -
Copy container log to deploy (RPi-Distro#688)
The container log is much more detailed than the default build.log, which makes life much easier for a build maintainer. Before deleting the container copy the log out to the deploy/ directory.
Configuration menu - View commit details
-
Copy full SHA for 9249e14 - Browse repository at this point
Copy the full SHA 9249e14View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47eee1f - Browse repository at this point
Copy the full SHA 47eee1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c16e6b7 - Browse repository at this point
Copy the full SHA c16e6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c75094 - Browse repository at this point
Copy the full SHA 7c75094View commit details
Commits on May 9, 2023
-
Skip binfmt_misc register when unnecessary (RPi-Distro#693)
This improves commit 6dc45a8 Check if interpreter is already registered before running the register step. This avoids unnecessary "sudo" execution which may require user interaction for the password. Improves on RPi-Distro#685
Configuration menu - View commit details
-
Copy full SHA for 01d24ef - Browse repository at this point
Copy the full SHA 01d24efView commit details -
Register aarch64 in binfmt misc (RPi-Distro#694)
This modifies commit 6dc45a8 for the arm64 branch. For 64-bit builds we need to register qemu-aarch64-static instead. Improves on RPi-Distro#685
Configuration menu - View commit details
-
Copy full SHA for a86d732 - Browse repository at this point
Copy the full SHA a86d732View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 446f3e3 - Browse repository at this point
Copy the full SHA 446f3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e484aa8 - Browse repository at this point
Copy the full SHA e484aa8View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77706bd - Browse repository at this point
Copy the full SHA 77706bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed68013 - Browse repository at this point
Copy the full SHA ed68013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aca615 - Browse repository at this point
Copy the full SHA 6aca615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9d063 - Browse repository at this point
Copy the full SHA 9d9d063View commit details -
Configuration menu - View commit details
-
Copy full SHA for a524fe4 - Browse repository at this point
Copy the full SHA a524fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c49d8 - Browse repository at this point
Copy the full SHA 43c49d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc1385 - Browse repository at this point
Copy the full SHA 9fc1385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd23cb - Browse repository at this point
Copy the full SHA 8dd23cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4a66e - Browse repository at this point
Copy the full SHA 4a4a66eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ac523 - Browse repository at this point
Copy the full SHA 88ac523View commit details -
Configuration menu - View commit details
-
Copy full SHA for c856800 - Browse repository at this point
Copy the full SHA c856800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b498b - Browse repository at this point
Copy the full SHA 64b498bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 188c155 - Browse repository at this point
Copy the full SHA 188c155View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6dd7ca - Browse repository at this point
Copy the full SHA e6dd7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 574d3e7 - Browse repository at this point
Copy the full SHA 574d3e7View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7dde0c - Browse repository at this point
Copy the full SHA d7dde0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6051f1d - Browse repository at this point
Copy the full SHA 6051f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6342b - Browse repository at this point
Copy the full SHA 3a6342bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae1a26 - Browse repository at this point
Copy the full SHA 7ae1a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f98a8 - Browse repository at this point
Copy the full SHA c4f98a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b15e14 - Browse repository at this point
Copy the full SHA 5b15e14View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6a3c1 - Browse repository at this point
Copy the full SHA dc6a3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b8868 - Browse repository at this point
Copy the full SHA a0b8868View commit details -
Configuration menu - View commit details
-
Copy full SHA for c318daf - Browse repository at this point
Copy the full SHA c318dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 325123f - Browse repository at this point
Copy the full SHA 325123fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef8b0d - Browse repository at this point
Copy the full SHA 5ef8b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2fe0f - Browse repository at this point
Copy the full SHA 5f2fe0fView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb56ad5 - Browse repository at this point
Copy the full SHA fb56ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 962bf48 - Browse repository at this point
Copy the full SHA 962bf48View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 663401d - Browse repository at this point
Copy the full SHA 663401dView commit details
Commits on Oct 17, 2023
-
Fix build-docker.sh CONTINUE=1 mode (RPi-Distro#716)
This fixes commit ed68013 Remove extra quotes so that docker sees pigen_work, not "pigen_work".
Configuration menu - View commit details
-
Copy full SHA for 0ef867e - Browse repository at this point
Copy the full SHA 0ef867eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78444ea - Browse repository at this point
Copy the full SHA 78444eaView commit details
Commits on Oct 23, 2023
-
README.md: add PI_GEN_RELEASE (RPi-Distro#720)
This is the text written to "/etc/issue.txt" by update_issue(). The default is the name used by official Raspberry Pi builds. Fixes RPi-Distro#719
Configuration menu - View commit details
-
Copy full SHA for d966897 - Browse repository at this point
Copy the full SHA d966897View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19acff0 - Browse repository at this point
Copy the full SHA 19acff0View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95c9fa8 - Browse repository at this point
Copy the full SHA 95c9fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b22a55 - Browse repository at this point
Copy the full SHA 5b22a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1460069 - Browse repository at this point
Copy the full SHA 1460069View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 193bae2 - Browse repository at this point
Copy the full SHA 193bae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf3d86 - Browse repository at this point
Copy the full SHA caf3d86View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 399a5c2 - Browse repository at this point
Copy the full SHA 399a5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae81834 - Browse repository at this point
Copy the full SHA ae81834View commit details -
Configuration menu - View commit details
-
Copy full SHA for e07ee9b - Browse repository at this point
Copy the full SHA e07ee9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fda322 - Browse repository at this point
Copy the full SHA 0fda322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b371d - Browse repository at this point
Copy the full SHA 02b371dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70cd6f2 - Browse repository at this point
Copy the full SHA 70cd6f2View commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1f94ad - Browse repository at this point
Copy the full SHA a1f94adView commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c92253 - Browse repository at this point
Copy the full SHA 3c92253View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27bc31c - Browse repository at this point
Copy the full SHA 27bc31cView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb31e54 - Browse repository at this point
Copy the full SHA cb31e54View commit details