mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.docs
git-svn-id: svn://ultimatepp.org/upp/trunk@8985 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4de4f82200
commit
93c14fd79a
3 changed files with 22 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ file
|
|||
doinstall,
|
||||
domake,
|
||||
readme,
|
||||
upp.spec;
|
||||
upp.spec,
|
||||
git-mirror;
|
||||
|
||||
mainconfig
|
||||
"" = "SCRIPTS";
|
||||
|
|
|
|||
16
uppbox/Scripts/git-mirror
Normal file
16
uppbox/Scripts/git-mirror
Normal 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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue