Skip to content

meshcentral: make reproducible#473046

Merged
Ma27 merged 1 commit intoNixOS:masterfrom
Ma27:meshcentral-reproducible
Dec 22, 2025
Merged

meshcentral: make reproducible#473046
Ma27 merged 1 commit intoNixOS:masterfrom
Ma27:meshcentral-reproducible

Conversation

@Ma27
Copy link
Copy Markdown
Member

@Ma27 Ma27 commented Dec 21, 2025

Closes #472246

While there's a refactoring of the package ongoing (#460508), the fix is trivial enough.

cc @mdaniels5757

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

Closes NixOS#472246

While there's a refactoring of the package ongoing (NixOS#460508), the fix is
trivial enough.
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Dec 21, 2025
@mdaniels5757
Copy link
Copy Markdown
Member

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 473046
Commit: 232fe85fd401250e480f5781cea407fc38061ca2 (subsequent changes)
Merge: 2106bfb84a14d4443e1fdf1d68e09714c6ba93dc

Logs: https://github.com/mdaniels5757/nixpkgs-review-gha/actions/runs/20420621053

Download packages from cache:
  • x86_64-linux
    nix-store -r --add-root nixpkgs-pr-473046-x86_64-linux \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/xp0vbiq4i5k0a8dr95vgj335f9ny08pm-meshcentral-1.1.54
  • aarch64-linux
    nix-store -r --add-root nixpkgs-pr-473046-aarch64-linux \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/xkdr4vv247q3qxs60nxlbzksx1g4g4sq-meshcentral-1.1.54
  • x86_64-darwin
    nix-store -r --add-root nixpkgs-pr-473046-x86_64-darwin \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/x1gqalmvf5idjycil6nbfnwd2yy0angp-meshcentral-1.1.54
  • aarch64-darwin
    nix-store -r --add-root nixpkgs-pr-473046-aarch64-darwin \
      --option binary-caches 'https://cache.nixos.org/ https://mdaniels5757-nix.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      mdaniels5757-nix.cachix.org-1:iT2D2XMbTS301DFoC8sTOSP86fXMPiGrvPnrEsQN5uo=
      ' \
      /nix/store/a4kz213zi2c8clr99034mmjcmwd4yaxm-meshcentral-1.1.54

x86_64-linux

✅ 1 package built:
  • meshcentral

aarch64-linux

✅ 1 package built:
  • meshcentral

x86_64-darwin (sandbox = true)

✅ 1 package built:
  • meshcentral

aarch64-darwin (sandbox = true)

✅ 1 package built:
  • meshcentral

@Ma27 Ma27 added the backport release-25.11 Backport PR automatically label Dec 22, 2025
@Ma27 Ma27 added this pull request to the merge queue Dec 22, 2025
Merged via the queue into NixOS:master with commit 07d013b Dec 22, 2025
34 of 37 checks passed
@Ma27 Ma27 deleted the meshcentral-reproducible branch December 22, 2025 07:57
@nixpkgs-ci
Copy link
Copy Markdown
Contributor

nixpkgs-ci bot commented Dec 22, 2025

Successfully created backport PR for release-25.11:

@github-actions github-actions bot added the 8.has: port to stable This PR already has a backport to the stable release. label Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: port to stable This PR already has a backport to the stable release. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. backport release-25.11 Backport PR automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unreproducible Package: meshcentral

2 participants