1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/make/templates/build-info.txt
Oleg Semyonov 17a9c7c1de build-info.txt: minor text fix
This template will be used to comment auto builds created with Bamboo.
Currently it is emulated by Bamboo build agents using build scripts,
but should be generated using Makefile. As soon as majority of branches
will be updated to this next, those scripts will be removed and this
template used.
2013-02-06 00:51:38 +02:00

34 lines
877 B
Plaintext

#
# This is an unattended software build created by the OpenPilot CI build server.
# It comes absolutely with no warranty. Use it at your own risk and be careful.
#
# Officially released OpenPilot software can be downloaded from:
# http://wiki.openpilot.org/display/BUILDS/OpenPilot+Software+Downloads
#
# Built from: ${ORIGIN}
# Git tag/branch: ${TAG_OR_BRANCH}
# Git hash: ${HASH8}${DIRTY}
# Git date/time: ${DATETIME}
# Version label: ${LABEL}
#
ORIGIN='${ORIGIN}'
REVISION='${REVISION}'
HASH='${HASH}'
UAVOSHA1='${UAVOSHA1TXT}'
LABEL='${LABEL}'
TAG='${TAG}'
TAG_OR_BRANCH='${TAG_OR_BRANCH}'
TAG_OR_HASH8='${TAG_OR_HASH8}'
HASH8='${HASH8}'
FWTAG='${FWTAG}'
UNIXTIME='${UNIXTIME}'
DATETIME='${DATETIME}'
DATE='${DATE}'
DAY='${DAY}'
MONTH='${MONTH}'
YEAR='${YEAR}'
HOUR='${HOUR}'
MINUTE='${MINUTE}'
DIRTY='${DIRTY}'