aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
AgeCommit message (Expand)Author
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
2006-08-03oops, forgot a bunch of things, like reenabling rsyncing..Hans-Christoph Steiner
2006-08-03extended auto-builds to allow for building multiple distros, and included a p...Hans-Christoph Steiner