Devan Goodwin wrote: ... % (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. % --keep-version Use spec file version/release to tag package. % % Combine --test with --rpm or --srpm to replicate the functionality of % make test-rpm. -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
