summaryrefslogtreecommitdiff
path: root/version_hook
AgeCommit message (Collapse)Author
2010-08-03version_hack: fix PROJ_PAT; ignore .versionTzafrir Cohen
* A typo prevented PROJ_PAT from working for libpri and asterisk * Also ignore the generated .version on dahdi-tools and asterisk. * What about libpri?
2010-08-03install version script to all projectsTzafrir Cohen
("all" - asterisk, dahdi-linux, dahdi-tools, libpri ATM. See also PROJ_PAT in version_hack) * Adapt version_hack to also work with other projects - a slightly more complex sed. * Other minor fixes. * Install it (in the setup) by default as a post-checkout and post-merge script, to have .version updated on checkout and on pull.
2010-08-03version_hook: /bin/sh; reduce indentation and suchTzafrir Cohen
* Reduce indentation * Indent with tabs and other minor styling issues * And most importantly: /bin/sh
2010-08-03version_hook: sruffel's post-commit scriptTzafrir Cohen
A copy of Shaun Ruffel's post-commit script from http://github.com/sruffell/dahdi-linux/tree/externals