Skip to content

Commit 920688a

Browse files
authored
docs: Update references from Shannon to Polaris (#670)
1 parent d23376d commit 920688a

File tree

5 files changed

+8
-23
lines changed

5 files changed

+8
-23
lines changed

docs/packaging/procedures/release-processes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ This post is intended as both information to users, and guidelines for developer
99

1010
## Repository staging
1111

12-
All package builds for Solus, updates or otherwise, will always enter the `unstable` repository first. Consequently, all Solus developers and contributors should ensure `solbuild` is configured to use the unstable target. As and when the weekly stabilization efforts have completed, the `unstable` repository will be pulled into `shannon`, the stable target.
12+
All package builds for Solus, updates or otherwise, will always enter the `unstable` repository first. Consequently, all Solus developers and contributors should ensure `solbuild` is configured to use the unstable target. As and when the weekly stabilization efforts have completed, the `unstable` repository will be pulled into `polaris`, the stable target.
1313

14-
This effectively means that `shannon` is a rolling snapshot of `unstable`. Note that the weekly sync will not make each repository match identically - the **tip** of every package in `unstable` will be merged into `shannon`. This ensures that the `shannon` update path is cost-efficient in terms of package availability, and that the delta packages provided on `shannon` match the true update path for those users. Lastly, this also ensures that there are no unintended packages arriving in shannon from older builds.
14+
This effectively means that `polaris` is a rolling snapshot of `unstable`. Note that the weekly sync will not make each repository match identically - the **tip** of every package in `unstable` will be merged into `polaris`. This ensures that the `polaris` update path is cost-efficient in terms of package availability, and that the delta packages provided on `polaris` match the true update path for those users. Lastly, this also ensures that there are no unintended packages arriving in Polaris from older builds.
1515

16-
Solus installations always default to the `shannon` repository, making shannon the published distribution, and `unstable` the development distribution.
16+
Solus installations always default to the `polaris` repository, making Polaris the published distribution, and `unstable` the development distribution.
1717

1818
## Weekly Sync - Every Friday
1919

2020
At minimum there shall be one sync per week - this will always be on a Friday. As a result, users are never more than a few days away from unstable. This allows packagers to make deeper changes to Solus and still have time to stabilize the repository before releasing changes on the Friday.
2121

2222
Given the high volume of changes within Solus in any sync window, the Friday sync should be viewed more as a release than a simple sync. All developers and contributors should try their best to ensure that their changes do not introduce regressions, and that existing update paths are **always respected**.
2323

24-
Minor syncs during the week, and correctional syncs shortly after the Friday-sync, are permitted assuming they do not introduce breaking changes to shannon. These may include minor packaging changes, security updates, etc.
24+
Minor syncs during the week, and correctional syncs shortly after the Friday-sync, are permitted assuming they do not introduce breaking changes to polaris. These may include minor packaging changes, security updates, etc.
2525

2626
## Package deprecation
2727

docs/user/package-management/repo-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ summary: Repository Management
55

66
# Repository management
77

8-
Solus offers two main software sources: stable (shannon) and unstable. The `eopkg` package manager can use multiple sources on your system, which is helpful if you use a source provided by another vendor.
8+
Solus offers two main software sources: Polaris (stable) and Unstable. The `eopkg` package manager can use multiple sources on your system, which is helpful if you use a source provided by another vendor.
99

1010
## Official repositories
1111

1212
The official Solus repositories are:
1313

1414
| Repository | URL | Notes |
1515
| ---------------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
16-
| Stable (shannon) | `https://cdn.getsol.us/repo/shannon/eopkg-index.xml.xz` | Default software source. |
16+
| Polaris (Stable) | `https://cdn.getsol.us/repo/polaris/eopkg-index.xml.xz` | Default software source. |
1717
| Unstable | `https://cdn.getsol.us/repo/unstable/eopkg-index.xml.xz` | Only use this source if build Solus packages or you test new software before it moves to the stable source. |
1818

1919
:::danger

docs/user/quick-start/software-center/index.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
-76.3 KB
Binary file not shown.

docs/user/software/development/postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Because PostgreSQL is included as a single package, the only way to perform a ma
3838
1. If you have already updated PostgreSQL, downgrade PostgreSQL back to 16.4:
3939

4040
```bash
41-
sudo eopkg it https://cdn.getsol.us/repo/shannon/p/postgresql/postgresql-16.4-51-1-x86_64.eopkg \
42-
https://cdn.getsol.us/repo/shannon/p/postgresql/postgresql-libpq-16.4-51-1-x86_64.eopkg
41+
sudo eopkg it https://cdn.getsol.us/repo/polaris/p/postgresql/postgresql-16.4-51-1-x86_64.eopkg \
42+
https://cdn.getsol.us/repo/polaris/p/postgresql/postgresql-libpq-16.4-51-1-x86_64.eopkg
4343
```
4444

4545
2. (Re)start PostgreSQL:

0 commit comments

Comments
 (0)