[needs action] Split deps project repository layout change
Dmitry Kazakov
dimula73 at gmail.com
Sun May 12 13:56:11 BST 2024
Hi, all!
Today I have made a slight change in the repository layout in the SDP
project. If you have an active development environment, you need a do a few
steps to update to the new layout:
What has changed:
ci-utilities repository now uses 'master' branch instead of
'work/split-ci-branch' branch for all the code (the work branch has been
merged). That is, if you have this repo checked out anywhere, you need to
switch branch manually
What to do:
1) If you have an active linux-docker environment (or Android-docker
environment):
cd ./persistent/deps/krita-deps-manager/ci-utilities/
git checkout master
git pull --rebase
No rebuild, nor docker rebuild is necessary. Next time you run
./bin/bootstrap-krita-deps.sh, the correct branch will be used for fetching
deps
2) If you have a non-linux build environment, where you manually
checked-out 'ci-utilities' repository, then just switch branch in the same
manner:
cd ./krita-deps-manager/ci-utilities/
git checkout master
git pull --rebase
That's all. No Krita rebuild is necessary, since nothing has actually
changed in the dependencies themselves.
--
Dmitry Kazakov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kimageshop/attachments/20240512/bf9cb978/attachment.htm>
More information about the kimageshop
mailing list