blob: 6f45cb8ff140b686e469caa690e2aeb460f71839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
## What steps will reproduce the problem?
After the assistant idles for a while, it queues many transfers to remotes configured annex-ignore=true
##What is the expected output? What do you see instead?
No attempts to upload to repos marked 'annex-ignore=true'
Instead I see many queued transfers to the remote 'origin'
[Screenshot](https://www.evernote.com/shard/s1/sh/ea0de76c-4b68-4266-b9f6-8a9c343997b6/72baab4a3ce73b0915b151829bbeaf75/res/8a8ab1fb-3173-47ea-875d-b0e320cb827b/skitch.png)
##What version of git-annex are you using? On what operating system?
% > git annex version
git-annex version: 4.20130315
local repository version: 3
default repository version: 3
supported repository versions: 3 4
upgrade supported from repository versions: 0 1 2
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS
Mac OSX 10.8.2 Build 12C3006
##Please provide any additional information below.
The remote in question:
[remote "origin"]
url = git@git.example.com:annex-home
fetch = +refs/heads/*:refs/remotes/origin/*
annex-ignore = true
> belived to be [[fixed|done]] --[[Joey]]
|