aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
AgeCommit message (Expand)Author
2012-09-28include platform-specific libs in LIB_TARGETS variable when running 'svn update'Hans-Christoph Steiner
2012-09-28streamline 'svn update' procedure a little bitHans-Christoph Steiner
2012-09-28add global 'svn up' to include the root folderHans-Christoph Steiner
2012-09-28set rsync server via a single variable in auto-build-commonHans-Christoph Steiner
2012-09-27kludge to restore folders when they've been converted from svn:externals to d...Hans-Christoph Steiner
2012-09-26add new script to automate the generation of Pd-extended source tarballsHans-Christoph Steiner
2012-09-26only make source tarball when its requested via command line argHans-Christoph Steiner
2012-09-26add command line arg for making a source tarball only and not buildingHans-Christoph Steiner
2012-09-26add log messages to mark stages of the build processHans-Christoph Steiner
2012-09-25generate a source tarball before running the buildHans-Christoph Steiner
2012-09-21fix the invocation of 'make distclean'Hans-Christoph Steiner
2012-09-21remove dead svn:externals so they can be replaced by new foldersHans-Christoph Steiner
2012-09-11updated to new temporary home for rsync uploadsHans-Christoph Steiner
2012-09-04run 'make distclean' before svn/git clean so the autotools Makefiles still ex...Hans-Christoph Steiner
2012-09-04run the complete 'make distclean' before building everythingHans-Christoph Steiner
2012-08-31update directly from git and svn servers, rather than rsyncingHans-Christoph Steiner
2011-08-05print out env vars for debuggingHans-Christoph Steiner
2011-06-27upload new zip package for WindowsHans-Christoph Steiner
2010-06-01oops, mistakenly committed, revertingHans-Christoph Steiner
2010-05-30updated for new libdir layout which needs a different declare statment than t...Hans-Christoph Steiner
2009-04-05fixed chmod line to hopefully workHans-Christoph Steiner
2009-04-03added chmod to rsync uploading to try to insure that the uploads are download...Hans-Christoph Steiner
2009-03-23oops, forgot to remove debug bitsHans-Christoph Steiner
2009-03-23- added direct mailing support for Cygwin 'email' via Windows/MinGW buildsHans-Christoph Steiner
2009-03-04it seems I also have to turn off the link support implied by --archiveHans-Christoph Steiner
2009-03-04an attempt at getting symlinked files working under MinGW/Cygwin by copying t...Hans-Christoph Steiner
2008-09-30replaced `` syntax with $();IOhannes m zmölnig
2008-04-18clean up pd-extended auto-build script and prepped the release scriptHans-Christoph Steiner
2008-04-18made archive filename generation more robust, fixing md5 problem on MinGWHans-Christoph Steiner
2008-04-16removed the --login from the cygwin shell used to run the rsyncing on MinGW s...Hans-Christoph Steiner
2008-04-15removed --login from the MinGW rsync shells since it is unneeded, and the Cyg...Hans-Christoph Steiner
2007-12-04the latest version of cygwin's rsync now seems to completely not work under M...Hans-Christoph Steiner
2007-11-06added lines to debug missing /usr/local/include/stdlib.h on MinGWHans-Christoph Steiner
2007-11-04included the patches into the branch-v0-40-extended so they don't need to be ...Hans-Christoph Steiner
2007-10-24added md5 files for each file uploadedHans-Christoph Steiner
2007-07-09first stab at automated .deb buildingHans-Christoph Steiner
2006-11-26reduced the verbosity of the rsync as discussed a while back on pd-devHans-Christoph Steiner
2006-11-12reordered to make compile errors clearerHans-Christoph Steiner
2006-10-24switched from if to case statement so I can use a wildcard at the end of the ...Hans-Christoph Steiner
2006-10-21run 'make package_clean' to ensure that the old builds are really gone; remov...Hans-Christoph Steiner
2006-10-21made rsync uploads use cygwin shells since Cygwin's rsync doesn't like MinGW'...Hans-Christoph Steiner
2006-10-19the uname -s is now downcased in auto-build-common, so I adjusted the case st...Hans-Christoph Steiner
2006-10-18switched to a common file for common variables; downcased hostname and unameHans-Christoph Steiner
2006-10-17split up patching and version munging into separate targets to support having...Hans-Christoph Steiner
2006-09-29fixed up hostname so that the domain name is not included; added skeleton to ...Hans-Christoph Steiner
2006-09-28oops, sh didn't like that case syntax, let's try thisHans-Christoph Steiner
2006-09-28added status message for debuggingHans-Christoph Steiner
2006-09-28fixed up for windowsHans-Christoph Steiner
2006-08-08added a final line that echos to the logfile to test whether the build was su...Hans-Christoph Steiner
2006-08-08got the rsync upload working on Mac OS X, hopefully it still works on GNU/LinuxHans-Christoph Steiner