File: day_180__porting.mdwn

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (13 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
Did work on Windows porting today. First, fixed a reversion in the last
release, that broke the git-annex branch pretty badly on Windows, causing
\r to be written to files on that branch that should never have DOS line
endings. Second, fixed a long-standing bug that prevented getting a file
from a local bare repository on Windows.

Also refreshed all autobuilders to deal with the gnutls and openssl
security holes-of-the-week. (git-annex uses gnutls only for XMPP,
and does not use openssl itself, but a few programs bundled with it,
like curl, do use openssl.)

A nice piece of news: OSX Homebrew now contains git-annex, so it can be
easily installed with `brew install git-annex`