Skip to content

Commit

Permalink
Rename delft to build
Browse files Browse the repository at this point in the history
Delft was the location where this part of the infra started, but it has
not been there in a few years now. Rename the directory to match the team
name.
  • Loading branch information
mweinelt committed Jun 21, 2024
1 parent e205d99 commit e890dcb
Show file tree
Hide file tree
Showing 72 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Every directory containing configurations impacting the core infra needs a
# review from a member of core infra.
/.github/ @NixOS/infra-build
/delft/ @NixOS/infra-build
/build/ @NixOS/infra-build
/hydra-packet-importer/ @NixOS/infra-build
/lib/ @NixOS/infra-build
/macs/ @NixOS/infra-build
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions modules/hydra-mirror.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ in

{
age.secrets.hydra-mirror-aws-credentials = {
file = ../delft/secrets/hydra-mirror-aws-credentials.age;
file = ../build/secrets/hydra-mirror-aws-credentials.age;
owner = "hydra-mirror";
};

age.secrets.hydra-mirror-git-credentials = {
file = ../delft/secrets/hydra-mirror-git-credentials.age;
file = ../build/secrets/hydra-mirror-git-credentials.age;
owner = "hydra-mirror";
};

Expand Down
6 changes: 3 additions & 3 deletions modules/rfc39.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
let
rfc39Secret = f: { file = f; owner = "rfc39"; };
in {
age.secrets.rfc39-credentials = rfc39Secret ../delft/secrets/rfc39-credentials.age;
age.secrets.rfc39-github = rfc39Secret ../delft/secrets/rfc39-github.age;
age.secrets.rfc39-record-push = rfc39Secret ../delft/secrets/rfc39-record-push.age;
age.secrets.rfc39-credentials = rfc39Secret ../build/secrets/rfc39-credentials.age;
age.secrets.rfc39-github = rfc39Secret ../build/secrets/rfc39-github.age;
age.secrets.rfc39-record-push = rfc39Secret ../build/secrets/rfc39-record-push.age;

users.users.rfc39 = {
description = "RFC39 Maintainer Team Sync";
Expand Down
2 changes: 1 addition & 1 deletion modules/tarball-mirror.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in

{
age.secrets.tarball-mirror-aws-credentials = {
file = ../delft/secrets/tarball-mirror-aws-credentials.age;
file = ../build/secrets/tarball-mirror-aws-credentials.age;
owner = "tarball-mirror";
};

Expand Down

0 comments on commit e890dcb

Please sign in to comment.