summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-20add openrc support for osi-shell, build an openrc base imageHEADmasterLuke Shumaker
2018-08-20systemd-osi-shell: Fix exit statusLuke Shumaker
2018-08-20osi-mk: Don't bother re-running genfstab with --edit if we didn't reset FSIDLuke Shumaker
2018-08-19pull utf-8 setup in to a moduleLuke Shumaker
2018-08-18osi-mk: Add --package-file, improve help textLuke Shumaker
2018-08-18README: add sed to list of depsLuke Shumaker
2018-08-18COPYING.md: markup a bitLuke Shumaker
2018-08-18mention COPYING.AGPL.txt from COPYING.mdLuke Shumaker
2018-08-18copyright statements/identifiersLuke Shumaker
2018-08-18convert integration test log to TAPLuke Shumaker
2018-08-18fixup meson2tapLuke Shumaker
2018-08-18add a README fileLuke Shumaker
2018-08-18Generate a TAP file for the unit testsLuke Shumaker
2018-08-17Some of the tests require UTF-8.Luke Shumaker
2018-08-17TODO.md: Update unit testsLuke Shumaker
2018-08-17runtests: merge the unit logs back togetherLuke Shumaker
2018-08-17update TODO with commentsLuke Shumaker
2018-08-17runtests: Add pyparsing for unit testsLuke Shumaker
2018-08-17osi-mk.d: osi-shell: Do a proper loginLuke Shumaker
2018-08-17TODO.md: Update SKIP listLuke Shumaker
2018-08-17runtests: Run unit tests as rootLuke Shumaker
2018-08-17add TODO.mdLuke Shumaker
2018-08-17runtests: Add extended list of unit testsLuke Shumaker
2018-08-17fix the last of the integration testsLuke Shumaker
2018-08-17Make more tests passLuke Shumaker
2018-08-16runtests: Default to the last stable version, rather than masterLuke Shumaker
2018-08-16make more integration tests passLuke Shumaker
2018-08-16make more integration tests passLuke Shumaker
2018-08-16osi-shell: Allow setting qemu argsLuke Shumaker
2018-08-16get at least a few of the integration tests passingLuke Shumaker
2018-08-16osi-shell: Use VNC to hide the windowLuke Shumaker
2018-08-16runtests: Install packages as part of integration-tests.raw, not .logLuke Shumaker
2018-08-16runtests: Fixup quotingLuke Shumaker
Only in the integration-tests.log does it make a difference, though.
2018-08-16runtests: run the stock integration testsLuke Shumaker
2018-08-16osi-mk: fixLuke Shumaker
"Ignore space change" will be useful
2018-08-16runtests: ensure .log files are newer than .raw filesLuke Shumaker
2018-08-16runtests: shrink sizes of imagesLuke Shumaker
2018-08-16osi-mk: Fix option checkingLuke Shumaker
"Ignore space change" is useful for this one.
2018-08-16run osi stuff through shellcheckLuke Shumaker
Disable SC2064 because we use @Q rather than deferred expansion. The only real issue found is adding `-r` to `read` in osi-shell.
2018-08-16osi-mk: Implement --edit --sizeLuke Shumaker
2018-08-16osi-mk: Tidy arg checking, require --size for new imagesLuke Shumaker
2018-08-15runtests: TidyLuke Shumaker
- format the base.raw rule more like the other rules - drop the `script` bits to simulate a TTY, osi-shell runs things with a TTY
2018-08-15osi-mk.d: dhcpcd: Avoid TLS failuresLuke Shumaker
2018-08-15abs/: sync with abslibreLuke Shumaker
2018-08-14replace osi-run with osi-shellLuke Shumaker
2018-08-14osi-run: Fix quotingLuke Shumaker
2018-08-14osi-mount: Fixup option parsingLuke Shumaker
2018-08-14osi-mk: Changing FSID breaks a few things, fix themLuke Shumaker
2018-08-14getopt doesn't safely "roundtrip" flags with an optional argumentLuke Shumaker
2018-08-14fix error messages ${@@Q} -> ${*@Q}Luke Shumaker