(no commit message)
authornobodyinperson <nobodyinperson@web>
Tue, 18 Apr 2023 07:55:46 +0000 (07:55 +0000)
committeradmin <admin@branchable.com>
Tue, 18 Apr 2023 07:55:46 +0000 (07:55 +0000)
doc/bugs/assistant_--autostop_stops_after_nonexistant_repo.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/assistant_--autostop_stops_after_nonexistant_repo.mdwn b/doc/bugs/assistant_--autostop_stops_after_nonexistant_repo.mdwn
new file mode 100644 (file)
index 0000000..0ed278e
--- /dev/null
@@ -0,0 +1,23 @@
+### Please describe the problem.
+
+`git annex assistant --autostop` stops shutting down processes after encountering the first non-existant repo listed in `.config/git-annex/autostart`, leaving other processes running.
+
+### What steps will reproduce the problem?
+
+- add several existing repos to `.config/git-annex/autostart`
+- somewhere in the middle, add a non-existant path
+- run `git annex assistant --autostart` (this just skips the nonexistant repo interestingly)
+- run `git annex assistant --autostop` (this fails on the nonexistant repo and doesn't continue with the others)
+
+### What version of git-annex are you using? On what operating system?
+
+```
+# on Linux
+❯ git annex version                                                                                                             
+git-annex version: 10.20230329-ge6a337e8e
+```
+
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+I love it! 🤩