Chris Koeritz [Sat, 28 Apr 2012 15:53:25 +0000 (11:53 -0400)]
new sound file, updated khandroma script using logic from start tunnels.
really we just need start tunnels to use a variable, and that would fix
all these different scripts romping around. the same approach could be used
to make the proxying script generic.
Chris Koeritz [Thu, 26 Apr 2012 12:27:20 +0000 (08:27 -0400)]
added a couple more patterns for overload report.
put a git add into the checkin command, so new files automatically get
included and moved files get noticed properly.
Chris Koeritz [Tue, 24 Apr 2012 20:17:05 +0000 (16:17 -0400)]
split the notes snarfing out of snarf_quartz. both are kind of useful.
they are separate now, because quartz is no longer where i hide all my to-dos;
these are in the cloud instead. snarf notes is actually kind of general now,
since it looks for several patterns that seem reasonable to include in the archive.
Chris Koeritz [Thu, 19 Apr 2012 01:41:43 +0000 (21:41 -0400)]
made run targets work a bit better, which will hopefully fix attack of stupidity the build
server is having when running the crypto tests, occasionally.
Chris Koeritz [Tue, 17 Apr 2012 20:31:17 +0000 (16:31 -0400)]
new folder for scripts related to network usage. the get ip addresses script
does what one would expect; on linux it will print out all of the known IP addresses
that are in use.
Chris Koeritz [Sat, 14 Apr 2012 21:11:46 +0000 (17:11 -0400)]
added in old production bits, only relevant on win32 and only if we build dlls, which
we still do not yet do (again). so not so relevant. but no longer a to-do, so whoohoo!
Chris Koeritz [Sat, 7 Apr 2012 18:56:11 +0000 (14:56 -0400)]
updated filename with hopefully close to right cygwin and msys path munging, couldn't test
quite completely on linux due to default slashes, so windows vm testing is next. also cleaned
up some logging in clam, and made it consider a failure of RUN_TARGETS as build failure,
plus now test projects for c++ will clean themselves after success, such that they will always
run even if they had run successfully previously. otherwise we were seeing changed libraries
with bugs not get caught by their tests, since the tests had built their own binaries
successfully and then not bothered with anything else (despite having made the run_targets
target into a phony target. some frustrating incorrectness in there somewhere.).
Chris Koeritz [Sat, 7 Apr 2012 15:47:14 +0000 (11:47 -0400)]
added support to strip out cygdrive and msys paths on windows. not sure how consistent
the rest of the codebase is about using filename object where it should or could. will
have to patch through making one-off code start using it. parser bits got a simple new
set of functions for testing just alphabetical characters. probably a lot of places
using their own code for this, if we didn't have that characterized before (just had
alphanumeric and numeric tests, as well as identifier, which is for variables and not
regular words).
Chris Koeritz [Wed, 4 Apr 2012 13:46:32 +0000 (09:46 -0400)]
new script for connecting a couple useful ports to the office.
need to put more thought into the customizations, since this is clearly only useful
to me. may need to support a hierarchical customization structure. sigh.
Fred T. Hamster [Mon, 2 Apr 2012 17:40:23 +0000 (13:40 -0400)]
new script for running commands against code in a particular state in svn.
a handy one is: "svnapply.sh \? echo"
which shows all the un-checked in files.
Chris Koeritz [Wed, 14 Mar 2012 15:14:12 +0000 (11:14 -0400)]
cleaning up missing variable after new awakening to simple approach to vars taken in cron.
thanks to: http://www.alleft.com/sysadmin/common-cron-mistakes/ for good info.