diff --git a/README.md b/README.md index ddea1dc..dc95f2e 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,20 @@ How to use locally: cd ring0_submodules git submodule init git submodule update + # fetch config from Factory + ./getconfig # make sure to use some parallel jobs 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 + - fork the package on gitea - git submodule set-url foo ../foo.git - cd foo; git checkout -b mine