summaryrefslogtreecommitdiffstats
path: root/utils/calculate_version.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-28Refactor Docker build jobsjose.lausuch1-136/+0
- Remove incremental tags for stable branches - Use "latest" or "stable" tags only - Have a single job template for all projects More info here: https://wiki.opnfv.org/display/INF/Docker+handling+in+CI Change-Id: Ibce3ef2faee136f56f0eab12dfe7a93c267db854 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-09-19dovetail docker job addedMatthewLi1-0/+2
JIRA: DOVETAIL-14 Change-Id: I41be18ee88f5798509a608fe9bd66c6971bbff82 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-03Docker, change BASE_VERSION to brahmaputra.3jose.lausuch1-7/+8
return ${BASE_VERSION}.0 if ${BASE_VERSION} does not exist (first time) Change-Id: I96654834099c9f806ce8aec8571a755dc803e1e9 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-28Add license headerFatih Degirmenci1-7/+9
License headers are added. - Set company name based on the author who created the file first time - Add SPDX header for Apache 2.0 Change-Id: I8f357a2d6f75179171c681f4b53e0f4249eca5a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-11-11Functest docker build script path correctedjose.lausuch1-1/+1
JIRA: FUNCTEST-78 Change-Id: I90923c8e1a6354292f14921bcfe9ff4601eed717 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-11-10Script to calculate the version of an OPNFV objectjose.lausuch1-0/+131
This script calculates and outputs the version of the given object: - docker images - artifacts JIRA: RELENG-52 Change-Id: I770dc0acc60ced19e77746584d4d3c484f55223e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>