Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "trunk"
|
2026-04-15
| ||
| 01:16 | Tell teco-pi-demo to mount v3d.rk05 in scratch mode to avoid stepping on anyone. leaf check-in: 1b7e4663cc user: poetnerd tags: trunk | |
|
2026-04-14
| ||
| 17:15 | As we did for os8-cp, mont OS8_TOOLTIME in a scratch mode to prevent corruption of v3d.rk05 in parallel actions. check-in: e4092afb4f user: poetnerd tags: trunk | |
| 11:45 | Style, edit, and clarity pass on the change log in anticipation of rolling it into a "make release", but there's more to do before then, so I decided to commit what I have pending an update to the date line. check-in: 8dd0d03732 user: tangent tags: trunk | |
| 11:41 | One last Open SIMH update check-in: 76fba0a51d user: tangent tags: trunk | |
| 11:32 | Path fix and simplified instructions check-in: 90193bfd62 user: tangent tags: trunk | |
| 10:53 | Path fix check-in: df94eabfb7 user: tangent tags: trunk | |
| 10:51 | Edit pass on the recent improvements to the OS images doc. check-in: 2dceb2d4a7 user: tangent tags: trunk | |
| 09:59 | Promoted Bill Cattey into the maintainer role in AUTHORS.md. check-in: d90226ad4a user: tangent tags: trunk | |
| 02:34 | Image fixes: Split firstboot actions appropriately into system and user: system: enable wifi. Install service overlay to make ssh easy to enable/disable. user: install pidp8i service on first boot. Document how to use the pidp8i-ssh-setup service to turn ssh on and off. Propagate rename of rpi-image-gen to os-image in documentation. Rollback rename of layer/common.yaml.in to pidp8i-common.yaml.in to avoid confusion with generic layers. Document more files in os-image/README.md check-in: 591897a390 user: poetnerd tags: trunk | |
| 01:28 | Fixup for an infrequent blow-out of parse_show_attached. check-in: 59b5ccd3eb user: poetnerd tags: trunk | |
| 01:23 | Corrected regular expression in bunny for kick case. check-in: 188fcfa6cc user: poetnerd tags: trunk | |
|
2026-04-12
| ||
| 22:47 | Setting the branch name in os-image/layer/common.yaml at configure time to match the checkout's branch name. As it was, the OS image was hard-coded to build what was on the release branch, which meant you could not test before release. check-in: d1a670753d user: tangent tags: trunk | |
| 22:25 | Renamed pidp8i-image-gen to os-image: shorter and non-redundant. check-in: e8a72bffb5 user: tangent tags: trunk | |
| 02:57 | Created image still wasn't getting compressed when placed in rpi-image-gen/work/deploy-${r} This should fix it. check-in: e99253512b user: poetnerd tags: trunk | |
| 02:20 | Compress the image we build with rpi_image_gen. check-in: ed12d315cb user: poetnerd tags: trunk | |
|
2026-04-11
| ||
| 17:17 | The 'make install' process now copies our etc/pidp8i.service file into $prefix/etc/ so that the firstboot call to 'pidp8i install' can find it. Before, it presumed the source tree was uncleaned and could find it there, but that's no longer true, for good reason. This is a better scheme regardless. check-in: c1d612ce99 user: tangent tags: trunk | |
| 07:20 | Added a "depends" file to the OS build process, making explicit our dependencies instead of calling them out in the docs, reducing the RTFM requirement. check-in: e39d0e1d9c user: tangent tags: trunk | |
| 07:15 | Merged near-duplicate build instructions from RELEASE-PROCESS.md into the actual image build process doc. check-in: 68575897bf user: tangent tags: trunk | |
| 06:44 | Removed the explicit "man" package install, as the previously added man-db marks it as a known conflict. Kept the manpages package, but alphabetized it in that section of the list. check-in: c974c1f68d user: tangent tags: trunk | |
| 02:27 | Merge trunk into release to get latest fixes and improvements check-in: 40eb16c102 user: poetnerd tags: release | |
| 02:07 | Add the man command and man pages to the image. check-in: f82dea82c5 user: poetnerd tags: trunk | |
| 02:04 | Added instruction to stop pidp8i when building on PiDP-8i hardware. Updated ChangeLog with mention of these changes. check-in: 1522ae49f8 user: poetnerd tags: trunk | |
| 00:40 | Additional robustness around calls to expect. Should eliminate python backtraces, and instead give graceful error reports. check-in: 2d6b92fb87 user: poetnerd tags: trunk | |
|
2026-04-10
| ||
| 15:04 | Yet another attempt to get the bunny test to succeed always. "This time for sure!" check-in: e36acee74d user: poetnerd tags: trunk | |
| 14:55 | Fixed the problem with timeouts experienced building on the Pi3 platform. It really was a "didn't wait long enough" problem. Timeout constant doubled from 10 to 20 seconds. Also quieted the additional debugging for the incorrect failure theory. check-in: 1e50251549 user: poetnerd tags: trunk | |
| 04:39 | IMPORTANT fix to release creation: Do NOT install dhcpcd. It creates a second DHCP client and makes networking crazy! check-in: 1a362f2657 user: poetnerd tags: trunk | |
|
2026-04-09
| ||
| 16:18 | When expect gets eof or timeout, always give more detais. check-in: b9b66a3a49 user: poetnerd tags: trunk | |
| 06:37 | Finally gave os8script the debugging it needs! Now shows script file on every line of output! Also reports mounts and unmounts so we can look for race conditions in parallel make. check-in: 83d3316333 user: poetnerd tags: trunk | |
|
2026-04-07
| ||
| 08:22 | Cherrypicked a few changes made on the release branch onto trunk, where they should have been made. check-in: d1b17e3a0f user: tangent tags: trunk | |
| 08:20 | Nuked the hardware keyswitch idea. It never went anywhere, and the wiki article describing it is gone now. check-in: 5d2fe92af5 user: tangent tags: trunk | |
| 07:29 | Simplified the installation of deeper.service, and using the installed version of the binary, not the source tree one. check-in: a4cf33c4e5 user: tangent tags: release | |
| 07:24 | Added a Deeper Thought systemd unit file check-in: 05b77ee96d user: tangent tags: release | |
| 06:03 | Second try at cleaning the build tree after installing during the binary OS image build process, to avoid shipping unnecessary binaries. check-in: 30bc9659d6 user: tangent tags: trunk | |
| 05:24 | Added commands 'man' and 'file' to the OS image, the last of the things specified by POSIX that we feel strongly about having everywhere. check-in: ee9ed5f9a5 user: tangent tags: trunk | |
| 02:52 | Improved error diagnostics in simh.py and os8-script.py os8_pip_to and os8_pip_from now say what they're operating on when they fail. Trying out adding pexpect.TIMEOUT and pexpect.EOF as listed results. Should cut back on the number of tracebacks. check-in: ee833bae11 user: poetnerd tags: trunk | |
|
2026-04-06
| ||
| 12:05 | Added less and vim to the binary image check-in: 58981e6148 user: tangent tags: trunk | |
| 12:05 | Added a 'make clean' step after 'make install' for the new image mechanism so we don't pack up and distribute uninstalled binaries easily recreated. check-in: 0542416503 user: tangent tags: trunk | |
| 11:45 | Variable reference fix in the new rpi-image-gen docs check-in: f93b66af89 user: tangent tags: trunk | |
| 09:03 | Added the TMPDIR tip, needed on my CM5 build box, with "only" two gigs of RAM. check-in: 592be29a7d user: tangent tags: trunk | |
|
2026-04-05
| ||
| 23:07 | Switched from the zstd sparse image to an xz-compressed full image, which both Raspberry Pi Imager and Balena Etcher appear to like. check-in: 6e73cace9b user: tangent tags: trunk | |
| 21:38 | Edit pass on the new release docs after following them here and adjusting to suit. Added a "Deployment" section as a result of a successful run. check-in: de1ab81f88 user: tangent tags: trunk | |
| 19:06 | Dropped the "fossil open URI" method from the contribution doc, and stripped the Git-like alternative down to a mere mention. We want the doc to focus on what we actually recommend, the classic method allowing multiple checkout directories. check-in: 0e07603525 user: tangent tags: trunk | |
| 18:26 | Whitespace fix to previous check-in: 790285d3a2 user: tangent tags: trunk | |
| 18:25 | Moved the rsync tip referring to ~/pidp8i-image-gen from the "prerequisites" section of the release process doc — where it hasn't even been created yet — to a trailing hint for those iterating on the following "Build the Image" section. Also shortened the command. check-in: ecbac5af55 user: tangent tags: trunk | |
| 17:13 | Pull in latest RELEASE_PROCESS.md, and updated tools for release creation from trunk. check-in: b681f9469e user: poetnerd tags: release | |
| 17:11 | Update tools/publish-os8 to include ock rk05 images, and image-gen to pull from release branch. check-in: 3fd9df019b user: poetnerd tags: trunk | |
| 04:19 | Save the file and THEN commit the needed text. check-in: 397b300623 user: poetnerd tags: trunk | |
| 04:07 | Merged trunk changes for v20260405 into release branch check-in: 007bd98bfa user: poetnerd tags: release, v20260405 | |
| 03:56 | Add src/uwfocal/*.TX to binary-glob; update RELEASE-PROCESS.md with release procedure hard-won experience check-in: adbe2179bb user: poetnerd tags: trunk | |
| 03:47 | Manual merge of trunk into release to clean up failed mkrel attempt; use make release going forward check-in: 5852fd0f08 user: poetnerd tags: release | |