summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret1-24/+34
Bug-AGL: SPEC-2289 Change-Id: I7486876f0fd50e776280dfeb983f6b47200a7c29 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-19Rework zip package versioningSebastien Douheret1-6/+5
In order to always have a number that's incrementing, use git commits number for last detected tag. Change-Id: I9d8b6b56b9b884e4adfb20113cfe8f3738c473d6 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-18Update command used to extract version from tagSebastien Douheret1-1/+1
Fix for issue SPEC-1782 XDS Version is based on git tags and 3 formats are used to tag the same AGL version, for example: flounder_6.90.0, flounder/6.90.0, tag: 6.90.0. For time to time (don't know why always reproducible) the "git describe" command returns the number version/tag (6.90.0) that is expected and sometimes it's the string version/tag (flounder/6.90.0) that is problematic. Change-Id: I9fdbe93cfea917493a8d4e8346a72cc97cf9c5bd Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-07Update/fix rpm and deb packagingflounder_5.99.2flounder/5.99.25.99.2Sebastien Douheret1-8/+10
Change-Id: I576c7c02def683dc3028194e68416bfc0b167067 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-05-22go version: check if go version is greater than 1.9.0Clément Bénier1-3/+4
Makefile checks if go version is greater than 1.9.0 if it is not the case an error log advise to clear the glide cache with glide cc command. Change-Id: If141a2b0972139a132f21c640affdf05869db2b5 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-6/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-12Removed useless file from Windows packagev0.1.2Sebastien Douheret1-0/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Added Copyright headers.v0.1.0Sebastien Douheret1-2/+19
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Check go version because xds-common request go > v1.8.1Sebastien Douheret1-1/+17
2017-11-10Added config and install scriptsSebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-06Fixed version setting.Sebastien Douheret1-2/+2
2017-11-06Initial commitv0.0.1Sebastien Douheret1-0/+153
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>