Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-18 | add 'uname -a' for more debugging info | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16689 | |||
2012-12-13 | turn on 'bash -x' debugging output | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16683 | |||
2012-11-17 | switch rsync uploading to apt.puredata.info | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16556 | |||
2012-10-30 | remove Cygwin rsync hack, MSYS now includes its own rsync | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16495 | |||
2012-10-30 | untabify again | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16494 | |||
2012-10-30 | untabify and fix indenting | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16493 | |||
2012-10-16 | fix md5 sed regex for binary packages | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16390 | |||
2012-10-16 | make sure the .md5 files have the correct filename inside of them | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16389 | |||
2012-10-04 | doh left in an 'exit' call... | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16324 | |||
2012-10-03 | use the version from pd/src/m_pd.h to set the package version in the ↵ | Hans-Christoph Steiner | |
debian/changelog svn path=/trunk/; revision=16323 | |||
2012-09-28 | include platform-specific libs in LIB_TARGETS variable when running 'svn update' | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16319 | |||
2012-09-28 | streamline 'svn update' procedure a little bit | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16317 | |||
2012-09-28 | add global 'svn up' to include the root folder | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16313 | |||
2012-09-28 | set rsync server via a single variable in auto-build-common | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16312 | |||
2012-09-27 | kludge to restore folders when they've been converted from svn:externals to ↵ | Hans-Christoph Steiner | |
directly checked in svn path=/trunk/; revision=16309 | |||
2012-09-26 | add new script to automate the generation of Pd-extended source tarballs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16307 | |||
2012-09-26 | only make source tarball when its requested via command line arg | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16306 | |||
2012-09-26 | add command line arg for making a source tarball only and not building | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16305 | |||
2012-09-26 | add log messages to mark stages of the build process | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16304 | |||
2012-09-25 | generate a source tarball before running the build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16278 | |||
2012-09-21 | fix the invocation of 'make distclean' | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16262 | |||
2012-09-21 | remove dead svn:externals so they can be replaced by new folders | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16260 | |||
2012-09-11 | updated to new temporary home for rsync uploads | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16231 | |||
2012-09-04 | run 'make distclean' before svn/git clean so the autotools Makefiles still ↵ | Hans-Christoph Steiner | |
exist when running svn path=/trunk/; revision=16190 | |||
2012-09-04 | run the complete 'make distclean' before building everything | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16189 | |||
2012-08-31 | update directly from git and svn servers, rather than rsyncing | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16186 | |||
2011-08-05 | print out env vars for debugging | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15205 | |||
2011-06-27 | upload new zip package for Windows | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15115 | |||
2010-06-01 | oops, mistakenly committed, reverting | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13581 | |||
2010-05-30 | updated for new libdir layout which needs a different declare statment than ↵ | Hans-Christoph Steiner | |
the 0.41.4 release svn path=/trunk/; revision=13580 | |||
2009-04-05 | fixed chmod line to hopefully work | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10961 | |||
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-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 | |||
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-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 | |||
2007-12-04 | the latest version of cygwin's rsync now seems to completely not work under ↵ | Hans-Christoph Steiner | |
MinGW, previously downloading worked, but not uploading svn path=/trunk/; revision=9078 | |||
2007-11-06 | added lines to debug missing /usr/local/include/stdlib.h on MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8949 | |||
2007-11-04 | included the patches into the branch-v0-40-extended so they don't need to be ↵ | Hans-Christoph Steiner | |
applied anymore svn path=/trunk/; revision=8932 | |||
2007-10-24 | added md5 files for each file uploaded | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8877 | |||
2007-07-09 | first stab at automated .deb building | Hans-Christoph Steiner | |
svn path=/trunk/; revision=7923 | |||
2006-11-26 | reduced the verbosity of the rsync as discussed a while back on pd-dev | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6430 | |||
2006-11-12 | reordered to make compile errors clearer | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6273 | |||
2006-10-24 | switched from if to case statement so I can use a wildcard at the end of the ↵ | Hans-Christoph Steiner | |
test for mingw, since the uname varies depending on the Windows version svn path=/trunk/; revision=6158 | |||
2006-10-21 | run 'make package_clean' to ensure that the old builds are really gone; ↵ | Hans-Christoph Steiner | |
removed obsolete test_package, perhaps that will come back some day svn path=/trunk/; revision=6152 |