This commit is contained in:
Ludwig Nussel 2022-10-27 15:51:08 +02:00
parent 119b9f4a8c
commit e0ef83f320

View File

@ -9,13 +9,20 @@ How to use locally:
cd ring0_submodules cd ring0_submodules
git submodule init git submodule init
git submodule update git submodule update
# fetch config from Factory
./getconfig
# make sure to use some parallel jobs # make sure to use some parallel jobs
pbuild --buildjobs=XXX --jobs=YYY --root=/space --buildtrigger=local --vm-memory=8192 --vm-disk-size=32768 pbuild --buildjobs=XXX --jobs=YYY --root=/space --buildtrigger=local --vm-memory=8192 --vm-disk-size=32768
# disable remote repo
./removerepo
# rebuild the whole thing only with local packages
pbuild --buildjobs=XXX --jobs=YYY --root=/space --vm-memory=8192 --vm-disk-size=32768
## local changes ## how to add local changes to packages
to apply local changes to specific packages to apply local changes to specific packages
- fork the package on gitea - fork the package on gitea
- git submodule set-url foo ../foo.git - git submodule set-url foo ../foo.git
- cd foo; git checkout -b mine - cd foo; git checkout -b mine