Release 1.14.1
New features:
- Allow specifying
sha1sum
for all lines in .source files, not just the ones referring to Git repos. This lets us verify the integrity of source tarballs in our upstream cache (SOFTWARE-3568). - Add promotion routes for the rolling release repositories. Also add route aliases that can refer to multiple routes, e.g.
osg-promote --route=3.4-rfr
expands toosg-promote --route=3.4-prerelease,3.4-rolling
(SOFTWARE-3465). - Allow specifying either the commit hash or the tag hash in .source files (for heavyweight tags) (SOFTWARE-3453).
Bugs fixed:
- RPMs of osg-build will no longer use
/usr/bin/env python
for osg-build tools (SOFTWARE-3552). This avoids problems with virtualenvs or other local Python installs in your$PATH
.
Note:
- Previous versions of osg-build allowed omitting the "tag" field of a source line if both the tarball and the hash are specified. This is no longer allowed.