mirror of https://github.com/davisking/dlib.git
Removed a flip command that was causing trouble.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403064
This commit is contained in:
parent
7a8a799970
commit
3a698e63e6
|
@ -46,7 +46,6 @@ DLIB_REPOS=`svn info | grep URL | awk '{print $2}' | sed -e 's/\/docs$//' `
|
|||
REVISION=`svn info | grep Revision | awk '{ print $2}'`
|
||||
|
||||
svn log -v -r $REVISION:`cat $REVNUM_FILE` $DLIB_REPOS/dlib > release/change_log.txt || report_failure
|
||||
flip -m release/change_log.txt
|
||||
|
||||
echo $REVISION | awk '{ print $1 + 1}' > $REVNUM_FILE
|
||||
|
||||
|
|
Loading…
Reference in New Issue