Chris Koeritz [Mon, 3 Oct 2016 20:39:48 +0000 (16:39 -0400)]
checkpoint before running clean
prior to launching new cleaning script; want to make sure it doesn't go rogue.
Chris Koeritz [Mon, 3 Oct 2016 20:02:59 +0000 (16:02 -0400)]
may have fixed annoying make clean bugs
discovered that i was reinvoking the make for any cleaning process, just in order to set the CLEAN flag. that's really terribly broken. luckily found the eval command which i can run inside a target to change the value of an existing environment variable. perfect. now in the base clam rules and not getting weird problems from using OTHER_CLEANS
Chris Koeritz [Mon, 3 Oct 2016 18:24:54 +0000 (14:24 -0400)]
fixing generated deps interference with clean
working towards resolving cleaning issues with generated deps file, where a submake will go into a loop during clean trying to make this file. ugh.
Chris Koeritz [Mon, 3 Oct 2016 17:06:09 +0000 (13:06 -0400)]
moved the osgi code down into kona
kona is our java repository, so that's where nutty java code like osgi goes.
Chris Koeritz [Mon, 3 Oct 2016 16:52:27 +0000 (12:52 -0400)]
fixed undesirable zap of feisty meow loading dock.
Chris Koeritz [Mon, 3 Oct 2016 06:05:24 +0000 (02:05 -0400)]
new fortunes.
Chris Koeritz [Mon, 3 Oct 2016 05:56:09 +0000 (01:56 -0400)]
updates for domain names.
Chris Koeritz [Sun, 2 Oct 2016 22:40:15 +0000 (18:40 -0400)]
added special case for curie host, since it doesn't do the normal full synch.
Chris Koeritz [Sun, 2 Oct 2016 04:56:08 +0000 (00:56 -0400)]
updated version
Chris Koeritz [Sat, 1 Oct 2016 23:52:28 +0000 (19:52 -0400)]
fixed alias issues for subshells!
also fixed the variable, alias and function names used for sentinels to line up nicely, including a user customization sentinel.
Chris Koeritz [Sat, 1 Oct 2016 22:01:45 +0000 (18:01 -0400)]
storing boilerplate huge .htaccess example, most of which can go directly into apache configs.
Chris Koeritz [Sat, 1 Oct 2016 18:41:03 +0000 (14:41 -0400)]
made the log file search range larger
Chris Koeritz [Sat, 1 Oct 2016 07:24:50 +0000 (03:24 -0400)]
one more tiny change, to make full path for fallout 4 storage folder
Chris Koeritz [Sat, 1 Oct 2016 07:23:12 +0000 (03:23 -0400)]
modified save folder name to match convention.
Chris Koeritz [Sat, 1 Oct 2016 07:21:17 +0000 (03:21 -0400)]
adapted to games being on windows instead of wine.
Chris Koeritz [Sat, 1 Oct 2016 04:53:37 +0000 (00:53 -0400)]
script for sorting apache log files by timestamp.
Chris Koeritz [Sat, 1 Oct 2016 00:18:26 +0000 (20:18 -0400)]
new script for backing up any directory and storing backup file in a different directory.
Chris Koeritz [Fri, 30 Sep 2016 17:01:29 +0000 (13:01 -0400)]
updated with storage path usage.
Chris Koeritz [Fri, 30 Sep 2016 16:56:47 +0000 (12:56 -0400)]
updated to support a path for the archive locatin.
Chris Koeritz [Fri, 30 Sep 2016 16:50:10 +0000 (12:50 -0400)]
new crontab for backing up trac.
Chris Koeritz [Fri, 30 Sep 2016 16:44:31 +0000 (12:44 -0400)]
adding a script for archiving our trac repository.
Chris Koeritz [Fri, 30 Sep 2016 15:59:12 +0000 (11:59 -0400)]
stopped using a mount, which is on an insecure device.
Chris Koeritz [Fri, 30 Sep 2016 14:25:55 +0000 (10:25 -0400)]
fixed unrar line
Chris Koeritz [Mon, 26 Sep 2016 20:42:45 +0000 (16:42 -0400)]
split versions for cygwin vs visual studio in ioctlsocket
Chris Koeritz [Mon, 26 Sep 2016 20:22:42 +0000 (16:22 -0400)]
minor updates from windows, getting gnu windows to compile slightly further
but we keep getting blocked by incompatibilities under cygwin.
Chris Koeritz [Mon, 26 Sep 2016 16:14:53 +0000 (12:14 -0400)]
more mods to support windows, but for gnu compilation this time under cygwin.
Chris Koeritz [Sun, 25 Sep 2016 23:20:11 +0000 (19:20 -0400)]
updated zlib build.
Chris Koeritz [Sun, 25 Sep 2016 22:57:27 +0000 (18:57 -0400)]
updated curl for windows.
Chris Koeritz [Sun, 25 Sep 2016 18:03:31 +0000 (14:03 -0400)]
more updates, with a fix for windows finally in. it turned out to be a
strange failure in cygwin due to some of the apps being built with a WinMain,
leading them to seemingly exit immediately, which messed with the status
being returned pretty badly. perhaps cygwin was also killing the process
prematurely because it had no console? in any case, adding a pipe to cat
has forced cygwin to track the process across its entire lifetime and now
we are correctly trapping the results of all the test aps. whew. this was
a really ugly mess and popped up in some really strangely unrelated ways.
Chris Koeritz [Sun, 25 Sep 2016 02:59:05 +0000 (22:59 -0400)]
tracking down insane socket tester bugs on windoze, where the main culprit so far is an innocuous method that passes an object as a return value. bad news if that's no longer allowed, but making the caller pass in a struct has fixed things for the moment. also enabling debugging on the broadcast and ucast tests seems to have helped, which is more of the insane. again, none of these absurdities were problems on linux.
Chris Koeritz [Sat, 24 Sep 2016 02:48:46 +0000 (22:48 -0400)]
minor updates for naming.
Chris Koeritz [Sat, 24 Sep 2016 02:37:03 +0000 (22:37 -0400)]
updated with support for openssl 1.1.1, which is a bit premature
since it's not in any ubuntus etc yet.
Chris Koeritz [Fri, 23 Sep 2016 16:05:04 +0000 (12:05 -0400)]
a bunch of cleaning to get wayward unit tests passing on windows. not there yet.
also a nice change in tree, to support the 40,000 deep symbol tree test that was barfing.
this was totally due to having a recursive destructor with a crazy deep tree; we blew out the stack on windows,
which we never even noticed on linux. replacement algorithm does an iterative spider instead of beautiful
recursion, but it also handles arbitrarily large trees with no additional stack frames.
Chris Koeritz [Thu, 22 Sep 2016 21:47:27 +0000 (17:47 -0400)]
lots of mods getting windows to build under cygwin without visual studio.
not quite there yet, but have made it to filesystem tests.
Chris Koeritz [Thu, 22 Sep 2016 04:29:29 +0000 (00:29 -0400)]
had to bring back curl 3rdparty for windows too, since cygwin wasn't
actually standing in for this either. not sure why i thought it was,
but it seemed like it had made it through the whole build.
Chris Koeritz [Thu, 22 Sep 2016 03:44:15 +0000 (23:44 -0400)]
updated bits for cygwin, but not working with the openssl yet.
Chris Koeritz [Thu, 22 Sep 2016 02:40:39 +0000 (22:40 -0400)]
added gnutls-devel as required library. need a build for that to be proven.
Chris Koeritz [Thu, 22 Sep 2016 02:23:29 +0000 (22:23 -0400)]
added cygwin info to the doc.
Chris Koeritz [Thu, 22 Sep 2016 02:19:42 +0000 (22:19 -0400)]
updated info for cygwin install list.
Chris Koeritz [Thu, 22 Sep 2016 02:07:44 +0000 (22:07 -0400)]
dropping old curl support. really old...
Chris Koeritz [Thu, 22 Sep 2016 00:46:13 +0000 (20:46 -0400)]
many updates to change BINDIR to FEISTY_MEOW_BINARIES. expands on previous changes that removed use of short_path.
Chris Koeritz [Thu, 22 Sep 2016 00:20:44 +0000 (20:20 -0400)]
how did these changes get lost before? they are needed for the windows builds.
Chris Koeritz [Wed, 21 Sep 2016 23:45:27 +0000 (19:45 -0400)]
holy cowbars, what idiot deleted this file? it is needed.
Chris Koeritz [Sun, 18 Sep 2016 03:00:23 +0000 (23:00 -0400)]
don't need this one.
Chris Koeritz [Sun, 18 Sep 2016 02:39:30 +0000 (22:39 -0400)]
updated to sort the output file of counts, so that it stays in basically the same order. this is done by the keys, which i think are the urls.
Chris Koeritz [Sun, 18 Sep 2016 00:44:13 +0000 (20:44 -0400)]
wow, more nice new scripts. time tracker lets different activities be tracked for duration, keeping them separate by name. the test for it just tries a random time duration and prints it out. other tests got cleaned or renamed too.
Chris Koeritz [Sun, 18 Sep 2016 00:07:05 +0000 (20:07 -0400)]
a few new scripts. grid land lister does a dump of the uuids and such for land on my simulator; not very generic yet. list old linux packs shows linux-image and linux-header that are in rc state, so not installed but also not clean. rounder is a nice script or test runner that will keep going until a failure occurs; it keeps all the logs from each run in a directory under TMP.
Chris Koeritz [Sat, 17 Sep 2016 23:16:12 +0000 (19:16 -0400)]
removed debugging
Chris Koeritz [Sat, 17 Sep 2016 22:58:03 +0000 (18:58 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Sat, 17 Sep 2016 22:57:51 +0000 (18:57 -0400)]
updated for a couple paths that weren't doing the right thing.
strangely, *.bak can be removed from the archive properly, but
etc/alternatives/* was failing. not sure how things are working.
root [Sat, 17 Sep 2016 22:56:22 +0000 (18:56 -0400)]
updated for a couple paths that weren't doing the right thing.
strangely, *.bak can be removed from the archive properly, but
etc/alternatives/* was failing. not sure how things are working.
Chris Koeritz [Sat, 17 Sep 2016 22:47:53 +0000 (18:47 -0400)]
taking out /etc/alternatives
Chris Koeritz [Sat, 17 Sep 2016 22:43:48 +0000 (18:43 -0400)]
ha, fixed the terminal title not getting reused. the terminal isn't always just xterm now.
Chris Koeritz [Sat, 17 Sep 2016 22:26:08 +0000 (18:26 -0400)]
stuffed the recustomize function back in, since if it is a separate shell script it is executed in a bash subshell instead of directly in the current shell, which defeats the whole purpose of the macro being able to recustomize the current environment on the fly.
Chris Koeritz [Sat, 17 Sep 2016 21:53:07 +0000 (17:53 -0400)]
separated recustomize function out as separate script. added bin.ant and bin.eclipse as junk files. other minor changes.
Chris Koeritz [Thu, 15 Sep 2016 16:29:14 +0000 (12:29 -0400)]
ha! now have support for finding non-checked-in files in git repositories for rev_report_new script.
Chris Koeritz [Thu, 15 Sep 2016 05:11:13 +0000 (01:11 -0400)]
made this slightly safer by not using stock rm
Chris Koeritz [Thu, 15 Sep 2016 04:00:48 +0000 (00:00 -0400)]
moopish
Chris Koeritz [Thu, 15 Sep 2016 00:44:40 +0000 (20:44 -0400)]
dropping some old material regarding short_path, which is no longer used.
Chris Koeritz [Wed, 14 Sep 2016 23:39:56 +0000 (19:39 -0400)]
added removal of temporary dir used in test dir tree, but it exposed a long-standing weakness in that we have no recursive delete method.
this is not rocket science, plus it's needed by places in the code, so it should be implemented.
Chris Koeritz [Wed, 14 Sep 2016 02:39:32 +0000 (22:39 -0400)]
argh, old jpg link
Chris Koeritz [Wed, 14 Sep 2016 02:25:41 +0000 (22:25 -0400)]
getting this updated.
Chris Koeritz [Wed, 14 Sep 2016 01:45:09 +0000 (21:45 -0400)]
guess i'm saying these need exe perm now.
Chris Koeritz [Tue, 13 Sep 2016 16:07:19 +0000 (12:07 -0400)]
cleaned up temp file for exit case.
Chris Koeritz [Tue, 13 Sep 2016 15:36:23 +0000 (11:36 -0400)]
fixing loose paths.
Chris Koeritz [Fri, 9 Sep 2016 00:12:57 +0000 (20:12 -0400)]
added euphrosyne host to list for music synch.
Chris Koeritz [Thu, 8 Sep 2016 03:46:22 +0000 (23:46 -0400)]
numerous minor changes to either use the sep function instead of old name of 'line', or to change usages of 'line' as a variable since it's a shell builtin and i generally like to avoid even the appearance of name conflicts.
Chris Koeritz [Thu, 8 Sep 2016 01:00:07 +0000 (21:00 -0400)]
updated to include more file types, plus better escaping to avoid matching files in current dir rather than specified dir.
Chris Koeritz [Wed, 7 Sep 2016 02:48:14 +0000 (22:48 -0400)]
took off training wheels by hiding debug output and added more comments.
Chris Koeritz [Wed, 7 Sep 2016 02:36:15 +0000 (22:36 -0400)]
really tasty addition of remote compares using ssh syntax, e.g. host:path notation.
so now can compare like this:
compare_dirs /z/musix surya:/z/musix
to see what files are missing on one side or the other.
Chris Koeritz [Wed, 7 Sep 2016 02:14:54 +0000 (22:14 -0400)]
added comments, removed old commented code.
Chris Koeritz [Wed, 7 Sep 2016 02:07:40 +0000 (22:07 -0400)]
another custom updater script.
Chris Koeritz [Wed, 7 Sep 2016 01:23:46 +0000 (21:23 -0400)]
recording info re nice linux usage tools similar to top.
Chris Koeritz [Wed, 7 Sep 2016 01:22:31 +0000 (21:22 -0400)]
fixed usage of extra line printing method to use sep.
Chris Koeritz [Wed, 7 Sep 2016 00:06:31 +0000 (20:06 -0400)]
now with more dropping of the temp files into bitbucket rather than scattering them around when script leaves.
Chris Koeritz [Tue, 6 Sep 2016 23:09:16 +0000 (19:09 -0400)]
added a couple helpful scripts used at home to get major archives somewhat in synch. definitely not a very good solution, but it keeps us from losing our data.
Fred T. Hamster [Tue, 6 Sep 2016 22:50:56 +0000 (18:50 -0400)]
made the loop variable local, since it was hosing external uses of i variable.
Chris Koeritz [Tue, 6 Sep 2016 21:44:34 +0000 (17:44 -0400)]
added more info about how repo was constructed. probably via remote add.
Chris Koeritz [Tue, 6 Sep 2016 21:27:33 +0000 (17:27 -0400)]
adding file about pushing an existing git repo onto a target (which should be blank
still).
Chris Koeritz [Tue, 6 Sep 2016 05:31:02 +0000 (01:31 -0400)]
new fortune.
Chris Koeritz [Tue, 6 Sep 2016 01:59:51 +0000 (21:59 -0400)]
updated to match where the documentation website is expected on our web server.
Chris Koeritz [Mon, 5 Sep 2016 23:13:23 +0000 (19:13 -0400)]
snoroif
Chris Koeritz [Mon, 5 Sep 2016 22:14:50 +0000 (18:14 -0400)]
added resolv.conf back in at least for info purposes, even though it's a link to stuff under /run hierarchy.
Chris Koeritz [Mon, 5 Sep 2016 21:17:59 +0000 (17:17 -0400)]
added in some more folders to snarf.
Chris Koeritz [Mon, 5 Sep 2016 18:26:21 +0000 (14:26 -0400)]
fixed case for zero files in a dir.
Chris Koeritz [Mon, 5 Sep 2016 18:24:21 +0000 (14:24 -0400)]
fixed handling for leading zeros so we don't eat any but those.
Chris Koeritz [Mon, 5 Sep 2016 17:17:51 +0000 (13:17 -0400)]
another example for bash which runs things on exit; this one just runs the nechung oracle (assuming feisty meow was loaded and built).
Chris Koeritz [Sun, 4 Sep 2016 21:37:02 +0000 (17:37 -0400)]
nicer file for doing file counts. way better output, simpler, also exhibits how to change cmd line args to bash
Chris Koeritz [Sun, 4 Sep 2016 19:33:17 +0000 (15:33 -0400)]
added immediate history writes. thanks internets...
Chris Koeritz [Sun, 4 Sep 2016 17:16:34 +0000 (13:16 -0400)]
swapped out the 'line' separator printing method into the core, since it's actually really very useful, but changed the name to separator/sep since line is already a shell built-in. oops.
Chris Koeritz [Fri, 2 Sep 2016 01:54:15 +0000 (21:54 -0400)]
new fortunes with lots of buddha quotes (hmmm, thought this batch went in already).
Chris Koeritz [Thu, 1 Sep 2016 22:58:17 +0000 (18:58 -0400)]
tasty new buddha quotes, almost all unique.
Chris Koeritz [Thu, 1 Sep 2016 04:34:58 +0000 (00:34 -0400)]
more tuning
Chris Koeritz [Thu, 1 Sep 2016 02:47:13 +0000 (22:47 -0400)]
new script that updates my 1tb drive with the latest goods.
Chris Koeritz [Wed, 31 Aug 2016 12:57:15 +0000 (08:57 -0400)]
wrapped use of xprop with a check that it exists.
Chris Koeritz [Wed, 31 Aug 2016 00:55:33 +0000 (20:55 -0400)]
fixed name for new scavenging source folder.
Chris Koeritz [Wed, 24 Aug 2016 01:02:45 +0000 (21:02 -0400)]
new fortunes
Chris Koeritz [Wed, 17 Aug 2016 16:34:50 +0000 (12:34 -0400)]
added normal storage area of old code.
Chris Koeritz [Wed, 3 Aug 2016 23:46:12 +0000 (19:46 -0400)]
new fortunes.
Chris Koeritz [Wed, 3 Aug 2016 22:31:39 +0000 (18:31 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow