-
-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make mongodb-6.0 the default #203517
Closed
Closed
Make mongodb-6.0 the default #203517
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ajs124
requested changes
Nov 29, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- remove the now-unused files
- add entries to
aliases.nix
- split into several commits
This commit makes the correspondence between a backup job and location of its repository clearer.
This change causes us to stop relying on the way `restic snapshots` formats its human-readable output.
`exit -1` is equivalent to `exit 255`, since Bash does modulo 256 on the number. As per ShellCheck: > SC2242 (error): Can only exit with status 0-255. Other data should be > written to stdout/stderr.
Validated as no change in `out` output with `diffoscope`.
gefla
requested review from
matthewbauer,
marsam,
stigtsp,
zakame,
dasJ,
cdepillabout,
sternenseemann,
maralorn,
FRidh,
a team,
fricklerhandwerk and
Ericson2314
as code owners
November 30, 2022 20:48
github-actions
bot
added
6.topic: cinnamon
6.topic: emacs
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: haskell
6.topic: ocaml
6.topic: policy discussion
6.topic: python
6.topic: qt/kde
6.topic: ruby
6.topic: vim
8.has: changelog
8.has: documentation
8.has: module (update)
labels
Nov 30, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
2.status: merge conflict
6.topic: cinnamon
6.topic: emacs
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: haskell
6.topic: nixos
6.topic: ocaml
6.topic: policy discussion
6.topic: python
6.topic: qt/kde
6.topic: ruby
6.topic: vim
8.has: changelog
8.has: clean-up
8.has: documentation
8.has: module (update)
10.rebuild-darwin: 0
10.rebuild-linux: 1-10
10.rebuild-linux: 1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also removes obsolete boost-1.60, mongodb-3.4 and mongodb-3.6.
boost-1.60 is broken on aarch64, is very old and unlikely to be fixed. The only packages depending on it are mongodb-3.4 and mongodb-3.6, both of which are quite old themselves.
fixes #203080
Part of #ZurichZHF inspired effort to support ZHF #199919
backport: release-22.11
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes@hjones2199