Browse Source

Update _subversion

delete EMU_ON on updates
pull/9/head
Gorgone 6 years ago
committed by GitHub
parent
commit
411bd4c2e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      support/functions/_subversion

3
support/functions/_subversion

@ -35,6 +35,7 @@ checkout(){
rm -rf "$fc1"; rm -rf "$fc1";
_nl; _nl;
[ -f "$workdir/SVN-IS-PATCHED" ] && rm -f "$workdir/SVN-IS-PATCHED"; [ -f "$workdir/SVN-IS-PATCHED" ] && rm -f "$workdir/SVN-IS-PATCHED";
[ -f "$workdir/EMU_ON" ] && rm -f "$workdir/EMU_ON";
tarsvn; tarsvn;
}; };
svnrestore(){ svnrestore(){
@ -67,6 +68,7 @@ svnrestore(){
[ -L "$workdir/lastbuild.log" ]&& rm "$workdir/lastbuild.log"; [ -L "$workdir/lastbuild.log" ]&& rm "$workdir/lastbuild.log";
[ -L "$workdir/lastpatch.log" ]&& rm "$workdir/lastpatch.log"; [ -L "$workdir/lastpatch.log" ]&& rm "$workdir/lastpatch.log";
[ -f "$workdir/SVN-IS-PATCHED" ] && rm -f "$workdir/SVN-IS-PATCHED"; [ -f "$workdir/SVN-IS-PATCHED" ] && rm -f "$workdir/SVN-IS-PATCHED";
[ -f "$workdir/EMU_ON" ] && rm -f "$workdir/EMU_ON";
}; };
quicksvnrestore(){ quicksvnrestore(){
untarsvn $1; untarsvn $1;
@ -184,6 +186,7 @@ done < <(svn co "$trunkurl" "$svndir" $_rev| sed "s@$svndir@@g"| awk '{print $2}
reset_="$("$svndir/config.sh" -R)"; reset_="$("$svndir/config.sh" -R)";
echo "Revision: $(REVISION) done..."; echo "Revision: $(REVISION) done...";
[ -f "$workdir/SVN-IS-PATCHED" ] && rm -f "$workdir/SVN-IS-PATCHED"; [ -f "$workdir/SVN-IS-PATCHED" ] && rm -f "$workdir/SVN-IS-PATCHED";
[ -f "$workdir/EMU_ON" ] && rm -f "$workdir/EMU_ON";
_get_config_menu; _get_config_menu;
fi;)); fi;));
}; };

Loading…
Cancel
Save