Documentation: update more references to the forge

This commit is contained in:
Adriaan de Groot
2025-04-15 14:51:03 +02:00
parent fefbb28cc0
commit f8f50cbb60
4 changed files with 13 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ rules of decent behavior in both communities are pretty much the same).
## Join the Conversation
GitHub Issues are **one** place for discussing Calamares if there are concrete
Issues are **one** place for discussing Calamares if there are concrete
problems or a new feature to discuss.
Issues are not a help channel.
Visit Matrix for help with configuration or compilation.

View File

@@ -6,13 +6,12 @@
---------
[![Current issue](https://img.shields.io/badge/issue-in_progress-FE9B48)](https://codeberg.org/Calamares/calamares/labels/hacking%3A%20in-progress)
[![GitHub release](https://img.shields.io/github/release/calamares/calamares.svg)](https://codeberg.org/Calamares/calamares/releases)
[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/calamares/calamares/push.yml)](https://codeberg.org/Calamares/calamares/actions?query=workflow%3Aci)
[![GitHub license](https://img.shields.io/badge/license-Multiple-green)](https://codeberg.org/Calamares/calamares/tree/calamares/LICENSES)
[![Releases](https://img.shields.io/github/release/calamares/calamares.svg)](https://codeberg.org/Calamares/calamares/releases)
[![License](https://img.shields.io/badge/license-Multiple-green)](https://codeberg.org/Calamares/calamares/tree/calamares/LICENSES)
| [Report a Bug](https://codeberg.org/Calamares/calamares/issues/new) | [Translate](https://app.transifex.com/calamares/calamares/) | [Contribute](CONTRIBUTING.md) | [Chat on Matrix: #calamares:kde.org](https://webchat.kde.org/#/room/%23calamares:kde.org) | [Wiki](https://codeberg.org/Calamares/calamares/wiki) |
|:--:|:--:|:--:|:--:|:--:|
| [Report a Bug](https://codeberg.org/Calamares/calamares/issues/new) | [Translate](https://app.transifex.com/calamares/calamares/) | [Contribute](CONTRIBUTING.md) | [Chat on Matrix: #calamares:kde.org](https://webchat.kde.org/#/room/%23calamares:kde.org)
|:--:|:--:|:--:|:--:|
> Calamares is a distribution-independent system installer, with an advanced partitioning
@@ -33,7 +32,7 @@ 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*.
Clone Calamares from Codeberg. The default branch is called *calamares*.
```
git clone https://codeberg.org/Calamares/calamares.git
@@ -53,7 +52,7 @@ There is more information in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## Join the Conversation
GitHub Issues are **one** place for discussing Calamares if there are concrete
Issues are **one** place for discussing Calamares if there are concrete
problems or a new feature to discuss.
Issues are not a help channel.
Visit Matrix for help with configuration or compilation.

View File

@@ -72,10 +72,10 @@
Follow the instructions printed by the release script.
* Push the tags.
* Create a new release on GitHub.
* Create a new release on Codeberg.
* Upload tarball and signature.
* Publish release article on `calamares.io`.
* Close associated milestone on GitHub if it's entirely done.
* Close associated milestone if it's entirely done.
* Update topic on `#calamares:kde.org` Matrix channel.
## (4) Post-Release
@@ -125,7 +125,7 @@ ssb rsa3072/0xCFDDC96F12B1915C
but be careful.
- Export the public key material with `gpg --export --armor <keyid>`,
possibly also setting an output file.
- Upload that public key to the relevant GitHub profile.
- Upload that public key to the relevant Codeberg profile.
- Upload that public key to the Calamares site.
## Placeholder Release Notes

View File

@@ -87,7 +87,9 @@ esac
#
#
BUILDDIR=$(mktemp -d ./cala-tmp-XXXXXX)
KEY_ID="328D742D8807A435"
# This is the signing key ID associated with the the maintainer Adriaan de Groot,
# which is used to create all "verified" tags in the Calamares repo.
KEY_ID="55734316C0AE465B"
# Try to make gpg cache the signing key, so we can leave the process
# to run and sign.
@@ -144,8 +146,6 @@ fi
### Create signed tag
#
# This is the signing key ID associated with the GitHub account adriaandegroot,
# which is used to create all "verified" tags in the Calamares repo.
git tag -u "$KEY_ID" -m "Release v$V" "v$V" || { echo "Could not sign tag v$V." ; exit 1 ; }
### Create the tarball