Add intro for Builder v2

This commit is contained in:
Marta Marczykowska-Górecka 2024-07-02 16:37:26 +02:00
parent 941ef46054
commit 06e37e444b
No known key found for this signature in database
GPG key ID: 9A752C30B26FD04B
8 changed files with 192 additions and 43 deletions

View file

@ -205,9 +205,10 @@ pushd ${HOME}/builder >/dev/null
# the following are needed only if you have sources outside builder
#rm -rf qubes-src/core-admin
#make COMPONENTS=core-admin get-sources
#qb -c core-admin package fetch
make core-admin
qb -c core-admin -d host-fc41 prep build
# update your dom0 fedora distribution as appropriate
qtb-install qubes-src/core-admin/rpm/x86_64/qubes-core-dom0-*.rpm
qtb-runtests
```