summaryrefslogtreecommitdiffstats
path: root/releases/fraser/armband.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-07-02[release] Fuel, Armband: Release opnfv-6.2.1Alexandru Avadanii1-0/+3
Change-Id: Ic3e0be0f031408146ceead3130850650e6bde125 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-29[release] Fuel, Armband: Release opnfv-6.2.0Alexandru Avadanii1-0/+3
Change-Id: I704c09f22098023ad39b835a982a58159ac45ff0 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-26[release] Fuel, Armband: Release opnfv-6.1.0Alexandru Avadanii1-0/+3
Change-Id: I7ec0b1d9b40d12500eaf0f82e2e8035c488d1437 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-25Verify and Create Tags from Release FileTrevor Bramwell1-0/+24
Updates the releases verify and merge jobs to check release files for the following: - commits exist - commits are on stable-branch If both of these criteria are met and the patch is merged, the repos will be tagged at the specified commits and pushed. If a repo has already been tagged but not on stable-branch the job will not exit, but will warn that the commit doesn't exist on the correct branch. This is because tags should never be removed. This adds an additional script 'repos.py' that provides an quick interface for pulling out information from release files, along with the script 'release-status.sh' for checking the status of tags. NOTE: The branch creation script has been disabled until it can be reworked. Change-Id: I498bc74f20aa50d2bd321771f20a77905b246399 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>