2022-10-25 11:47:18 +02:00
|
|
|
# openSUSE Factory Ring 0 in git
|
|
|
|
|
|
|
|
This project links all ring0 packages from gitea as submodules
|
|
|
|
|
|
|
|
How to use locally:
|
|
|
|
|
|
|
|
zypper in git-lfs git-core build
|
|
|
|
git clone gitea@gitea.opensuse.org:lnussel/ring0_submodules.git
|
|
|
|
cd ring0_submodules
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
2022-10-27 15:17:19 +02:00
|
|
|
# make sure to use some parallel jobs
|
|
|
|
pbuild --buildjobs=XXX --jobs=YYY --root=/space --buildtrigger=local --vm-memory=8192 --vm-disk-size=32768
|