mirror of
https://github.com/Wisser/Jailer.git
synced 2026-02-21 01:13:34 -06:00
removed
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1499 3dd849cd-670e-4645-a7cd-dd197c8d0e81
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
rm -rf ~/tmp/jailer
|
||||
rm -rf ~/tmp/1
|
||||
rm -rf ~/tmp/1.co
|
||||
mkdir ~/tmp/jailer
|
||||
mkdir ~/tmp/1
|
||||
mkdir ~/tmp/1.co
|
||||
cd ~/tmp/1.co
|
||||
svn checkout --username=rwisser https://svn.code.sf.net/p/jailer/code/trunk/docs/dbeauty jailer-code
|
||||
cd ..
|
||||
mv 1.co/dbeauty/* jailer
|
||||
cd jailer
|
||||
|
||||
find . -iname "*.htm" -exec sed "s|class=\"spacer\" .*width=\"100%\"> *<br>|class=\"spacer\" width=\"100%\">|g" '{}' --in-place \;
|
||||
find . -iname "*.html" -exec sed "s|class=\"spacer\" .*width=\"100%\"> *<br>|class=\"spacer\" width=\"100%\">|g" '{}' --in-place \;
|
||||
|
||||
cp home-db.htm index.html
|
||||
find -iname ".svn" -exec rm -rf '{}' \;
|
||||
find -iname ".cvs*" -exec rm -rf '{}' \;
|
||||
|
||||
scp -r * rwisser,dbeauty@web.sf.net:/home/project-web/dbeauty/htdocs/
|
||||
|
||||
Reference in New Issue
Block a user