Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/infra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f960c94d968
Choose a base ref
...
head repository: NixOS/infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 533d71afa00a
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on May 8, 2020

  1. Copy the full SHA
    2088e95 View commit details
  2. tmpfile rules: drop '-' on the sqlite in case it becomes written text…

    …, make the release deletion operate on subfiles not on the release dir itself
    grahamc committed May 8, 2020
    Copy the full SHA
    f788a59 View commit details

Commits on May 12, 2020

  1. bastion/flake.lock: Update

    Flake input changes:
    
    * Updated 'nix': 'github:NixOS/nix/3aaceeb7e2d3fb8a07a1aa5a21df1dca6bbaa0ef' -> 'github:NixOS/nix/14a3a62bfca6c572b9a415cfa80cdbd7ad4326b3'
    edolstra committed May 12, 2020
    Copy the full SHA
    a7ca1e7 View commit details
  2. bastion/flake.lock: Update

    Flake input changes:
    
    * Updated 'nixos-channel-scripts': 'github:NixOS/nixos-channel-scripts/7a681103b2b3ce150f7f96394f19aa0ad4797ca1' -> 'github:NixOS/nixos-channel-scripts/f3aa3bae4c06453fb9012abdbbd9ee422e6d5669'
    * Updated 'nixos-channel-scripts/nix': 'github:NixOS/nix/3aaceeb7e2d3fb8a07a1aa5a21df1dca6bbaa0ef' -> 'github:NixOS/nix/14a3a62bfca6c572b9a415cfa80cdbd7ad4326b3'
    edolstra committed May 12, 2020
    Copy the full SHA
    1ddf305 View commit details
  3. delft/flake.lock: Update

    Flake input changes:
    
    * Updated 'hydra': 'github:NixOS/hydra/fe1c21091f53fec7b310af21b228ae5e5a2dc85d' -> 'github:NixOS/hydra/e379628db0476974ce5facbbb27b51b33aa94181'
    * Updated 'hydra/nix': 'github:NixOS/nix/3e7aab81ce6787e01ea4ced5af1fc6a84e523762' -> 'github:NixOS/nix/3aaceeb7e2d3fb8a07a1aa5a21df1dca6bbaa0ef'
    * Updated 'hydra/nixpkgs': 'github:NixOS/nixpkgs/b0c285807d6a9f1b7562ec417c24fa1a30ecc31a' -> 'github:NixOS/nixpkgs/29eddfc36d720dcc4822581175217543b387b1e8'
    * Updated 'nix': 'github:NixOS/nix/3aaceeb7e2d3fb8a07a1aa5a21df1dca6bbaa0ef' -> 'github:NixOS/nix/14a3a62bfca6c572b9a415cfa80cdbd7ad4326b3'
    edolstra committed May 12, 2020
    Copy the full SHA
    98115af View commit details
  4. delft/flake.lock: Update

    Flake input changes:
    
    * Updated 'hydra': 'github:NixOS/hydra/e379628db0476974ce5facbbb27b51b33aa94181' -> 'github:NixOS/hydra/15a45f1a8a867369bb58991fbcf58366b10cc62d'
    * Updated 'hydra/nix': 'github:NixOS/nix/3aaceeb7e2d3fb8a07a1aa5a21df1dca6bbaa0ef' -> 'github:NixOS/nix/14a3a62bfca6c572b9a415cfa80cdbd7ad4326b3'
    edolstra committed May 12, 2020
    Copy the full SHA
    533d71a View commit details
Showing with 28 additions and 21 deletions.
  1. +9 −9 bastion/flake.lock
  2. +12 −12 delft/flake.lock
  3. +7 −0 modules/hydra-mirror.nix
18 changes: 9 additions & 9 deletions bastion/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions delft/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions modules/hydra-mirror.nix
Original file line number Diff line number Diff line change
@@ -37,6 +37,13 @@ in
{
imports = [ ./hydra-mirror-user.nix ];

systemd.tmpfiles.rules = [
''
F /scratch/hydra-mirror/nixos-files.sqlite - - - 8d
e /scratch/hydra-mirror/release-*/* - - - 1d -
''
];

systemd.services = (lib.listToAttrs updateJobs) // {
"update-all-channels" = {
description = "Start all channel updates.";