{README.md,.github/*}: remove/replace references to 25.05 release
This commit is contained in:
1
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
@@ -37,7 +37,6 @@ body:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
- "- Old Stable (25.05)"
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -37,7 +37,6 @@ body:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
- "- Old Stable (25.05)"
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -37,7 +37,6 @@ body:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
- "- Old Stable (25.05)"
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/04_build_failure.yml
vendored
1
.github/ISSUE_TEMPLATE/04_build_failure.yml
vendored
@@ -39,7 +39,6 @@ body:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
- "- Old Stable (25.05)"
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/05_update_request.yml
vendored
1
.github/ISSUE_TEMPLATE/05_update_request.yml
vendored
@@ -39,7 +39,6 @@ body:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
- "- Old Stable (25.05)"
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/06_module_request.yml
vendored
1
.github/ISSUE_TEMPLATE/06_module_request.yml
vendored
@@ -37,7 +37,6 @@ body:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
- "- Old Stable (25.05)"
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
11
.github/labeler-no-sync.yml
vendored
11
.github/labeler-no-sync.yml
vendored
@@ -22,17 +22,6 @@
|
||||
- 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":
|
||||
- all:
|
||||
- changed-files:
|
||||
|
||||
4
.github/workflows/periodic-merge-24h.yml
vendored
4
.github/workflows/periodic-merge-24h.yml
vendored
@@ -31,10 +31,6 @@ jobs:
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
pairs:
|
||||
- from: release-25.05
|
||||
into: staging-next-25.05
|
||||
- from: staging-next-25.05
|
||||
into: staging-25.05
|
||||
- from: release-25.11
|
||||
into: staging-next-25.11
|
||||
- from: staging-next-25.11
|
||||
|
||||
@@ -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/).
|
||||
|
||||
* [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 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/.
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user