File: comment_24_a62f59295b3912dc38def5e493bdb55a._comment

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (23 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[[!comment format=mdwn
 username="git-annex@5b470e1f6ed6d30997d729f0a8b1c841dea886f1"
 nickname="git-annex"
 subject="Using gitolite 3.6.6 mirror not working with annex"
 date="2016-09-28T18:12:56Z"
 content="""
I find out that I need to add the following lines to the gitolite.rc
in the server side.

'git-annex-shell ua'

The signal repository works with gitolite as expected.
However, the mirroring feature is not working for slaves.
When I do

git annex copy --to origin

The master server store the annex file correctly.
The file managed by annex is not syncing to the slave
mirrors at all.


"""]]