summaryrefslogtreecommitdiff
path: root/altosdroid/buildinfo.sh
Commit message (Collapse)AuthorAge
* altosdroid: more restrictive commit no. matchingMike Beattie2012-10-25
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: more reliable branch detectionMike Beattie2012-10-25
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: Add branch to BuildInfoMike Beattie2012-10-24
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: match only the current version tagMike Beattie2012-10-23
| | | | | | | | | | | Don't match non version tags - and always return the long format of git describe, rather than just the tag (when the tag is on the current commit). Split the commit number/hash more reliably by removing the version tag from the result first. Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: add autogenerated BuildInfo.javaMike Beattie2012-10-22
* Generated by shell script that parses git describe * Makefile rule to call script on every run * also includes eclipse hooks to call shell script on build Signed-off-by: Mike Beattie <mike@ethernal.org>