Skip to content
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

GitHub fetcher: Don't emit treeHash yet #10197

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

edolstra
Copy link
Member

@edolstra edolstra commented Mar 8, 2024

Motivation

We were emitting treeHash but not accepting it. Also, older versions of Nix don't recognize it. So let's not emit it yet (we're not actually checking it anyway). But do accept it if it's there, so we don't choke on future lock files that do have it.

Context

Priorities and Process

Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

But do accept it if it's there, so we don't choke on future lock files
that do have the treeHash attribute.
@edolstra edolstra added the backport 2.20-maintenance Automatically creates a PR against the branch label Mar 8, 2024
@github-actions github-actions bot added the fetching Networking with the outside (non-Nix) world, input locking label Mar 8, 2024
@thufschmitt thufschmitt merged commit ef5cb44 into NixOS:master Mar 8, 2024
9 checks passed
Copy link

github-actions bot commented Mar 8, 2024

Backport failed for 2.20-maintenance, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 2.20-maintenance
git worktree add -d .worktree/backport-10197-to-2.20-maintenance origin/2.20-maintenance
cd .worktree/backport-10197-to-2.20-maintenance
git switch --create backport-10197-to-2.20-maintenance
git cherry-pick -x 6d245182e8900ad86cf767108289afc879293e8c

@edolstra edolstra deleted the github-treehash branch March 8, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.20-maintenance Automatically creates a PR against the branch fetching Networking with the outside (non-Nix) world, input locking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants