TVL depot development (mail to depot@tvl.su)
 help / color / mirror / code / Atom feed
From: fogti+devel@ytrizja•de
To: depot@tvl.su
Cc: Alain Zscheile <fogti+devel@ytrizja•de>
Subject: [PATCH] fix(users): rename zseri -> fogti
Date: Sun,  2 Jul 2023 18:43:15 +0200	[thread overview]
Message-ID: <20230702164322.32995-1-fogti+devel@ytrizja.de> (raw)

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


             reply	other threads:[~2023-07-02 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-02 16:43 fogti+devel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-30 17:44 zseri.devel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230702164322.32995-1-fogti+devel@ytrizja.de \
    --to=fogti+devel@ytrizja$(echo .)de \
    --cc=depot@tvl.su \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).