TVL depot development (mail to depot@tvl.su)
 help / color / mirror / code / Atom feed
* [PATCH] fix(users): rename zseri -> fogti
@ 2023-07-02 16:43 fogti+devel
  0 siblings, 0 replies; 2+ messages in thread
From: fogti+devel @ 2023-07-02 16:43 UTC (permalink / raw)
  To: depot; +Cc: Alain Zscheile

From: Alain Zscheile <fogti+devel@ytrizja•de>

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
---
 ops/users/default.nix                                         | 4 ++--
 third_party/rust-crates/OWNERS                                | 2 +-
 users/{zseri => fogti}/.gitignore                             | 0
 users/{zseri => fogti}/OWNERS                                 | 2 +-
 users/{zseri => fogti}/dbwospof.md                            | 0
 users/{zseri => fogti}/store-ref-scanner/.gitignore           | 0
 users/{zseri => fogti}/store-ref-scanner/Cargo.toml           | 2 +-
 users/{zseri => fogti}/store-ref-scanner/default.nix          | 0
 users/{zseri => fogti}/store-ref-scanner/fuzz/.gitignore      | 0
 users/{zseri => fogti}/store-ref-scanner/fuzz/Cargo.lock      | 0
 users/{zseri => fogti}/store-ref-scanner/fuzz/Cargo.toml      | 0
 .../store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs      | 0
 .../store-ref-scanner/fuzz/fuzz_targets/nocrash.rs            | 0
 users/{zseri => fogti}/store-ref-scanner/src/hbm.rs           | 0
 users/{zseri => fogti}/store-ref-scanner/src/lib.rs           | 0
 users/{zseri => fogti}/store-ref-scanner/src/spec.rs          | 0
 16 files changed, 5 insertions(+), 5 deletions(-)
 rename users/{zseri => fogti}/.gitignore (100%)
 rename users/{zseri => fogti}/OWNERS (70%)
 rename users/{zseri => fogti}/dbwospof.md (100%)
 rename users/{zseri => fogti}/store-ref-scanner/.gitignore (100%)
 rename users/{zseri => fogti}/store-ref-scanner/Cargo.toml (80%)
 rename users/{zseri => fogti}/store-ref-scanner/default.nix (100%)
 rename users/{zseri => fogti}/store-ref-scanner/fuzz/.gitignore (100%)
 rename users/{zseri => fogti}/store-ref-scanner/fuzz/Cargo.lock (100%)
 rename users/{zseri => fogti}/store-ref-scanner/fuzz/Cargo.toml (100%)
 rename users/{zseri => fogti}/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs (100%)
 rename users/{zseri => fogti}/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs (100%)
 rename users/{zseri => fogti}/store-ref-scanner/src/hbm.rs (100%)
 rename users/{zseri => fogti}/store-ref-scanner/src/lib.rs (100%)
 rename users/{zseri => fogti}/store-ref-scanner/src/spec.rs (100%)

diff --git a/ops/users/default.nix b/ops/users/default.nix
index 8eb16a221..1dd191ee9 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 c45380536..d2bb7704b 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
similarity index 100%
rename from users/zseri/.gitignore
rename to users/fogti/.gitignore
diff --git a/users/zseri/OWNERS b/users/fogti/OWNERS
similarity index 70%
rename from users/zseri/OWNERS
rename to users/fogti/OWNERS
index 0ee818b12..fb396265c 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
similarity index 100%
rename from users/zseri/dbwospof.md
rename to users/fogti/dbwospof.md
diff --git a/users/zseri/store-ref-scanner/.gitignore b/users/fogti/store-ref-scanner/.gitignore
similarity index 100%
rename from users/zseri/store-ref-scanner/.gitignore
rename to users/fogti/store-ref-scanner/.gitignore
diff --git a/users/zseri/store-ref-scanner/Cargo.toml b/users/fogti/store-ref-scanner/Cargo.toml
similarity index 80%
rename from users/zseri/store-ref-scanner/Cargo.toml
rename to users/fogti/store-ref-scanner/Cargo.toml
index 836d90e88..0ed0c20a3 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
similarity index 100%
rename from users/zseri/store-ref-scanner/default.nix
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/fuzz/.gitignore
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/fuzz/Cargo.lock
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/fuzz/Cargo.toml
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/fuzz/fuzz_targets/hbm-roundtrip.rs
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/fuzz/fuzz_targets/nocrash.rs
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/src/hbm.rs
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/src/lib.rs
rename to 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
similarity index 100%
rename from users/zseri/store-ref-scanner/src/spec.rs
rename to users/fogti/store-ref-scanner/src/spec.rs
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] fix(users): rename zseri -> fogti
@ 2023-06-30 17:44 zseri.devel
  0 siblings, 0 replies; 2+ messages in thread
From: zseri.devel @ 2023-06-30 17:44 UTC (permalink / raw)
  To: depot

This is a change which is not easily possible to submit via the Gerrit
interface because it both touches underlying user definitions and
CODE OWNER files (and I didn't want to split the commit as that
would lead to a broken state in-between...)

My experience of doing the same thing at exozy.me tells me
that it might be necessary to mess with the Gerrit backend
to fix broken references afterwards.
(which makes it pretty "manually" anyways)

This also fixes my email address, which is now just an alias for the
new one (but almost nothing else uses it,
and I want to get rid of it sometime)

Regards,
Alain Fogtia Zscheile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-02 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-02 16:43 [PATCH] fix(users): rename zseri -> fogti fogti+devel
  -- strict thread matches above, loose matches on Subject: below --
2023-06-30 17:44 zseri.devel

Code repositories for project(s) associated with this public inbox

	https://code.tvl.fyi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).