cd ./release
git clean -xfd
git reset --hard HEAD
find . -type f -name *rpms
        (empty)



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.

In either case, neither for HEAD

        cd ./release
        git clean -xfd
        git reset --hard HEAD
        find . -type f -name *rpms
                (empty)

nor for the latest tag

        cd ./release
        git clean -xfd
        git tag | tail
                4.6.3-base
                4.6.3-rc1
                4.6.3.1
                4.6.3.2
                4.6.3.3
                4.6.3.4
                4.6.4-Beta1
                4.6.4-Beta2
                shorewall-4.4.23-Beta4
                shorewall-4.4.26-Beta2

        git checkout 4.6.4-Beta2
        find . -type f -name *rpms
                (empty)

is there a ".rpms"

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/#?


------------------------------------------------------------------------------
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

Reply via email to