about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2024-10-12T22·40+0300
committerclbot <clbot@tvl.fyi>2024-10-12T23·02+0000
commitbd8d6e824f0bfc3c2755713af36f815d0ee82edb (patch)
treecf1b64998e2d199442bedfb25a85806e8b4e89ba
parent398a9b531758297417280ccf06b82c85f3d236dd (diff)
chore(tvix/tools): move turbofetch to //users/edef r/8799
This was introduced in cl/9925 without any commit message, but this is clearly
not relevant to Tvix itself (it even says so in a comment in Cargo.toml).

Change-Id: I84f12d5145c3f53c9df23863f887bad913856c50
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12604
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: edef <edef@edef.eu>
-rw-r--r--users/edef/turbofetch/Cargo.lock (renamed from tvix/tools/turbofetch/Cargo.lock)0
-rw-r--r--users/edef/turbofetch/Cargo.nix (renamed from tvix/tools/turbofetch/Cargo.nix)0
-rw-r--r--users/edef/turbofetch/Cargo.toml (renamed from tvix/tools/turbofetch/Cargo.toml)0
-rw-r--r--users/edef/turbofetch/OWNERS (renamed from tvix/tools/turbofetch/OWNERS)0
-rw-r--r--users/edef/turbofetch/default.nix (renamed from tvix/tools/turbofetch/default.nix)0
-rwxr-xr-xusers/edef/turbofetch/deploy.sh (renamed from tvix/tools/turbofetch/deploy.sh)0
-rw-r--r--users/edef/turbofetch/src/buffer.rs (renamed from tvix/tools/turbofetch/src/buffer.rs)0
-rw-r--r--users/edef/turbofetch/src/lib.rs (renamed from tvix/tools/turbofetch/src/lib.rs)0
-rw-r--r--users/edef/turbofetch/src/main.rs (renamed from tvix/tools/turbofetch/src/main.rs)0
9 files changed, 0 insertions, 0 deletions
diff --git a/tvix/tools/turbofetch/Cargo.lock b/users/edef/turbofetch/Cargo.lock
index b36c40a6b735..b36c40a6b735 100644
--- a/tvix/tools/turbofetch/Cargo.lock
+++ b/users/edef/turbofetch/Cargo.lock
diff --git a/tvix/tools/turbofetch/Cargo.nix b/users/edef/turbofetch/Cargo.nix
index 68c633282c2b..68c633282c2b 100644
--- a/tvix/tools/turbofetch/Cargo.nix
+++ b/users/edef/turbofetch/Cargo.nix
diff --git a/tvix/tools/turbofetch/Cargo.toml b/users/edef/turbofetch/Cargo.toml
index 65a7be9a55b0..65a7be9a55b0 100644
--- a/tvix/tools/turbofetch/Cargo.toml
+++ b/users/edef/turbofetch/Cargo.toml
diff --git a/tvix/tools/turbofetch/OWNERS b/users/edef/turbofetch/OWNERS
index b9bc074a8020..b9bc074a8020 100644
--- a/tvix/tools/turbofetch/OWNERS
+++ b/users/edef/turbofetch/OWNERS
diff --git a/tvix/tools/turbofetch/default.nix b/users/edef/turbofetch/default.nix
index a98b2f0b4330..a98b2f0b4330 100644
--- a/tvix/tools/turbofetch/default.nix
+++ b/users/edef/turbofetch/default.nix
diff --git a/tvix/tools/turbofetch/deploy.sh b/users/edef/turbofetch/deploy.sh
index 65564ce2ed7f..65564ce2ed7f 100755
--- a/tvix/tools/turbofetch/deploy.sh
+++ b/users/edef/turbofetch/deploy.sh
diff --git a/tvix/tools/turbofetch/src/buffer.rs b/users/edef/turbofetch/src/buffer.rs
index d6ff93e3cfe7..d6ff93e3cfe7 100644
--- a/tvix/tools/turbofetch/src/buffer.rs
+++ b/users/edef/turbofetch/src/buffer.rs
diff --git a/tvix/tools/turbofetch/src/lib.rs b/users/edef/turbofetch/src/lib.rs
index 4b62fa4d75e7..4b62fa4d75e7 100644
--- a/tvix/tools/turbofetch/src/lib.rs
+++ b/users/edef/turbofetch/src/lib.rs
diff --git a/tvix/tools/turbofetch/src/main.rs b/users/edef/turbofetch/src/main.rs
index 4b3a50eb3941..4b3a50eb3941 100644
--- a/tvix/tools/turbofetch/src/main.rs
+++ b/users/edef/turbofetch/src/main.rs