[dak/master] name tmux window after the changes filename
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
dak/process_new.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dak/process_new.py b/dak/process_new.py
index afeb064..7a64277 100755
--- a/dak/process_new.py
+++ b/dak/process_new.py
@@ -586,7 +586,7 @@ ENVIRONMENT VARIABLES
Example: run mc in a tmux session to inspect the upload
- export DAK_INSPECT_UPLOAD='tmux new-session -d -s process-new 2>/dev/null; tmux new-window -t process-new:0 -k "cd {directory}; mc"'
+ export DAK_INSPECT_UPLOAD='tmux new-session -d -s process-new 2>/dev/null; tmux new-window -n "{changes}" -t process-new:0 -k "cd {directory}; mc"'
and run
--
1.7.2.5
Reply to: