On 9/27/2014 12:25 PM, PGNd wrote: > On Sat, Sep 27, 2014, at 11:53 AM, Tom Eastep wrote: >>> Your build command should be 'build46 4.6.4-BetaX' >>> >> Where 'BetaX' is what is in the .rpms in the ./release repository. > > minor confusion then. > > that > > build46 4.6.4-BetaX > > *appears* to imply that I'm building/packaging a specific release tag, not > HEAD.
You are building against a particular *branch*, not a tag. In the case of 4.6.4, there is no branch yet (branches are created at release time), so you are building against 'master'. The build system can only build against the HEAD of a branch. It isn't intended to be able to build against arbitrary tags. > > In either case, neither for HEAD > > cd ./release > git clean -xfd > git reset --hard HEAD > find . -type f -name *rpms > (empty) > ls *.rpm '.rpms' is the plural of '.rpm'. > > Is that only available after a specific build step, so that I have to exec a > partial build, grab that version name/#, then exec build46 with that > retrieved name/#? No. But you can only build rpms for the version specified in the .rpm files in the ./release repository. If you want to build different rpms, you must modify *.rpm to build that version. You can use the 'setversion' program to do that. Note that 'setversion' creates a log entry in each .rpm file. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
