aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
AgeCommit message (Collapse)Author
2013-01-29make builds use Fink fully, rather than just tacked onto the PATH (. ↵Hans-Christoph Steiner
/sw/bin/init.sh) svn path=/trunk/; revision=16996
2012-11-17update rsync uploading for new apt.puredata.info setupHans-Christoph Steiner
svn path=/trunk/; revision=16559
2012-09-28set rsync server via a single variable in auto-build-commonHans-Christoph Steiner
svn path=/trunk/; revision=16312
2010-01-08see a bit more of the end of the logHans-Christoph Steiner
svn path=/trunk/; revision=12920
2009-08-14added the linker error as one of the things to include in the emailHans-Christoph Steiner
svn path=/trunk/; revision=11915
2009-06-03better logging related to chroots and attempt to separate log filesHans-Christoph Steiner
svn path=/trunk/; revision=11663
2009-06-02stopped double-builds by testing for a chroot dir before trying to build ↵Hans-Christoph Steiner
from them svn path=/trunk/; revision=11615
2009-06-02added line to set the hostname for the chroots so the logfiles get labeled ↵Hans-Christoph Steiner
properly svn path=/trunk/; revision=11614
2009-03-23- added direct mailing support for Cygwin 'email' via Windows/MinGW buildsHans-Christoph Steiner
- added network debug info - made source rsync function and reverted Cygwin rsync to be the same as the UNIX ones. This means that it doesn't try to copy symlinks anymore. svn path=/trunk/; revision=10892
2009-03-04it seems I also have to turn off the link support implied by --archiveHans-Christoph Steiner
svn path=/trunk/; revision=10831
2009-03-04an attempt at getting symlinked files working under MinGW/Cygwin by copying ↵Hans-Christoph Steiner
them to files svn path=/trunk/; revision=10830
2009-03-02fixed stupid search-n-replace bugHans-Christoph Steiner
svn path=/trunk/; revision=10826
2009-03-01added chroots to automatic buildsHans-Christoph Steiner
svn path=/trunk/; revision=10825
2008-10-08there was a missing # so it was trying to execute the commentsHans-Christoph Steiner
svn path=/trunk/; revision=10327
2008-10-07elaborate on the fact, that the logfile might not be availableIOhannes m zmölnig
svn path=/trunk/; revision=10326
2008-10-02make the error-grep case-insensitive (to allow "ERROR:")IOhannes m zmölnig
svn path=/trunk/; revision=10321
2008-09-30replaced `` syntax with $();IOhannes m zmölnig
added a 1-before-last line to the logfile indicating the uploaded package (LATER use this to rename the logfile to something more meaningful; FIRST wait whether everything still works...) svn path=/trunk/; revision=10317
2008-09-27try to only mail the lines that actually contain the errorIOhannes m zmölnig
svn path=/trunk/; revision=10313
2008-09-25stripped full path from the logfile before mailing itIOhannes m zmölnig
svn path=/trunk/; revision=10309
2008-09-23add a link to the full logs in the mail-body (sent if the build has failed)IOhannes m zmölnig
svn path=/trunk/; revision=10308
2008-04-16removed the --login from the cygwin shell used to run the rsyncing on MinGW ↵Hans-Christoph Steiner
since the Cygwin profile seems to cause problems, plus rsync shouldn't need a full login environment to run svn path=/trunk/; revision=9713
2008-04-11nevermind on that hack...Hans-Christoph Steiner
svn path=/trunk/; revision=9694
2008-04-11temporary hack to update Mac OS X Fink buildsHans-Christoph Steiner
svn path=/trunk/; revision=9693
2008-04-11switched /home to /Users/hans since Mac OS X 10.5/Leopard uses /home for ↵Hans-Christoph Steiner
it's automounting... arg svn path=/trunk/; revision=9691
2007-11-29updated checkout script to update all copies of the pd source tree it findsHans-Christoph Steiner
svn path=/trunk/; revision=9066
2007-11-27only send emails if RECIPIENT is definedIOhannes m zmölnig
svn path=/trunk/; revision=9056
2007-11-27an attempt to squelch some random errors on the build machinesHans-Christoph Steiner
svn path=/trunk/; revision=9049
2007-10-26added fink to the end of the PATH on Mac OS X so that md5sum is foundHans-Christoph Steiner
svn path=/trunk/; revision=8884
2007-04-27removed echo statement to have emails sent only on errorsHans-Christoph Steiner
svn path=/trunk/; revision=7610
2007-04-20made script run what's available on the machine instead of having it hard codedHans-Christoph Steiner
svn path=/trunk/; revision=7585
2006-12-11copied pd-extended-auto-builder.sh and changed pathHans-Christoph Steiner
svn path=/trunk/; revision=6790
2006-11-28chopped down email report to 20 linesHans-Christoph Steiner
svn path=/trunk/; revision=6486
2006-10-24switched from if to case statement so I can use a wildcard at the end of the ↵Hans-Christoph Steiner
test for mingw, since the uname varies depending on the Windows version svn path=/trunk/; revision=6158
2006-10-21made rsync uploads use cygwin shells since Cygwin's rsync doesn't like ↵Hans-Christoph Steiner
MinGW's ssh, a requirement for uploading svn path=/trunk/; revision=6150
2006-10-18switched to a common file for common variables; downcased hostname and unameHans-Christoph Steiner
svn path=/trunk/; revision=6133
2006-09-25redirected email to pd-cvs; made this script run as the 'pd' userHans-Christoph Steiner
svn path=/trunk/; revision=6025
2006-08-22moved log files to a subdir for each dayHans-Christoph Steiner
svn path=/trunk/; revision=5709
2006-08-13added hostname to logfile name so that the logfiles can be distiguished from ↵Hans-Christoph Steiner
each other once uploaded to the web server svn path=/trunk/; revision=5580
2006-08-12added logfile uploadingHans-Christoph Steiner
svn path=/trunk/; revision=5572
2006-08-09added success test so that it only send the email on failureHans-Christoph Steiner
svn path=/trunk/; revision=5537
2006-08-08call script with 'sh' before to avoid execute permission troublesHans-Christoph Steiner
svn path=/trunk/; revision=5509
2006-08-07make sure the script is executable before trying to run itHans-Christoph Steiner
svn path=/trunk/; revision=5498
2006-08-03whoops, forgot the distro in the pathHans-Christoph Steiner
svn path=/trunk/; revision=5470
2006-08-03extended auto-builds to allow for building multiple distros, and included a ↵Hans-Christoph Steiner
pd-MAIN distro, which seems to work. We'll see... svn path=/trunk/; revision=5468
2006-08-02starting to support multiple package formatsHans-Christoph Steiner
svn path=/trunk/; revision=5460
2006-07-31working scripts from compile farm master, pd-debian-stableHans-Christoph Steiner
svn path=/trunk/; revision=5439