Re: Oolite Windows - Trunk nightly builds
Posted: Fri Apr 29, 2016 12:58 pm
We are back online with new modem/router and 23% cooler!
For information and discussion about Oolite.
https://bb.oolite.space/
Getafix wrote:Responding to the public's need, the Windows nightly service has been extended
to deliver "upgrade" functionality through rsync network protocol.
In that way, you can update your Oolite-Trunk installation to the latest nightly release,
getting the differences only.
Since rsync is not delivered with Windows, you can try cwRsync client.
(To be honest with the community, I have only tested the service with cwRsync.)
Having installed cwRsync, you can execute the following in a command prompt:
For 64bit Oolite-Trunk Windows installations:For 32bit Oolite-Trunk Windows installations:Code: Select all
C:\>"c:\Program Files (x86)\cwRsync\bin\rsync.exe" -rlvz --progress rsync://terrastorage.no-ip.info/oolite-trunk-windows_x64/* /cygdrive/c/Oolite-Trunk/.
Some hints:Code: Select all
C:\>"c:\Program Files (x86)\cwRsync\bin\rsync.exe" -rlvz --progress rsync://terrastorage.no-ip.info/oolite-trunk-windows/* /cygdrive/c/Oolite-Trunk/.
Thec:\Program Files (x86)\cwRsync\bin\rsync.exe
and/cygdrive/c/Oolite-Trunk/.
should be changed according
to your installation paths. For exampleD:\MyPath\Oolite-Trunk
becomes/cygdrive/d/MyPath/Oolite-Trunk/.
If your Oolite-Trunk path contains spaces, do not use quotes.
Having just set up the 1.85 nightly on my Win7 system, it took some hunting to track down these details.. any chance you could add them to the OP please, another_commander?Getafix wrote:Hint: There is acwrsync.cmd
in the root installation folder of cwrsync.
Edit this and add the following line at the end of the file:
Oolite nightly 64bitOolite nightly 32bitCode: Select all
"C:\Program Files (x86)\cwRsync\bin\rsync" -rlvz --progress rsync://terrastorage.dyndns.info/oolite-trunk-windows_x64/* /cygdrive/c/Oolite-Trunk/.
If Windows is 32bit (and you have kept the original cwrsync installation) then you need to change the rsync path removingCode: Select all
"C:\Program Files (x86)\cwRsync\bin\rsync" -rlvz --progress rsync://terrastorage.dyndns.info/oolite-trunk-windows/* /cygdrive/c/Oolite-Trunk/.
the " (x86)" form the path. There is a space before the left parenthesis that needs to be removed too.
This line of code also assumes default installation path for Oolite nightly too... change it as per your needs... keeping the/cygdrive/
of course.
Create a shortcut ofcwrsync.cmd
wherever is handy for you and you are now one double-click away fromrsync-inggetting the latest nightly!
(Cudos to AC for pointing this out!)
I went through that post. From what I understand, Getafix allowed players not only to download the full 110 MB release but just the differences by using rsync.
If you answered positively to at least one of these questions... please let me know.Getafix wrote: ↑Sat Dec 14, 2013 3:56 pmDo you have a low-bandwidth high-latency internet connection
and it will take a life-time to download the latest nightly?
Are you away from home and your low download quota
keeps you away from that last fix that will let you get even with the six-limb race?
Do you envy the Linux commanders, as they don't have to download the full setup with every nightly release?