aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2009-06-02added line to set the hostname for the chroots so the logfiles get labeled pr...Hans-Christoph Steiner
2009-05-14ok I am adding deleting to this script and scheduling it to run only at 2:33a...Hans-Christoph Steiner
2009-05-14more fun with fighting against windows permission madnessHans-Christoph Steiner
2009-05-11added cacls command to make sure perms are workable... a windows, what a pain...Hans-Christoph Steiner
2009-05-09added the --whole-file option to rsync, which seems to eliminate the problems...Hans-Christoph Steiner
2009-05-07added some minor updates and added pointer to 'sources' tree and related scri...Hans-Christoph Steiner
2009-05-05updated init.d script to comply with up-to-date LSB standards, according to b...Hans-Christoph Steiner
2009-05-01script to build the apt repo for apt.puredata.info/releasesHans-Christoph Steiner
2009-04-30a new attempt at handling socket exceptions so that the error can be loggedHans-Christoph Steiner
2009-04-30for now ignore socket errors, it probably makes more sense to do something if...Hans-Christoph Steiner
2009-04-30created find_pdexe() to support different directory layouts; made detection o...Hans-Christoph Steiner
2009-04-30- created quit_pd() function to allow for terminating Pd cleanlyHans-Christoph Steiner
2009-04-29added code to upload the log to the autobuild site via rsyncHans-Christoph Steiner
2009-04-29made it launch pd for each help file, then quit PdHans-Christoph Steiner
2009-04-29basic emailing works nowHans-Christoph Steiner
2009-04-29complete rewrite of the script to load every help patch using Python, should ...Hans-Christoph Steiner
2009-04-28added a test for success to repvent logs from being mailed if it succeedsHans-Christoph Steiner
2009-04-27first stab at a desiredata nightly buildHans-Christoph Steiner
2009-04-21rsync and the perms on SVN's .svn files seem to fight and be unhappy on Cygwi...Hans-Christoph Steiner
2009-04-21changed rsync option to --delete-before so it will delete everything before i...Hans-Christoph Steiner
2009-04-15made a more specific test for 'mail' to avoid error with detecting 'email' on...Hans-Christoph Steiner
2009-04-09- hard-coded user install paths outlined in this FAQ entry. This makes it soHans-Christoph Steiner
2009-04-05fixed chmod line to hopefully workHans-Christoph Steiner
2009-04-04added "--ignore-externals" to the autoscriptsIOhannes m zmölnig
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-10updated to be more similar tp the pd-extended build scriptHans-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
2009-03-02fixed stupid search-n-replace bugHans-Christoph Steiner
2009-03-01added chroots to automatic buildsHans-Christoph Steiner
2009-03-01use /etc/hostname for hostname so that chroot builds are named appropriatelyHans-Christoph Steiner
2009-01-28added puredyne tag to the puredyne buildsHans-Christoph Steiner
2009-01-26add the names of the builds to the right placesHans-Christoph Steiner
2009-01-26make sure the 'pd' user has perms to write the 'latest' pageHans-Christoph Steiner
2009-01-21installed script as a cron jobHans-Christoph Steiner
2009-01-21set executable bit since these scripts need itHans-Christoph Steiner
2009-01-21- switched the "latest" section of the website to be a list of the most recentHans-Christoph Steiner
2009-01-21copied pd-extended-auto-builder.sh to this one and changed names to pd-develHans-Christoph Steiner
2009-01-12made pd-extended-release script actually rsync pd-extended-releaseHans-Christoph Steiner
2008-10-08there was a missing # so it was trying to execute the commentsHans-Christoph Steiner
2008-10-07elaborate on the fact, that the logfile might not be availableIOhannes m zmölnig
2008-10-02make the error-grep case-insensitive (to allow "ERROR:")IOhannes m zmölnig
2008-09-30replaced `` syntax with $();IOhannes m zmölnig
2008-09-27mingw hack for including a link to the logfile in the mailIOhannes m zmölnig
2008-09-27try to only mail the lines that actually contain the errorIOhannes m zmölnig
2008-09-25stripped full path from the logfile before mailing itIOhannes m zmölnig
2008-09-23add a link to the full logs in the mail-body (sent if the build has failed)IOhannes m zmölnig
2008-09-04added a bit of documentation on what this script is supposed to doIOhannes m zmölnig