From 77f9750915ea6fdc7c1667291f22045001854f19 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Tue, 21 Oct 2025 08:33:10 +0000 Subject: [PATCH] fix(minion): update jujutsu workspace aliases Change-Id: rryquzvmxolvswzxzloltrspopqullyz We wrote these initially before metaedit existed. Now that metaedit does exist, the `jj describe --reset-author --no-edit` command is deprecated and posts some warnings about it... --- packetmix/homes/minion/jujutsu.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packetmix/homes/minion/jujutsu.nix b/packetmix/homes/minion/jujutsu.nix index 06ac305f..42ab2cef 100644 --- a/packetmix/homes/minion/jujutsu.nix +++ b/packetmix/homes/minion/jujutsu.nix @@ -11,7 +11,7 @@ "--" "sh" "-c" - "jj config set --repo user.email skyler.grey@collabora.com 2>/dev/null && jj describe --reset-author --no-edit" + "jj config set --repo user.email skyler.grey@collabora.com 2>/dev/null && jj metaedit --update-author" ]; clicks = [ "util" @@ -19,7 +19,7 @@ "--" "sh" "-c" - "jj config set --repo user.email minion@clicks.codes 2>/dev/null && jj describe --reset-author --no-edit" + "jj config set --repo user.email minion@clicks.codes 2>/dev/null && jj metaedit --update-author" ]; personal = [ "util" @@ -27,7 +27,7 @@ "--" "sh" "-c" - "jj config set --repo user.email sky@a.starrysky.fyi 2>/dev/null && jj describe --reset-author --no-edit" + "jj config set --repo user.email sky@a.starrysky.fyi 2>/dev/null && jj metaedit --update-author" ]; freshly = [ "util" @@ -35,7 +35,7 @@ "--" "sh" "-c" - "jj config set --repo user.email minion@freshlybakedca.ke 2>/dev/null && jj describe --reset-author --no-edit" + "jj config set --repo user.email minion@freshlybakedca.ke 2>/dev/null && jj metaedit --update-author" ]; }; git.sign-on-push = true; -- 2.43.0