qubes-builder-alpine/README.md

28 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-08-26 21:19:27 +00:00
# qubes-builder-alpine
Upstream: https://lab.ilot.io/ayakael/qubes-builder-alpine
## Description
This repository contains an implementation of a template builder for Alpine
Linux for usage by qubes-builder. Packages are pulled from a community repo
and packaged in an RPM that is installable by QubesOS.
### Current state
Alpine Linux as a QubesOS template is still a work and progress. It is highly
encouraged to make bug reports.
2023-08-27 16:55:19 +00:00
### Known issues
Known issues are tracked on the upstream GitLab instance.
2023-08-26 21:19:27 +00:00
#### Issues, recommendations and proposals
**To report an issue or share a recommendation**
Go [here](https://gitlab.alpinelinux.org/ayakael/qubes-builder-alpine/-/issues)
**To make a merge request**
* Fork the repo from Alpine's GitLab [here](https://gitlab.alpinelinux.org/ayakael/qubes-builder-alpine)
* Clone your fork locally. (`git clone $repo`)
* Make a branch with a descriptive name (`git checkout -b $descriptivename`)
* Make the changes you want to see in the world, commit, and push to the GitLab's remote repo
* Request a merge [here](https://gitlab.alpinelinux.org/ayakael/qubes-builder-alpine/-/merge_requests)