summaryrefslogtreecommitdiff
path: root/git-annex.cabal
Commit message (Collapse)AuthorAge
...
* cabal sdist: plan CGravatar Joey Hess2011-07-02
|
* updates for web remote and removing URL backendGravatar Joey Hess2011-07-01
|
* remove Extra-Source-Files nonsenseGravatar Joey Hess2011-07-01
| | | | will need to find a better way to make sdist work, this is not livable
* add web special remoteGravatar Joey Hess2011-07-01
| | | | | Generalized LocationLog to PresenceLog, and use a presence log to record urls for the web special remote.
* cabal checkGravatar Joey Hess2011-06-30
|
* add a filelist for cabal sdistGravatar Joey Hess2011-06-30
| | | | | | | I hate hard-coded 40 kilobyte lone file lists, and just once would like to see a build system that does not assume it's a good idea to have a file list, or a hardcoded file list, or a file list that can only be generated with a crippled form of globs. But not today, thank you cabal.
* cabal tweaksGravatar Joey Hess2011-06-30
|
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-30
| | | | | Conflicts: debian/changelog
* cabal can now be used to build git-annex.Gravatar Joey Hess2011-06-30
This is substantially slower than using make, does not build or install documentation, does not run the test suite, and is not particularly recommended, but could be useful to some.