aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build
AgeCommit message (Collapse)Author
2008-01-03Ensure that aclocal and autoheader are executed in addition to autoconf. THisRussell Bryant
should fix the problems from last night's auto builds. svn path=/trunk/; revision=9121
2007-12-07renaming final tar.bz2 package from pd to desiredataHans-Christoph Steiner
svn path=/trunk/; revision=9085
2007-12-04the latest version of cygwin's rsync now seems to completely not work under ↵Hans-Christoph Steiner
MinGW, previously downloading worked, but not uploading svn path=/trunk/; revision=9078
2007-12-03changed pd-main to desiredataHans-Christoph Steiner
svn path=/trunk/; revision=9071
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-28copying pd-main build script for desiredataHans-Christoph Steiner
svn path=/trunk/; revision=9064
2007-11-27disabled the RECIPIENT by default and added some notes on how to enable itIOhannes m zmölnig
svn path=/trunk/; revision=9057
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-11-06added lines to debug missing /usr/local/include/stdlib.h on MinGWHans-Christoph Steiner
svn path=/trunk/; revision=8949
2007-11-04included the patches into the branch-v0-40-extended so they don't need to be ↵Hans-Christoph Steiner
applied anymore svn path=/trunk/; revision=8932
2007-10-26updated script to build universal binaries for: i386, x86_64, ppc, and ↵Hans-Christoph Steiner
ppc64. Tk does not build 64-bit (yet?) Here's the basic info: http://aspn.activestate.com/ASPN/Mail/Message/tcl-mac/2920946 svn path=/trunk/; revision=8887
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-10-24added md5 files for each file uploadedHans-Christoph Steiner
svn path=/trunk/; revision=8877
2007-10-22ok, this should work now, so switched to pd-cvs for recipientHans-Christoph Steiner
svn path=/trunk/; revision=8862
2007-10-22fixed path to logsHans-Christoph Steiner
svn path=/trunk/; revision=8861
2007-10-22first stab at making a script to mail the MinGW build logs from the ↵Hans-Christoph Steiner
auto-build web server svn path=/trunk/; revision=8860
2007-10-22created two new nightly builds after the puredyne+pd-extended meetingHans-Christoph Steiner
svn path=/trunk/; revision=8859
2007-07-09first stab at automated .deb buildingHans-Christoph Steiner
svn path=/trunk/; revision=7923
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
2007-03-24updated function syntax to be more strictly bourne shell compatible (i.e. ↵Hans-Christoph Steiner
removed bash syntax) svn path=/trunk/; revision=7514
2006-12-15script to sync and build Tcl/Tk from CVSHans-Christoph Steiner
svn path=/trunk/; revision=6911
2006-12-14remove package from /tmp/ once it is uploadedHans-Christoph Steiner
svn path=/trunk/; revision=6888
2006-12-13made scripts to run auto-builds from cmd.exe and cygwinHans-Christoph Steiner
svn path=/trunk/; revision=6836
2006-12-11copied pd-extended-auto-builder.sh and changed pathHans-Christoph Steiner
svn path=/trunk/; revision=6790
2006-12-11made script use a function to make it easy to add more distrosHans-Christoph Steiner
svn path=/trunk/; revision=6788
2006-11-28chopped down email report to 20 linesHans-Christoph Steiner
svn path=/trunk/; revision=6486
2006-11-26reduced the verbosity of the rsync as discussed a while back on pd-devHans-Christoph Steiner
svn path=/trunk/; revision=6430
2006-11-12reordered to make compile errors clearerHans-Christoph Steiner
svn path=/trunk/; revision=6273
2006-11-09don't make a package if the build exited with an errorHans-Christoph Steiner
svn path=/trunk/; revision=6244
2006-10-30one more minor glitch, now it worksHans-Christoph Steiner
svn path=/trunk/; revision=6193
2006-10-28oops typo, my badHans-Christoph Steiner
svn path=/trunk/; revision=6177
2006-10-27minor tweaks to support building Pd.app for pd-MAIN in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6169
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-21run 'make package_clean' to ensure that the old builds are really gone; ↵Hans-Christoph Steiner
removed obsolete test_package, perhaps that will come back some day svn path=/trunk/; revision=6152
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-19the uname -s is now downcased in auto-build-common, so I adjusted the case ↵Hans-Christoph Steiner
statement accordingly svn path=/trunk/; revision=6138
2006-10-18switched to a common file for common variables; downcased hostname and unameHans-Christoph Steiner
svn path=/trunk/; revision=6133
2006-10-17split up patching and version munging into separate targets to support ↵Hans-Christoph Steiner
having the date in the version svn path=/trunk/; revision=6120
2006-10-03Miller doesn't seem to want to support Jack on Mac OS X, and its been broken ↵Hans-Christoph Steiner
in CVS for a while now, so I am disabling it in the auto-builds svn path=/trunk/; revision=6069
2006-09-29fixed up hostname so that the domain name is not included; added skeleton to ↵Hans-Christoph Steiner
pd-devel script svn path=/trunk/; revision=6055
2006-09-28oops, sh didn't like that case syntax, let's try thisHans-Christoph Steiner
svn path=/trunk/; revision=6049
2006-09-28added status message for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=6048
2006-09-28fixed up for windowsHans-Christoph Steiner
svn path=/trunk/; revision=6046
2006-09-25redirected email to pd-cvs; made this script run as the 'pd' userHans-Christoph Steiner
svn path=/trunk/; revision=6025
2006-08-22added 'latest' linkHans-Christoph Steiner
svn path=/trunk/; revision=5711
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