File: day_245__misc.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (15 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Got the OSX autobuilder back running, and finally got a OSX build up for
the 4.20130417 release. Also fixed the OSX app build machinery to handle
rpath.

Made the assistant (and `git annex sync`) sync with git remotes that have
`annex-ignore` set. So, `annex-ignore` is only used to prevent using
the annex of a remote, not syncing with it. The benefit of this change
is that it'll make the assistant sync the local git repository with
a git remote that is on a server that does not have git-annex installed.
It can even sync to github.

Worked around more breakage on misconfigured systems that don't have GECOS
information.

... And other bug fixes and bug triage.