% > % (dgood...@elaine)[~/src/spacewalk] % build.py --help % > % Usage: build.py [options] arg % > % % > % Options: % > % -h, --help show this help message and exit % > % --tgz build .tar.gz % > % --srpm build srpm % > % --rpm build rpm % > % --dist=DIST dist tag to apply to srpm and/or rpm (i.e. .el5) % > % --test Use current branch HEAD instead of latest package % > tag. % --no-cleanup Do not clean up temporary build % > directories/files. % --tag=TAG Build a specific tag instead % > of the latest version. % (i.e. spacewalk-java-0.4.0-1) % > % --debug Print debug messages. % > % --tag-release Tag a new release of the package. (i.e. x.y.z-R+1 % > % > So this is equivalent of 'make tag-minor-release'. Is there a way how % > to achieve 'make tag-release' behaviour (i.e. x.y.(z+1)-1)? % > I'd suggest renaming to --tag-minor-release to be compatible with % > make. ... % build.py --tag-release should just figure out whether or not you want a % minor or major release. It became apparent that for any given % sub-project we only really allow one type (major or minor) so the code % now will figure out which to do based on some metadata in % build.py.props. (if it's required, if not specified we assume make % tag-release)
Cool ;). % Just noticed my help msg for --tag-release is out of date, will update % this. % % Thanks, % % Devan -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
