aha.

the build46 script is doing a git checkout

grep git ./tools/build/build46
    [ -f $GIT/.git/refs/heads/$BASEVERSION ] && branch=${BASEVERSION} || 
branch=master
    progress_message "Exporting $1 from Git branch $branch..." && do_or_die 
"git --git-dir=$GIT/.git archive --format=tar $branch $1 | tar -xf - >> 
$LOGFILE 2>&1"                                                                  
      
    [ -f $GIT/../release/.git/refs/heads/$BASEVERSION ] && BRANCH=$BASEVERSION 
|| BRANCH=master
    progress_message "Exporting release files from Git branch $BRANCH..." && 
do_or_die "git --git-dir=$GIT/../release/.git archive --format=tar $BRANCH | 
tar -xf - >> $LOGFILE 2>&1"

trying the commit-after-setversion ...

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