Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-21 | rsync and the perms on SVN's .svn files seem to fight and be unhappy on ↵ | Hans-Christoph Steiner | |
Cygwin/Windows... this script is tweaked to try to get the 'meat' before the .svn files. Its scheduled to run every 20 minutes on the Windows build box since often it hangs after rsyncing a few files svn path=/trunk/; revision=11082 | |||
2009-04-21 | changed rsync option to --delete-before so it will delete everything before ↵ | Hans-Christoph Steiner | |
it tries to transfer files, in case the file transfer fails, like it does a lot on Windows svn path=/trunk/; revision=11077 | |||
2009-04-15 | made a more specific test for 'mail' to avoid error with detecting 'email' ↵ | Hans-Christoph Steiner | |
on debian-stable-powerpc svn path=/trunk/; revision=11033 | |||
2009-04-09 | - hard-coded user install paths outlined in this FAQ entry. This makes it so | Hans-Christoph Steiner | |
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991 | |||
2009-04-05 | fixed chmod line to hopefully work | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10961 | |||
2009-04-04 | added "--ignore-externals" to the autoscripts | IOhannes m zmölnig | |
svn path=/trunk/; revision=10960 | |||
2009-04-03 | added chmod to rsync uploading to try to insure that the uploads are ↵ | Hans-Christoph Steiner | |
downloadable via the website svn path=/trunk/; revision=10959 | |||
2009-03-23 | oops, forgot to remove debug bits | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10893 | |||
2009-03-23 | - added direct mailing support for Cygwin 'email' via Windows/MinGW builds | Hans-Christoph Steiner | |
- added network debug info - made source rsync function and reverted Cygwin rsync to be the same as the UNIX ones. This means that it doesn't try to copy symlinks anymore. svn path=/trunk/; revision=10892 | |||
2009-03-10 | updated to be more similar tp the pd-extended build script | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10855 | |||
2009-03-04 | it seems I also have to turn off the link support implied by --archive | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10831 | |||
2009-03-04 | an attempt at getting symlinked files working under MinGW/Cygwin by copying ↵ | Hans-Christoph Steiner | |
them to files svn path=/trunk/; revision=10830 | |||
2009-03-02 | fixed stupid search-n-replace bug | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10826 | |||
2009-03-01 | added chroots to automatic builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10825 | |||
2009-03-01 | use /etc/hostname for hostname so that chroot builds are named appropriately | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10823 | |||
2009-01-28 | added puredyne tag to the puredyne builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10662 | |||
2009-01-26 | add the names of the builds to the right places | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10656 | |||
2009-01-26 | make sure the 'pd' user has perms to write the 'latest' page | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10653 | |||
2009-01-21 | installed script as a cron job | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10592 | |||
2009-01-21 | set executable bit since these scripts need it | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10591 | |||
2009-01-21 | - switched the "latest" section of the website to be a list of the most recent | Hans-Christoph Steiner | |
completed builds, generated by a new python script - removed old latest stuff from prep-auto-build-upload and fixed the quoting svn path=/trunk/; revision=10590 | |||
2009-01-21 | copied pd-extended-auto-builder.sh to this one and changed names to pd-devel | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10588 | |||
2009-01-12 | made pd-extended-release script actually rsync pd-extended-release | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10513 | |||
2008-10-08 | there was a missing # so it was trying to execute the comments | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10327 | |||
2008-10-07 | elaborate on the fact, that the logfile might not be available | IOhannes m zmölnig | |
svn path=/trunk/; revision=10326 | |||
2008-10-02 | make the error-grep case-insensitive (to allow "ERROR:") | IOhannes m zmölnig | |
svn path=/trunk/; revision=10321 | |||
2008-09-30 | replaced `` syntax with $(); | IOhannes m zmölnig | |
added a 1-before-last line to the logfile indicating the uploaded package (LATER use this to rename the logfile to something more meaningful; FIRST wait whether everything still works...) svn path=/trunk/; revision=10317 | |||
2008-09-27 | mingw hack for including a link to the logfile in the mail | IOhannes m zmölnig | |
(and only mail lines containing errors) svn path=/trunk/; revision=10314 | |||
2008-09-27 | try to only mail the lines that actually contain the error | IOhannes m zmölnig | |
svn path=/trunk/; revision=10313 | |||
2008-09-25 | stripped full path from the logfile before mailing it | IOhannes m zmölnig | |
svn path=/trunk/; revision=10309 | |||
2008-09-23 | add a link to the full logs in the mail-body (sent if the build has failed) | IOhannes m zmölnig | |
svn path=/trunk/; revision=10308 | |||
2008-09-04 | added a bit of documentation on what this script is supposed to do | IOhannes m zmölnig | |
svn path=/trunk/; revision=10277 | |||
2008-09-04 | changed the non-portable "tail +2" to a hopefully more portable sed-script; | IOhannes m zmölnig | |
use $() instead of ``; generally use ${VAR} rather than $VAR; svn path=/trunk/; revision=10276 | |||
2008-08-20 | Gem is now also under control of SVN | IOhannes m zmölnig | |
svn path=/trunk/; revision=10257 | |||
2008-08-15 | Updating to reflect Gem's move from CVS to SVN. Perhaps this could be an | Hans-Christoph Steiner | |
svn:external, but this blog post makes me hesitant since we are likely to encounter the exact same problem, and I am the one who'll have to fix it: http://codeintensity.blogspot.com/2008/03/svn-externals-are-evil-use-piston-or.html svn path=/trunk/; revision=10250 | |||
2008-08-14 | merged in changes from the v0-40 pd-extended release branch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10244 | |||
2008-06-18 | forgot to remove this... | N.N. | |
svn path=/trunk/; revision=10025 | |||
2008-05-15 | added npath and nloadlib to stop CPU spike at load; added ~/pd/ and ↵ | Hans-Christoph Steiner | |
~/Library/Pd for user-specific install paths. What to do on Windows... svn path=/trunk/; revision=9817 | |||
2008-05-12 | added ~ locations for Mac and Linux; changed name of default settings files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9791 | |||
2008-05-01 | added script to build Tcl/Tk 8.5 branch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9747 | |||
2008-04-18 | clean up pd-extended auto-build script and prepped the release script | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9717 | |||
2008-04-18 | made archive filename generation more robust, fixing md5 problem on MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9716 | |||
2008-04-16 | removed the --login from the cygwin shell used to run the rsyncing on MinGW ↵ | Hans-Christoph Steiner | |
since the Cygwin profile seems to cause problems, plus rsync shouldn't need a full login environment to run svn path=/trunk/; revision=9713 | |||
2008-04-15 | removed --login from the MinGW rsync shells since it is unneeded, and the ↵ | Hans-Christoph Steiner | |
Cygwin /etc/profile was causing a problem, complaining about a missing 'regtool' svn path=/trunk/; revision=9700 | |||
2008-04-11 | nevermind on that hack... | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9694 | |||
2008-04-11 | temporary hack to update Mac OS X Fink builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9693 | |||
2008-04-11 | switched /home to /Users/hans since Mac OS X 10.5/Leopard uses /home for ↵ | Hans-Christoph Steiner | |
it's automounting... arg svn path=/trunk/; revision=9691 | |||
2008-04-06 | added support for arduino builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9678 | |||
2008-02-14 | update scripts to work with new pure-data SVN scripts. Gem and GemLibs are | Hans-Christoph Steiner | |
still using CVS. svn path=/trunk/; revision=9445 | |||
2008-02-14 | A couple of minor tweaks from a long time ago | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9444 |