[kde-linux/kde-linux] /: Use KDE's Calamares mirror
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7cd0ca992c1432cc16c09445b5b3f3ca9df05074 by Nate Graham. Committed on 09/08/2026 at 11:52. Pushed by ngraham into branch 'master'. Use KDE's Calamares mirror Related to #241 M +1 -5 mkosi.postinst.chroot https://invent.kde.org/kde-linux/kde-linux/-/commit/7cd0ca992c1432cc16c09445b5b3f3ca9df05074 diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index ccac34ba..42894309 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -34,11 +34,7 @@ rm -rf /usr/share/swcatalog # Calamares cd /tmp -# We're building Calamares from master, due to https://codeberg.org/Calamares/calamares/pulls/2470 not being in a release yet. -# It can be switched back to build from the latest release once a new release is cut that includes that PR. -#LATEST_RELEASE=$(curl -s "https://codeberg.org/api/v1/repos/Calamares/calamares/releases" | jq -r '.[0].tag_name') -#git clone --branch "$LATEST_RELEASE" --depth 1 https://codeberg.org/Calamares/calamares.git -git clone --depth 1 https://git.mirror.kde-linux.haraldsitter.eu/codeberg.org/git/calamares.git +git clone --depth 1 https://invent.kde.org/mirrors/calamares.git cmake -S calamares -B calamares/build -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DWITH_QT6=ON cmake --build calamares/build "-j$(nproc)" DESTDIR=/live/ cmake --install calamares/build