I'm running the auto-builder now on my server and will let you know how that goes. Just wanted to make a note that rsync created a directory called ~/auto-build/pd- instead of pd-extended because your email introduced a linebreak when I cut/pasted (and I didn't notice).
So far so good. Assuming I get the auto-build to work on a daily? basis, where's the best place for me to put the most recent package? Just on my own server (imartron.com)?
-martin
On Sun, 2010-06-06 at 17:32 -0400, Hans-Christoph Steiner wrote:
That build is old, how about making builds using the auto-build
scripts? Then it can automatically upload too if fully setup. If the
computer is not on all the time, it could be scheduled to run on
startup, or something else.This is how you set it up and run a build:
mkdir ~/auto-build cd ~/auto-build/ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ pd- extended/ ~/auto-build/pd-extended/scripts/auto-build/pd-extended-auto-builder.sh
.hc