]> arthur.barton.de Git - bup.git/commitdiff
Merge branch 'cygwin'
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 11 Jan 2010 20:18:35 +0000 (15:18 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 11 Jan 2010 20:18:35 +0000 (15:18 -0500)
* cygwin:
  Assorted cleanups to Luke's cygwin fixes.
  Makefile: work with cygwin on different windows versions.
  .gitignore sanity.
  Makefile:  On Windows, executable files must end with .exe.
  client.py:  Windows files don't support ':', so rename cachedir.
  index.py:  os.rename() fails on Windows if dstfile already exists.
  Don't try to rename tmpfiles into existing open files.
  helpers.py:  Cygwin doesn't support `hostname -f`, use `hostname`.
  cmd-index.py:  Retry os.open without O_LARGEFILE if not supported.
  Makefile:  Build on Windows under Cygwin.


Trivial merge