diff options
author | jgoerzen <jgoerzen@web> | 2016-06-10 18:31:12 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-06-10 18:31:12 +0000 |
commit | d9648e172dae900784eb4263b33044ff2caecbc6 (patch) | |
tree | 20a0e6062ca5b3ea21e7c05ee839793dd84b6104 | |
parent | 6894f344bb4d188e6199543e89cefa2bd1665207 (diff) |
-rw-r--r-- | doc/bugs/Assistant_only_watches_one_repo_on_startup.mdwn | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_only_watches_one_repo_on_startup.mdwn b/doc/bugs/Assistant_only_watches_one_repo_on_startup.mdwn new file mode 100644 index 000000000..052ab4d0f --- /dev/null +++ b/doc/bugs/Assistant_only_watches_one_repo_on_startup.mdwn @@ -0,0 +1,27 @@ +### Please describe the problem. + +I have multiple git-annex assistant repos that I want watched. On startup, it is only watching one of them, despite all of them being listed in ~/.config/git-annex/autostart. + +Launching the webapp, clicking on the "switch repository" button, and selecting the other repository will cause git-annex to immediately launch a startup scan and thereafter it seems to be monitored. + +### What steps will reproduce the problem? + +killall git-annex, and then restart + +### What version of git-annex are you using? On what operating system? + +5.20151208-1 from jessie-backports + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### 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) + +Really nice tool. Thanks Joey! |