aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
AgeCommit message (Expand)Author
2012-12-18add 'uname -a' for more debugging infoHans-Christoph Steiner
2012-12-13turn on 'bash -x' debugging outputHans-Christoph Steiner
2012-11-17switch rsync uploading to apt.puredata.infoHans-Christoph Steiner
2012-10-30remove Cygwin rsync hack, MSYS now includes its own rsyncHans-Christoph Steiner
2012-10-30untabify againHans-Christoph Steiner
2012-10-30untabify and fix indentingHans-Christoph Steiner
2012-10-16fix md5 sed regex for binary packagesHans-Christoph Steiner
2012-10-16make sure the .md5 files have the correct filename inside of themHans-Christoph Steiner
2012-10-04doh left in an 'exit' call...Hans-Christoph Steiner
2012-10-03use the version from pd/src/m_pd.h to set the package version in the debian/c...Hans-Christoph Steiner
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