File: day_104__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 (18 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Switched the OSX standalone app to use `DYLD_ROOT_PATH`.
This is the third `DYLD_*` variable I've tried; neither
of the other two worked in all situations. This one may do better.
If not, I may be stuck modifying the library names in each executable
using `install_name_tool`
([good reference for doing that](http://www.mikeash.com/pyblog/friday-qa-2009-11-06-linking-and-install-names.html)).
As far as I know, every existing dynamic library lookup system is broken
in some way other other; nothing I've seen about OSX's so far
disproves that rule.

Fixed a nasty utf-8 encoding crash that could occur when merging the
git-annex branch. I hope I'm almost done with those.

Made git-annex auto-detect when a git remote is on a sever like github
that doesn't support git-annex, and automatically set annex-ignore.

Finished the UI for pausing syncing of a remote. Making the syncing
actually stop still has some glitches to resolve.