Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix PATH | Joey Hess | 2012-12-10 |
| | |||
* | update list of things TODO to make git annex sync work in direct mode | Joey Hess | 2012-12-10 |
| | |||
* | Enable WebDAV support in Debian package. Closes: #695532 | Joey Hess | 2012-12-10 |
| | |||
* | typo | Joey Hess | 2012-12-09 |
| | |||
* | run bzip2 in fast mode | Joey Hess | 2012-12-09 |
| | |||
* | install libs in subdirs again | Joey Hess | 2012-12-09 |
| | |||
* | install_name_tool fix | Joey Hess | 2012-12-09 |
| | |||
* | optimisation; only run install_name_tool once per binary | Joey Hess | 2012-12-09 |
| | |||
* | use full path name to generate library filename | Joey Hess | 2012-12-09 |
| | | | | avoids overlaps | ||
* | typo | Joey Hess | 2012-12-09 |
| | |||
* | avoid using short lib names that clash with unix command names | Joey Hess | 2012-12-09 |
| | |||
* | syntax | Joey Hess | 2012-12-09 |
| | |||
* | remove unused cruft | Joey Hess | 2012-12-09 |
| | |||
* | oh yeah, OSX is case insensative | Joey Hess | 2012-12-09 |
| | |||
* | tweak | Joey Hess | 2012-12-09 |
| | |||
* | reverse symlinks | Joey Hess | 2012-12-09 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-09 |
|\ | |||
* | | install libs using short names, with symlinks to we can tell what libraries | Joey Hess | 2012-12-09 |
| | | | | | | | | they are supposed to be | ||
* | | fix executable permissions | Joey Hess | 2012-12-09 |
| | | | | | | | | sh at least does not default to having a write bit | ||
* | | fix infinite loop | Joey Hess | 2012-12-09 |
| | | |||
* | | add yesod-form to cabal | Joey Hess | 2012-12-09 |
| | | |||
* | | improve cabal instructions to handle installing c2hs | Joey Hess | 2012-12-09 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawk3dZt8HylpdWM-cEpHkxiKobwOsSzEaMY | 2012-12-09 |
| | | |||
| * | Added a comment: gadu 0.03 is up | Steve | 2012-12-09 |
| | | |||
| * | Added a comment | spwhitton | 2012-12-08 |
|/ | |||
* | blog for the day | Joey Hess | 2012-12-08 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-08 |
|\ | |||
* | | insane osx short library name hack | Joey Hess | 2012-12-08 |
| | | | | | | | | | | | | | | | | Since I'm dealing with arbitrarily short fields in which to store the library name, and would have to rebuild a bunch of stuff like git to avoid that, and I have to prefix this obnoxiously long "@executable_path" to it, it's easy to run out of space. This makes it use 1 and 2 letter long filenames for libraries in the app. Fun fun fun fun fun. | ||
| * | Added a comment | http://edheil.wordpress.com/ | 2012-12-08 |
| | | |||
* | | fix library filenames in osx app | Joey Hess | 2012-12-08 |
| | | |||
* | | fix bin paths in osx app | Joey Hess | 2012-12-08 |
| | | |||
* | | update | Joey Hess | 2012-12-08 |
|/ | |||
* | better message | Joey Hess | 2012-12-08 |
| | |||
* | chmod libs so install_name_tool can modify them | Joey Hess | 2012-12-08 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-08 |
|\ | |||
* | | move libs to try to fit within available path space | Joey Hess | 2012-12-08 |
| | | |||
| * | Added a comment | http://sunny256.sunbase.org/ | 2012-12-08 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-08 |
|\ | |||
* | | use install_name_tool to adjust library paths in osx app | Joey Hess | 2012-12-08 |
| | | | | | | | | Have not yet been able to test this. | ||
| * | Added a comment: 0.02 is up | Steve | 2012-12-08 |
|/ | |||
* | (no commit message) | spwhitton | 2012-12-08 |
| | |||
* | Added a comment: gadu 0.01 is up | Steve | 2012-12-08 |
| | |||
* | (no commit message) | Steve | 2012-12-08 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-07 |
|\ | |||
* | | blog for the day | Joey Hess | 2012-12-07 |
| | | |||
| * | removed | http://edheil.wordpress.com/ | 2012-12-07 |
| | | |||
| * | Added a comment | http://edheil.wordpress.com/ | 2012-12-07 |
| | | |||
| * | Added a comment | http://edheil.wordpress.com/ | 2012-12-07 |
|/ | |||
* | runshell: start sh, not $SHELL | Joey Hess | 2012-12-07 |
| | | | | $SHELL may need libraries not included in the bundle | ||
* | include /bin/sh in standalone builds | Joey Hess | 2012-12-07 |
| | | | | | | | | oberon:MacOS joeyh$ ./runshell dyld: Symbol not found: _environ Referenced from: /bin/sh Expected in: /Volumes/git-annex/git-annex.app/Contents/MacOS/usr/lib/libSystem.B.dylib in /bin/sh |