[kde-linux/kde-linux] /: Build Calamares from Harald's Mirror instead
Hadi Chokr <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4a1d037d640acd741f23fc7642b6824f8cbd38cc by Hadi Chokr. Committed on 31/07/2026 at 18:47. Pushed by silverhadch into branch 'master'. Build Calamares from Harald's Mirror instead M +1 -1 mkosi.postinst.chroot https://invent.kde.org/kde-linux/kde-linux/-/commit/4a1d037d640acd741f23fc7642b6824f8cbd38cc diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index 8e59ceb1..898b8aee 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -38,7 +38,7 @@ cd /tmp # 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://codeberg.org/Calamares/calamares.git +git clone --depth 1 https://git.mirror.kde-linux.haraldsitter.eu/codeberg.org/git/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