aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-08-05print out env vars for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=15205
2011-06-27upload new zip package for WindowsHans-Christoph Steiner
svn path=/trunk/; revision=15115
2011-06-27upload new zip package for WindowsHans-Christoph Steiner
svn path=/trunk/; revision=15113
2011-06-27replaced tabs with spacesHans-Christoph Steiner
svn path=/trunk/; revision=15112
2011-04-07since Gem is now 2 levels deep, cd.. is not enoughIOhannes m zmölnig
svn path=/trunk/; revision=15066
2011-04-07moving Gem from pure-data/ to pure-data/externals/IOhannes m zmölnig
there is really no difference between Gem and (e.g.) fftease, why should they live in different directories? svn path=/trunk/; revision=15064
2011-02-22removed libdir since its in 'startup' and added vanilla/list since it must ↵Hans-Christoph Steiner
be pre-loaded to work svn path=/trunk/; revision=14943
2011-01-15direct git output to the log fileHans-Christoph Steiner
svn path=/trunk/; revision=14744
2011-01-13if it has git sources, 'git pull' in themHans-Christoph Steiner
svn path=/trunk/; revision=14733
2011-01-11added new 'extra' libdir as a library to load by defaultHans-Christoph Steiner
svn path=/trunk/; revision=14707
2010-12-15try a config stripped of almost all librariesHans-Christoph Steiner
svn path=/trunk/; revision=14649
2010-12-13update each sectionHans-Christoph Steiner
svn path=/trunk/; revision=14615
2010-12-12updated libraries to load by default and added pd-extended.bat for MS WindowsHans-Christoph Steiner
svn path=/trunk/; revision=14591
2010-09-17cp pd-extended-auto-builder.sh pd-extended-release-auto-builder.sh Hans-Christoph Steiner
svn path=/trunk/; revision=14155
2010-08-24moved git messages to the logfileHans-Christoph Steiner
svn path=/trunk/; revision=13905
2010-08-11fixed spelling errorHans-Christoph Steiner
svn path=/trunk/; revision=13784
2010-08-10copied git script for two more distrosHans-Christoph Steiner
svn path=/trunk/; revision=13781
2010-08-10setup git builder for vanillaHans-Christoph Steiner
svn path=/trunk/; revision=13780
2010-06-14ignore tot version messageHans-Christoph Steiner
svn path=/trunk/; revision=13657
2010-06-14removing debug messages that are not in the log fileHans-Christoph Steiner
svn path=/trunk/; revision=13653
2010-06-14fixed up script to rsync up load and email meHans-Christoph Steiner
svn path=/trunk/; revision=13652
2010-06-01oops, mistakenly committed, revertingHans-Christoph Steiner
svn path=/trunk/; revision=13581
2010-05-30updated for new libdir layout which needs a different declare statment than ↵Hans-Christoph Steiner
the 0.41.4 release svn path=/trunk/; revision=13580
2010-04-12converted to use 'Pd-extended' as the folder for the registry settings; ↵Hans-Christoph Steiner
fixed missing " doublequote from flags svn path=/trunk/; revision=13422
2010-04-07renamed the GNU/Linux preference file from .pdsettings to .pdextended so ↵Hans-Christoph Steiner
that Pd-extended has separate preferences from Pd-vanilla svn path=/trunk/; revision=13403
2010-04-07renamed Mac OS X preferences root from org.puredata.pd to ↵Hans-Christoph Steiner
org.puredata.pdextended so that Pd-extended has separate prefs from Pd-vanilla svn path=/trunk/; revision=13402
2010-03-18more changes to separate 'pd-extended' files from 'puredata' filesHans-Christoph Steiner
svn path=/trunk/; revision=13224
2010-03-10converted freeverb folder to have the same name as the object, therefore it ↵Hans-Christoph Steiner
doesn't need to be loaded as a library svn path=/trunk/; revision=13201
2010-01-21changed Pd-extended's registry dir to Pd-extended to separate settings from ↵Hans-Christoph Steiner
Pd-vanilla svn path=/trunk/; revision=13060
2010-01-08see a bit more of the end of the logHans-Christoph Steiner
svn path=/trunk/; revision=12920
2010-01-05svn path=/trunk/; revision=12892N.N.
2009-09-20IOhannes forgot a $ on the varname, thanks to Arnout Engelen for reporting itHans-Christoph Steiner
svn path=/trunk/; revision=12413
2009-09-01added pd-devel to get it rsyncing properly... arg windowsHans-Christoph Steiner
svn path=/trunk/; revision=12176
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-19kludge to ignore .svn dirsHans-Christoph Steiner
svn path=/trunk/; revision=11804
2009-06-19cleaned up path to patch being tested and output the full path to the log ↵Hans-Christoph Steiner
and console svn path=/trunk/; revision=11803
2009-06-18break out of the log append loop even if the pd process died without sending ↵Hans-Christoph Steiner
'EOF on socket' svn path=/trunk/; revision=11800
2009-06-18set socket and run timeouts to 5 seconds and set lots of debug messages to ↵Hans-Christoph Steiner
see where its stopping svn path=/trunk/; revision=11799
2009-06-08made script print IP addressHans-Christoph Steiner
svn path=/trunk/; revision=11717
2009-06-06removed this script since its totally replaced by the python versionHans-Christoph Steiner
svn path=/trunk/; revision=11692
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-05-14ok I am adding deleting to this script and scheduling it to run only at ↵Hans-Christoph Steiner
2:33am, an hour before the build, to ensure the source code is all clean and ready to go before the nightly build... winblows... svn path=/trunk/; revision=11361
2009-05-14more fun with fighting against windows permission madnessHans-Christoph Steiner
svn path=/trunk/; revision=11354
2009-05-11added cacls command to make sure perms are workable... a windows, what a pain...Hans-Christoph Steiner
svn path=/trunk/; revision=11317
2009-05-09added the --whole-file option to rsync, which seems to eliminate the ↵Hans-Christoph Steiner
problems with rsync stalling out after 5-10 files svn path=/trunk/; revision=11308
2009-05-07added some minor updates and added pointer to 'sources' tree and related ↵Hans-Christoph Steiner
script, that's the preferred way to do this now svn path=/trunk/; revision=11255
2009-05-05updated init.d script to comply with up-to-date LSB standards, according to ↵Hans-Christoph Steiner
bug #2777555 svn path=/trunk/; revision=11235
2009-05-01script to build the apt repo for apt.puredata.info/releasesHans-Christoph Steiner
svn path=/trunk/; revision=11217