From e0ef83f320b967ca9e5beef5d4ac538c8bb222ac Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Thu, 27 Oct 2022 15:51:08 +0200 Subject: [PATCH] update --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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