Distribution-independent installer framework
Go to file
Philip Müller 786da4cdf7 Release v3.2.61
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCAAdFiEESUdADzdGoDiQC7F4Mo10LYgHpDUFAmMGf4UACgkQMo10LYgH
 pDVTdQwAu1DL/yO0gMUFK2caPK2a5UDc8Md7DCCblgt3wNTQHxwNlfFUuf/1YycO
 EQELBDscS+Nqwqp9zNaRYG9jwSTqzKb74WC/X97TgZQp/qr7g5WlyKP4kJ99SkiI
 Q36J1Yb4wK40u96jdQ72K8+meQ2UMmRKNCANfqeXfNYzyd7EYYxqZZ9unaCFBhJA
 zU7mHe6At/ymtV7GVcNf2iZgpzMPWBKnIbL78JDODYdAs/sIflnheSvYo8+zrrd2
 tD/eHwL1pk/1a7qw/oV3NZ1grizxBbw5RG+lRSswWsUQtSL+tihwE/lL7nJv5+J/
 pGuqQwVC3IHYw6VOlkR54NiaugJmn2TDeNnYHoqCkanxFCSiFIMNJMb/vMo+fnMa
 UK5S7C0RXUAhef08fusNYBgxTOseNFOiZCNXs0itgkPmyrfui3nNZOSQbIMREGZM
 zIIOhWQ6Na7OSSqRenFIFpKkzFzU478ggzV7vzqi/XRi7x3QI+e1wml21ujiI7h8
 ukmCIHWa
 =wDuQ
 -----END PGP SIGNATURE-----

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

Release v3.2.61
2022-08-25 16:11:42 +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: import abi-checking script (with a suitable 3.2 base version) 2022-08-23 15:36:53 +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-08-23 11:43:39 +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.61 2022-08-25 16:11:42 +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-07-31 15:17:17 +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: pre-release housekeeping 2022-08-24 21:31:53 +02:00
cmake_uninstall.cmake.in REUSE: administrative and repo-meta files 2020-08-26 02:22:49 +02:00
CMakeLists.txt Changes: post-release housekeeping 2022-06-19 16:01:34 +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)