summaryrefslogtreecommitdiff
path: root/gen-id.sh
Commit message (Collapse)AuthorAgeFilesLines
* sysdump: *actually* generate the proper version stringH. Peter Anvin2010-02-071-2/+3
| | | | | | Make the gen-id.sh script actually do the right thing... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* gen-id: only truncate tags starting with syslinux-<version>-H. Peter Anvin2008-07-151-10/+22
| | | | | If git-describe comes up with a tag not starting with syslinux-<version>- then leave it as-is.
* Use "git describe" in generating build signaturesH. Peter Anvin2008-07-151-4/+2
| | | | | We got rid of the 10-character limitation a long time ago, so we might as well use "git describe" in generating the build signatures.
* Share the gen-id stuff between core and memdiskH. Peter Anvin2008-07-071-0/+22
Both core and memdisk wants to use the gen-id stuff, so let it.