summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-07-29Switch to execution in QEMU virtual machinexengineering
This ensures that the build environment is exactly the same. Furthermore security risks for the host are minimized.
2024-07-28Re-introduce password setting in VM preparationxengineering
This is useful to log into the VM manually e.g. for package updates.
2024-07-28Switch to SSH keys instead of passwordsxengineering
This is better for automation and security (which of course is only a thing if the default key is not used).
2024-07-21Document how to log into the guest VM with SSHxengineering
2024-07-21Document how to run the VM for buildsxengineering
This includes: - read-only / snapshot mode - port forwarding guest 22 to host 9999 - internet access - no visual display, serial only
2024-07-20Add missing git package to install listxengineering
2024-07-20Enable SSH daemon in guest VM and allow root loginxengineering
The guest VM should be accessible via SSH.
2024-07-20Document how to build an Arch Linux Guest VMxengineering
This is important to document how the guest VM is built since the image will not be committed.
2024-07-20Drop Git hook logicxengineering
This might be re-used later but the new goal is to make craft an independent build automation tool or service which might be called by a later provided git hook. Nevertheless the primary target for now is to build something which executes a build based on a repository reference but not triggered by a Git hook.
2024-07-05README: Add build and usage documentationxengineering
2023-09-02Add README.md with brief project descriptionxengineering