mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-19 22:19:24 -04:00
ea7ca55cd26c959e692dae83b4bed894f0fb7683
mkosi already provides us with a nice default directory it puts artifacts in called `mkosi.output` if `--output-directory` isn't explicitly set. For some reason, it _is_ explicitly set to `.`, so it puts them in the source tree itself which pollutes it and gets messy real quick. After build, the contents of the source tree are now ``` drwxrwxrwx 1 root root 100 Dec 15 15:18 .git -rw-rw-rw- 1 root root 226 Dec 15 15:18 .gitignore -rw-rw-rw- 1 root root 1.1K Dec 15 15:18 .gitlab-ci.yml drwxrwxrwx 1 root root 370 Dec 15 15:18 LICENSES -rw-rw-rw- 1 root root 337 Dec 15 15:18 README.md -rw-rw-rw- 1 root root 128 Dec 15 15:18 REUSE.toml -rwxrwxrwx 1 root root 824 Dec 15 15:18 addons.sh -rwxrwxrwx 1 root root 1.7K Dec 15 15:18 bootstrap.sh -rwxrwxrwx 1 root root 6.1K Dec 15 15:18 build.sh -rwxrwxrwx 1 root root 2.9K Dec 15 15:18 build_docker.sh -rwxrwxrwx 1 root root 427 Dec 15 15:18 in_docker.sh drwxrwxrwx 1 root root 96 Dec 15 15:25 kde-linux.cache drwxrwxrwx 1 root root 20 Dec 15 15:18 mkosi.cache -rw-rw-rw- 1 root root 1.8K Dec 15 15:18 mkosi.conf drwxrwxrwx 1 root root 420 Dec 15 15:18 mkosi.conf.d drwxrwxrwx 1 root root 20 Dec 15 15:18 mkosi.extra -rwxrwxrwx 1 root root 3.6K Dec 15 15:18 mkosi.finalize.chroot drwxr-xr-x 1 root root 500 Dec 15 15:37 mkosi.output -rwxrwxrwx 1 root root 5.2K Dec 15 15:18 mkosi.postinst.chroot -rwxrwxrwx 1 root root 1.3K Dec 15 15:18 mkosi.prepare.chroot drwxrwxrwx 1 root root 46 Dec 15 15:18 mkosi.repart drwxrwxrwx 1 root root 6 Dec 15 15:18 mkosi.skeleton -rwxrwxrwx 1 root root 742 Dec 15 15:18 permission-fix.sh drwxrwxrwx 1 root root 30 Dec 15 15:18 strip -rwxrwxrwx 1 root root 1.4K Dec 15 15:18 torrent-create.rb -rwxrwxrwx 1 root root 796 Dec 15 15:18 update.sh drwxrwxrwx 1 root root 94 Dec 15 15:18 upload-vacuum -rwxrwxrwx 1 root root 1.6K Dec 15 15:18 upload.sh ``` And the contents of `mkosi.output` are ``` drwxr-xr-x 1 root root 206 Dec 15 15:28 kde-linux_202412151518 -rw-r--r-- 1 root root 173M Dec 15 15:25 kde-linux_202412151518.efi -rw-r--r-- 1 root root 5.2G Dec 15 15:36 kde-linux_202412151518.raw -rw------- 1 root root 55K Dec 15 15:37 kde-linux_202412151518.torrent -rw-r--r-- 1 root root 14M Dec 15 15:25 kde-linux_202412151518.vmlinuz -rw-r--r-- 1 root root 1.6G Dec 15 15:23 kde-linux_202412151518_debug-x86-64.tar.zst -rw-r--r-- 1 root root 173M Dec 15 15:24 kde-linux_202412151518_live.efi -rw-r--r-- 1 root root 3.0G Dec 15 15:36 kde-linux_202412151518_root-x86-64.tar.zst ```
This is the repository for the KDE Linux project. Please consult the wiki for further information
https://community.kde.org/KDE_Linux
For installation details see the Installation section
Description
Languages
Shell
51.6%
Go
25.2%
Python
7.7%
Rust
7.5%
QML
5.6%
Other
2.4%