{README.md,.github/*}: remove/replace references to 25.05 release

This commit is contained in:
Michael Daniels
2026-01-01 21:23:07 -05:00
parent a1f2ba5adc
commit a6ec4bf808
9 changed files with 2 additions and 23 deletions

View File

@@ -37,7 +37,6 @@ body:
- "Please select a version." - "Please select a version."
- "- Unstable (26.05)" - "- Unstable (26.05)"
- "- Stable (25.11)" - "- Stable (25.11)"
- "- Old Stable (25.05)"
default: 0 default: 0
validations: validations:
required: true required: true

View File

@@ -37,7 +37,6 @@ body:
- "Please select a version." - "Please select a version."
- "- Unstable (26.05)" - "- Unstable (26.05)"
- "- Stable (25.11)" - "- Stable (25.11)"
- "- Old Stable (25.05)"
default: 0 default: 0
validations: validations:
required: true required: true

View File

@@ -37,7 +37,6 @@ body:
- "Please select a version." - "Please select a version."
- "- Unstable (26.05)" - "- Unstable (26.05)"
- "- Stable (25.11)" - "- Stable (25.11)"
- "- Old Stable (25.05)"
default: 0 default: 0
validations: validations:
required: true required: true

View File

@@ -39,7 +39,6 @@ body:
- "Please select a version." - "Please select a version."
- "- Unstable (26.05)" - "- Unstable (26.05)"
- "- Stable (25.11)" - "- Stable (25.11)"
- "- Old Stable (25.05)"
default: 0 default: 0
validations: validations:
required: true required: true

View File

@@ -39,7 +39,6 @@ body:
- "Please select a version." - "Please select a version."
- "- Unstable (26.05)" - "- Unstable (26.05)"
- "- Stable (25.11)" - "- Stable (25.11)"
- "- Old Stable (25.05)"
default: 0 default: 0
validations: validations:
required: true required: true

View File

@@ -37,7 +37,6 @@ body:
- "Please select a version." - "Please select a version."
- "- Unstable (26.05)" - "- Unstable (26.05)"
- "- Stable (25.11)" - "- Stable (25.11)"
- "- Old Stable (25.05)"
default: 0 default: 0
validations: validations:
required: true required: true

View File

@@ -22,17 +22,6 @@
- doc/**/* - doc/**/*
- nixos/doc/**/* - nixos/doc/**/*
"backport release-25.05":
- all:
- changed-files:
- any-glob-to-any-file:
- .github/actions/*
- .github/workflows/*
- .github/labeler*.yml
- ci/**/*.*
- maintainers/github-teams.json
- base-branch: ['master']
"backport release-25.11": "backport release-25.11":
- all: - all:
- changed-files: - changed-files:

View File

@@ -31,10 +31,6 @@ jobs:
max-parallel: 1 max-parallel: 1
matrix: matrix:
pairs: pairs:
- from: release-25.05
into: staging-next-25.05
- from: staging-next-25.05
into: staging-25.05
- from: release-25.11 - from: release-25.11
into: staging-next-25.11 into: staging-next-25.11
- from: staging-next-25.11 - from: staging-next-25.11

View File

@@ -47,9 +47,9 @@ Here are some of the main ones:
Nixpkgs and NixOS are built and tested by our continuous integration system, [Hydra](https://hydra.nixos.org/). Nixpkgs and NixOS are built and tested by our continuous integration system, [Hydra](https://hydra.nixos.org/).
* [Continuous package builds for unstable/master](https://hydra.nixos.org/jobset/nixos/trunk-combined) * [Continuous package builds for unstable/master](https://hydra.nixos.org/jobset/nixos/trunk-combined)
* [Continuous package builds for the NixOS 25.05 release](https://hydra.nixos.org/jobset/nixos/release-25.05) * [Continuous package builds for the NixOS 25.11 release](https://hydra.nixos.org/jobset/nixos/release-25.11)
* [Tests for unstable/master](https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents) * [Tests for unstable/master](https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents)
* [Tests for the NixOS 25.05 release](https://hydra.nixos.org/job/nixos/release-25.05/tested#tabs-constituents) * [Tests for the NixOS 25.11 release](https://hydra.nixos.org/job/nixos/release-25.11/tested#tabs-constituents)
Artifacts successfully built with Hydra are published to cache at https://cache.nixos.org/. Artifacts successfully built with Hydra are published to cache at https://cache.nixos.org/.
When successful build and test criteria are met, the Nixpkgs expressions are distributed via [Nix channels](https://nix.dev/manual/nix/stable/command-ref/nix-channel.html). When successful build and test criteria are met, the Nixpkgs expressions are distributed via [Nix channels](https://nix.dev/manual/nix/stable/command-ref/nix-channel.html).