FIX: Selecting VPP packages 52/18052/2
authorPeter Mikus <pmikus@cisco.com>
Wed, 6 Mar 2019 09:31:19 +0000 (09:31 +0000)
committerPeter Mikus <pmikus@cisco.com>
Wed, 6 Mar 2019 09:32:38 +0000 (09:32 +0000)
commitfe7c90f5cc1cff7b4fedab81adb7ae77a920087f
tree116da54208da922bb365d9a561d10edc22ae2a1e
parent022a4e8f9169de9adcee6498507da50333a727d1
FIX: Selecting VPP packages

There is an issue when multiple VPP versions of same commit
but different build is in repository. Artifacts.sh will find
multiple version and cennot properly download only one.

00:00:46.522 ++ apt-get -y download libvppinfra=19.04-rc0~290-gd4295e61a~b2173 19.04-rc0~290-gd4295e61a~b2172 19.04-rc0~290-gd4295e61a~b2171 libvppinfra-dev=19.04-rc0~290-gd4295e61a~b2173 19.04-rc0~290-gd4295e61a~b2172 19.04-rc0~290-gd4295e61a~b2171 <truncated...//pm>

This patch will select latest as the behavior is result of
re-merge effect.

Change-Id: I8ce21244e2b05e60af0ea51107f9138173844330
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/libraries/bash/function/artifacts.sh