Add extra validation of our package version format in the build scripts,
authorWard Vandewege <ward@curii.com>
Fri, 30 Jul 2021 17:27:35 +0000 (13:27 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 30 Jul 2021 17:31:32 +0000 (13:31 -0400)
commitf5a518f3b72f8003793d617708974e30b2186b2c
treee4996fadfb6534ca5cabbc661985fc12327ae3d4
parent23ce820aad666f5ad897ffe106f8b5f7e4baac33
Add extra validation of our package version format in the build scripts,
it must match

  ^[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+|)(~rc[0-9]+|~dev[0-9]+|)-[0-9]+$

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
build/run-build-packages-one-target.sh