mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 11:20:53 +01:00
fix tiny bug in cronpublish.sh ( missing "G" (letter used by svn when it
"merges" changes) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6017 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8e5b487360
commit
884f3b0616
@ -36,7 +36,7 @@ for project in $PROJECTS; do
|
|||||||
cd $HOMEDIR/$project
|
cd $HOMEDIR/$project
|
||||||
$SVN_BIN update --non-interactive | while read UA file; do
|
$SVN_BIN update --non-interactive | while read UA file; do
|
||||||
case $UA in
|
case $UA in
|
||||||
U|P)
|
U|P|G)
|
||||||
publish $file
|
publish $file
|
||||||
;;
|
;;
|
||||||
A)
|
A)
|
||||||
|
Loading…
Reference in New Issue
Block a user