aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/auto-build-common
AgeCommit message (Collapse)Author
2012-12-20fix clean_and_update_folder() for when its run in MSYS using Cygwin's svnHans-Christoph Steiner
svn path=/trunk/; revision=16719
2012-12-13update remove_dead_svn_externals to work in MSYS when using Cygwin svnHans-Christoph Steiner
svn path=/trunk/; revision=16685
2012-12-13use relative paths rather than absolute, since Cygwin's svn gets the ↵Hans-Christoph Steiner
absolute paths confused when run under MSYS svn path=/trunk/; revision=16684
2012-11-17fix name of auto-build server, it must use the 'apt' usernameHans-Christoph Steiner
svn path=/trunk/; revision=16560
2012-11-17update rsync uploading for new apt.puredata.info setupHans-Christoph Steiner
svn path=/trunk/; revision=16559
2012-11-17switch rsync uploading to apt.puredata.infoHans-Christoph Steiner
svn path=/trunk/; revision=16556
2012-10-30remove Cygwin rsync hack, MSYS now includes its own rsyncHans-Christoph Steiner
svn path=/trunk/; revision=16495
2012-10-30untabify and fix indentingHans-Christoph Steiner
svn path=/trunk/; revision=16493
2012-10-03use 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-29only exclude the debian/ folder in the root, not in every projectHans-Christoph Steiner
svn path=/trunk/; revision=16321
2012-09-28make it possible to use script to generate source tarballs locally, and not ↵Hans-Christoph Steiner
only on the server svn path=/trunk/; revision=16318
2012-09-28get debian tarball workingHans-Christoph Steiner
svn path=/trunk/; revision=16316
2012-09-28make a separate tarball for debian/ and exclude it from the source tarballHans-Christoph Steiner
svn path=/trunk/; revision=16314
2012-09-28set rsync server via a single variable in auto-build-commonHans-Christoph Steiner
svn path=/trunk/; revision=16312
2012-09-26only make source tarball when its requested via command line argHans-Christoph Steiner
svn path=/trunk/; revision=16306
2012-09-26run 'svn cleanup' as part of cleaning phase to remove locks and suchHans-Christoph Steiner
svn path=/trunk/; revision=16303
2012-09-25generate a source tarball before running the buildHans-Christoph Steiner
svn path=/trunk/; revision=16278
2012-09-23more attempts add getting svn:externals replacement to work smoothlyHans-Christoph Steiner
svn path=/trunk/; revision=16273
2012-09-21a little closer to a working script for removing defunct svn:externalsHans-Christoph Steiner
svn path=/trunk/; revision=16261
2012-09-21remove dead svn:externals so they can be replaced by new foldersHans-Christoph Steiner
svn path=/trunk/; revision=16260
2012-09-11Mac OS X's included git or svn might be really old, so try Fink firstHans-Christoph Steiner
svn path=/trunk/; revision=16232
2012-09-04when cleaning, don't delete the entire tree of the svn:externals, only the ↵Hans-Christoph Steiner
files that need to be cleaned svn path=/trunk/; revision=16188
2012-08-31update directly from git and svn servers, rather than rsyncingHans-Christoph Steiner
svn path=/trunk/; revision=16186
2009-04-21changed 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-15made 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-03-23oops, forgot to remove debug bitsHans-Christoph Steiner
svn path=/trunk/; revision=10893
2009-03-23- added direct mailing support for Cygwin 'email' via Windows/MinGW buildsHans-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-01use /etc/hostname for hostname so that chroot builds are named appropriatelyHans-Christoph Steiner
svn path=/trunk/; revision=10823
2008-09-30replaced `` 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
2007-11-27disabled the RECIPIENT by default and added some notes on how to enable itIOhannes m zmölnig
svn path=/trunk/; revision=9057
2006-10-18switched to a common file for common variables; downcased hostname and unameHans-Christoph Steiner
svn path=/trunk/; revision=6133