Distribution-independent installer framework
Go to file
Philip Müller 85ba10ef5b Release v3.2.60
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCAAdFiEESUdADzdGoDiQC7F4Mo10LYgHpDUFAmKvKNYACgkQMo10LYgH
 pDXXowv+PXVFHJjW2q7EiQcBlN9K+9wjFkhJ6F/FDXN86mfMQ7ZZTlF+5fhmxcXJ
 GiqHCTb1QprEttuzDAslbtUCF7raqkAK8kYm/NqKTvWQy+PjpMms1NPRq0Pij/Aj
 qmddlaVTpRVvvvuli4x7pTOvHiCoLxBbIPP4bKlwbnu/4uK9PZwbrxjibybVN9hr
 b5gEpygP097UlMyGuDBvhwr40k0UI/3VEQQSoLjuvKarlvIaXfibZ2jg6FbLTXKg
 i36ouHEul9GjEMoTAAZOwh9I9pu1d8clVClg3J7PFm554b7Psvr8C9MoFBf1i0hd
 tJBYwmfpblvkQykLFpfmLKAtMhADvj8qfWEtsCqo63feBuICVPHv3U//7IHhHqhN
 4OObOiaXsPJ+8DYYiPsazGI9j9P0BD370XrB6Fe/xFFL8168pw258AcOLXvgSGlj
 tq5lIgdfAZjIx4WzixitBr2sDmbNFp/B+8wnoOx50oT+anRqVd7HrmSA25UM/678
 8YP+s6IG
 =FNbY
 -----END PGP SIGNATURE-----

Merge tag 'v3.2.60' of https://github.com/calamares/calamares into 3.2.x-stable

Release v3.2.60
2022-06-19 20:39:31 +02:00
.github CI: on 3.2 branch, check for 3.2 branch 2022-06-19 12:43:12 +02:00
.reuse REUSE: the CI actions are uninteresting 2021-03-09 13:52:13 +01:00
.tx REUSE: administrative and repo-meta files 2020-08-26 02:22:49 +02:00
3rdparty [3rdparty] Warnings-- (override) in KDSAG 2020-09-22 22:37:19 +02:00
ci CI: allow no-testing on the release tarball 2022-05-21 13:27:22 +02:00
CMakeModules CMake: if pylint is available, run it as part of the test-suite 2021-09-27 21:02:18 +02:00
data Merge branch 'calamares' of https://github.com/calamares/calamares into development 2021-12-04 10:48:56 +01:00
lang i18n: [python] Automatic merge of Transifex translations 2022-06-17 22:20:17 +02:00
LICENSES REUSE: LICENSES/ files 2020-08-26 01:06:55 +02:00
man Changes: update Calamares manpage 2020-09-29 16:41:57 +02:00
src Release v3.2.60 2022-06-19 20:39:31 +02:00
.clang-format CI: demand clang-format 12 or 13 2022-02-01 16:23:39 +01:00
.editorconfig REUSE: administrative and repo-meta files 2020-08-26 02:22:49 +02:00
.git-blame-ignore-revs Git: update blame-ignore 2022-05-18 12:45:32 +02:00
.gitattributes REUSE: administrative and repo-meta files 2020-08-26 02:22:49 +02:00
.gitignore CI: adjust to clang-format-10 automatically 2020-09-21 16:15:51 +02:00
.gitmodules Remove libcrashreporter-qt more thoroughly 2017-09-13 08:47:07 -04:00
.travis.yml refactor: move ci-config into workflow 2021-01-25 00:51:09 +01:00
AUTHORS Changes: update the AUTHORS list (probably still incomplete) 2022-05-29 00:28:49 +02:00
calamares.desktop i18n: [desktop] Automatic merge of Transifex translations 2022-03-29 00:27:36 +02:00
calamares.desktop.in [calamares] Change .desktop invocation 2021-03-15 10:25:25 +01:00
CalamaresConfig.cmake.in CMake: find YAMLCPP when asked to find Calamares 2021-07-23 17:37:12 +02:00
CHANGES-3.2 Changes: post-release housekeeping 2022-05-29 17:13:02 +02:00
cmake_uninstall.cmake.in REUSE: administrative and repo-meta files 2020-08-26 02:22:49 +02:00
CMakeLists.txt i18n: update language lists, welcome back Uzbek 2022-06-17 23:29:55 +02:00
com.github.calamares.calamares.policy REUSE: administrative and repo-meta files 2020-08-26 02:22:49 +02:00
CONTRIBUTING.md Docs: do not use freenode 2021-06-15 11:29:49 +02:00
io.calamares.calamares.appdata.xml REUSE: administrative and repo-meta files 2020-08-26 02:22:49 +02:00
README.md Docs: suggest IRC for non-account chat 2022-05-17 11:01:06 +02:00
settings.conf Merge branch 'calamares' of https://github.com/calamares/calamares into development 2021-11-24 11:53:45 +01:00

Calamares: Distribution-Independent Installer Framework


Current issue GitHub release GitHub Build Status GitHub license

Report a Bug Translate Contribute Matrix: #calamares:kde.org IRC: Libera.Chat #calamares Wiki

Calamares is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. Calamares is designed to be customizable by distribution maintainers without need for cumbersome patching, thanks to third party branding and external modules support.

Target Audience

Calamares is a Linux installer; users who install Linux on a computer will hopefully use it just once, to install their Linux distribution. Calamares is not a "ready to use" application: distributions apply a huge amount of customisation and configuration to Calamares, and the target audience for this repository is those distributions, and the people who make those Linux distro's.

Calamares has some generic user documentation for end-users, but most of what we have is for distro developers.

Getting Calamares

Clone Calamares from GitHub. The default branch is called calamares.

git clone https://github.com/calamares/calamares.git

Calamares is a KDE-Frameworks and Qt-based, C++17, CMake-built application. The dependencies are explained in CONTRIBUTING.md.

Contributing to Calamares

Calamares welcomes PRs. New issues are welcome, too. There are both the Calamares core repository (this one), and an extensions repository (Calamares extensions).

Contributions to code, modules, documentation, the wiki and the website are all welcome. There is more information in the CONTRIBUTING.md file.

Join the Conversation

GitHub Issues are one place for discussing Calamares if there are concrete problems or a new feature to discuss.

Regular Calamares development chit-chat happens in a Matrix room, #calamares:kde.org. The conversation is bridged with IRC on Libera.Chat. Responsiveness is best during the day in Europe, but feel free to idle. If you use IRC, DO NOT ask-and-leave. Keep that chat window open because it can easily take a few hours for someone to notice a message. Matrix is persistent, and we'll see your message eventually.

  • Join us on Matrix (needs a Matrix account)
  • Chat on IRC (IRC supports guest accounts)