summaryrefslogtreecommitdiffstats
path: root/scripts/repo-info.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Additional hashbang compatibility for BSD-like systems.Bradley Sepos2017-12-031-1/+1
| | | | Fixes #1040.
* build: Make hashbangs more compatible.Bradley Sepos2017-12-021-1/+1
|
* build: changes to version numbering and build processJohn Stebbins2015-09-231-55/+67
| | | | | | Use date/time for snapshot version numbers, YYYYMMDDHHMMSS-hash-branch. Add --snapshot configure option to force snapshot builds. repo-info.sh and tag-release.sh improvements.
* scripts: fix repo-info.shJohn Stebbins2015-08-271-2/+2
| | | | It was not working for new tags made on master
* build: fix errors in last commitJohn Stebbins2015-08-251-2/+2
| | | | Thanks BradleyS
* build: use git version info instead of svnJohn Stebbins2015-08-251-0/+67
Migrate from svn to git. Since our build system automatically generates version info from the svn repo, this needs to change when we move the repo to git.