summaryrefslogtreecommitdiff
path: root/make-sdist.sh
Commit message (Collapse)AuthorAge
* not bash specificGravatar Joey Hess2012-06-15
|
* fix make-sdist to omit too long filenamesGravatar Joey Hess2012-06-15
|
* Generate sdist tarball name from git-annex.cabal 'Version:'.Gravatar Nathan Collins2012-06-12
| | | | Instead of generating with `cabal sdist`.
* Simplify git-annex.cabal and generate sdist with make-sdist.sh.Gravatar Nathan Collins2012-06-12
The `cabal install` is happy as long as the files it needs are present, but `cabal sdist` will only package up files you tell it to. So, generate the source tarball ourselves. The source tarball is generated by make-sdist.sh, which uses cabal sdist to calculate the package name. Could also generate the name from the 'Version:' field in git-annex.cabal.