document local rebuild method

Transitive rebuilding of the bootstrap cycle is buggy. So use local
build mode and trigger all packages instead
This commit is contained in:
Ludwig Nussel 2022-10-27 16:04:48 +02:00
parent 316633ac5b
commit 112014a77d

View File

@ -16,7 +16,7 @@ How to use locally:
# disable remote repo # disable remote repo
./removerepo ./removerepo
# rebuild the whole thing only with local packages # rebuild the whole thing only with local packages
pbuild --buildjobs=XXX --jobs=YYY --root=/space --vm-memory=8192 --vm-disk-size=32768 pbuild --buildjobs=XXX --jobs=YYY --root=/space --buildtrigger=local --rebuild=all --vm-memory=8192 --vm-disk-size=32768
## how to add local changes to packages ## how to add local changes to packages