about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlain Zscheile <fogti+devel@ytrizja.de>2023-07-02T16·43+0200
committerlukegb <lukegb@tvl.fyi>2023-07-07T20·06+0000
commit56c776d9e9175e135ed2cb7043685fc193be5662 (patch)
tree3319a185127cf87ebe4ddb2d7dde80da23f0f066
parente751372f2f2ffbb1d32e9729e3c83c2c12c29ea3 (diff)
fix(users): rename zseri -> fogti r/6396
in accordnace with similar renaming on other sites
(e.g. GitHub, Exozyme, chaos.social)

My experience with exozyme tells me that fully applying
this change might require manual editing of gerrits database
anyways to fix broken references/patch ownerships.

Change-Id: I024ff264c09b25d8f854c489d93458d1fce7e9f4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8919
Autosubmit: lukegb <lukegb@tvl.fyi>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: zseri <zseri.devel@ytrizja.de>
-rw-r--r--ops/users/default.nix4
-rw-r--r--third_party/rust-crates/OWNERS2
-rw-r--r--users/fogti/.gitignore (renamed from users/zseri/.gitignore)0
-rw-r--r--users/fogti/OWNERS (renamed from users/zseri/OWNERS)2
-rw-r--r--users/fogti/dbwospof.md (renamed from users/zseri/dbwospof.md)0
-rw-r--r--users/fogti/store-ref-scanner/.gitignore (renamed from users/zseri/store-ref-scanner/.gitignore)0
-rw-r--r--users/fogti/store-ref-scanner/Cargo.toml (renamed from users/zseri/store-ref-scanner/Cargo.toml)2
-rw-r--r--users/fogti/store-ref-scanner/default.nix (renamed from users/zseri/store-ref-scanner/default.nix)0
-rw-r--r--users/fogti/store-ref-scanner/fuzz/.gitignore (renamed from users/zseri/store-ref-scanner/fuzz/.gitignore)0
-rw-r--r--users/fogti/store-ref-scanner/fuzz/Cargo.lock (renamed from users/zseri/store-ref-scanner/fuzz/Cargo.lock)0
-rw-r--r--users/fogti/store-ref-scanner/fuzz/Cargo.toml (renamed from users/zseri/store-ref-scanner/fuzz/Cargo.toml)0
-rw-r--r--users/fogti/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs (renamed from users/zseri/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs)0
-rw-r--r--users/fogti/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs (renamed from users/zseri/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs)0
-rw-r--r--users/fogti/store-ref-scanner/src/hbm.rs (renamed from users/zseri/store-ref-scanner/src/hbm.rs)0
-rw-r--r--users/fogti/store-ref-scanner/src/lib.rs (renamed from users/zseri/store-ref-scanner/src/lib.rs)0
-rw-r--r--users/fogti/store-ref-scanner/src/spec.rs (renamed from users/zseri/store-ref-scanner/src/spec.rs)0
16 files changed, 5 insertions, 5 deletions
diff --git a/ops/users/default.nix b/ops/users/default.nix
index 8eb16a221988..1dd191ee945d 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -195,8 +195,8 @@
     password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$NQdBVPNwh2ioDq9zWfMusA$2cABJGI8cU2JZirnVU5E5C28sTiePkiOPEAaqNUp/Fk";
   }
   {
-    username = "zseri";
-    email = "zseri.devel@ytrizja.de";
+    username = "fogti";
+    email = "fogti+devel@ytrizja.de";
     password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$wVNkImXloXIkCycnecdFeA$ECAdGdNzUUEq9sFGsIl0jb7AALGsHE+ndWRn6ilSmdE";
   }
   {
diff --git a/third_party/rust-crates/OWNERS b/third_party/rust-crates/OWNERS
index c45380536033..d2bb7704b6dd 100644
--- a/third_party/rust-crates/OWNERS
+++ b/third_party/rust-crates/OWNERS
@@ -1,3 +1,3 @@
+fogti
 sterni
 Profpatsch
-zseri
diff --git a/users/zseri/.gitignore b/users/fogti/.gitignore
index b8553ace5532..b8553ace5532 100644
--- a/users/zseri/.gitignore
+++ b/users/fogti/.gitignore
diff --git a/users/zseri/OWNERS b/users/fogti/OWNERS
index 0ee818b12f16..fb396265ca94 100644
--- a/users/zseri/OWNERS
+++ b/users/fogti/OWNERS
@@ -1,3 +1,3 @@
 set noparent
 
-zseri
+fogti
diff --git a/users/zseri/dbwospof.md b/users/fogti/dbwospof.md
index f1d68cde069c..f1d68cde069c 100644
--- a/users/zseri/dbwospof.md
+++ b/users/fogti/dbwospof.md
diff --git a/users/zseri/store-ref-scanner/.gitignore b/users/fogti/store-ref-scanner/.gitignore
index 5a44eef09a54..5a44eef09a54 100644
--- a/users/zseri/store-ref-scanner/.gitignore
+++ b/users/fogti/store-ref-scanner/.gitignore
diff --git a/users/zseri/store-ref-scanner/Cargo.toml b/users/fogti/store-ref-scanner/Cargo.toml
index 836d90e88355..0ed0c20a3938 100644
--- a/users/zseri/store-ref-scanner/Cargo.toml
+++ b/users/fogti/store-ref-scanner/Cargo.toml
@@ -5,7 +5,7 @@ description = "scanner/extractor of Nix-like store paths from byte arrays/stream
 license = "MIT OR Apache-2.0"
 categories = ["no-std", "parsing"]
 edition = "2021"
-homepage = "https://cs.tvl.fyi/depot/-/tree/users/zseri/store-ref-scanner"
+homepage = "https://cs.tvl.fyi/depot/-/tree/users/fogti/store-ref-scanner"
 include = ["/src"]
 
 [dependencies]
diff --git a/users/zseri/store-ref-scanner/default.nix b/users/fogti/store-ref-scanner/default.nix
index 38f3fd64ecd7..38f3fd64ecd7 100644
--- a/users/zseri/store-ref-scanner/default.nix
+++ b/users/fogti/store-ref-scanner/default.nix
diff --git a/users/zseri/store-ref-scanner/fuzz/.gitignore b/users/fogti/store-ref-scanner/fuzz/.gitignore
index b400c2782601..b400c2782601 100644
--- a/users/zseri/store-ref-scanner/fuzz/.gitignore
+++ b/users/fogti/store-ref-scanner/fuzz/.gitignore
diff --git a/users/zseri/store-ref-scanner/fuzz/Cargo.lock b/users/fogti/store-ref-scanner/fuzz/Cargo.lock
index 7395dec05e45..7395dec05e45 100644
--- a/users/zseri/store-ref-scanner/fuzz/Cargo.lock
+++ b/users/fogti/store-ref-scanner/fuzz/Cargo.lock
diff --git a/users/zseri/store-ref-scanner/fuzz/Cargo.toml b/users/fogti/store-ref-scanner/fuzz/Cargo.toml
index 1832be00329c..1832be00329c 100644
--- a/users/zseri/store-ref-scanner/fuzz/Cargo.toml
+++ b/users/fogti/store-ref-scanner/fuzz/Cargo.toml
diff --git a/users/zseri/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs b/users/fogti/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs
index 9e21a7738a38..9e21a7738a38 100644
--- a/users/zseri/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs
+++ b/users/fogti/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs
diff --git a/users/zseri/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs b/users/fogti/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs
index 48100a628d7a..48100a628d7a 100644
--- a/users/zseri/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs
+++ b/users/fogti/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs
diff --git a/users/zseri/store-ref-scanner/src/hbm.rs b/users/fogti/store-ref-scanner/src/hbm.rs
index 2520efd8363d..2520efd8363d 100644
--- a/users/zseri/store-ref-scanner/src/hbm.rs
+++ b/users/fogti/store-ref-scanner/src/hbm.rs
diff --git a/users/zseri/store-ref-scanner/src/lib.rs b/users/fogti/store-ref-scanner/src/lib.rs
index 0f86a769fe63..0f86a769fe63 100644
--- a/users/zseri/store-ref-scanner/src/lib.rs
+++ b/users/fogti/store-ref-scanner/src/lib.rs
diff --git a/users/zseri/store-ref-scanner/src/spec.rs b/users/fogti/store-ref-scanner/src/spec.rs
index 79da0842c529..79da0842c529 100644
--- a/users/zseri/store-ref-scanner/src/spec.rs
+++ b/users/fogti/store-ref-scanner/src/spec.rs