git-svn-id: svn://ultimatepp.org/upp/trunk@8985 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-10-05 08:45:21 +00:00
parent 4de4f82200
commit 93c14fd79a
3 changed files with 22 additions and 1 deletions

View file

@ -13,7 +13,8 @@ file
doinstall,
domake,
readme,
upp.spec;
upp.spec,
git-mirror;
mainconfig
"" = "SCRIPTS";

16
uppbox/Scripts/git-mirror Normal file
View file

@ -0,0 +1,16 @@
Some of commands used to setup git-mirror:
git svn clone svn://www.ultimatepp.org/upp/trunk
git remote add origin https://github.com/ultimatepp/mirror.git
ssh-keygen -t rsa -b 4096 -C "git-username@gmail.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
ssh -T git@github.com
git remote set-url origin git@github.com:ultimatepp/mirror.git

View file

@ -1,6 +1,10 @@
set -e
#rm ~/upload/* || true
# u:/ is set to be the home folder of account responsible for building
# wine and SDK is installed there...
wine u:/Win32/theide/umk u:/upp.src/uppbox,u:/upp.src/uppsrc MakeInstall4 u:/Win32/theide/MSC9.bm -ar u:/mku.exe
wine u:/mku.exe
#~/bin/upload