summaryrefslogtreecommitdiff
path: root/doc/bugs/armel_standalone__58___git-upload-pack_and_-receive-pack_not_shimmed.mdwn
blob: 317b9fcda8535a88cc4f76f696e1fee57e33503f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### Please describe the problem.
When syncing from server A (real server) to server B (a synology NAS) it fails on git-upload-pack and -receive-pack

### What steps will reproduce the problem?
git-annex sync


### What version of git-annex are you using? On what operating system?
on server A: 3.20121017 (yeah, I should update)
on server B: 5.20131220-g73492b2

### Please provide any additional information below.

On server B, after running ./runshell
[[!format sh """
$ git-upload-pack
/volume1/downloads/git-annex.linux/shimmed/sh/sh: 19: git-upload-pack: not found
$ git-receive-pack
/volume1/downloads/git-annex.linux/shimmed/sh/sh: 20: git-receive-pack: not found
"""]]

> [[fixed|done]]; added git, git-upload-pack, and git-receive-pack wrappers
> to git-annex.linux/. Also to equivilant place in OSX app. --[[Joey]]