feisty_meow.git
6 years agoMerge branch 'release-2.140.90' 2.140.90
Chris Koeritz [Fri, 10 Nov 2017 14:49:53 +0000 (09:49 -0500)]
Merge branch 'release-2.140.90'

bringing in release to flush intermediate versions of git pull

6 years agoupdated version
Chris Koeritz [Fri, 10 Nov 2017 14:49:15 +0000 (09:49 -0500)]
updated version

6 years agoclassic version redeployed
Chris Koeritz [Fri, 10 Nov 2017 14:48:53 +0000 (09:48 -0500)]
classic version redeployed

6 years agoMerge branch 'master' of feistymeow.org:feisty_meow into release-2.140.90
Chris Koeritz [Fri, 10 Nov 2017 14:47:26 +0000 (09:47 -0500)]
Merge branch 'master' of feistymeow.org:feisty_meow into release-2.140.90
fark

6 years agovanilla time
Chris Koeritz [Fri, 10 Nov 2017 14:30:40 +0000 (09:30 -0500)]
vanilla time

going back to simplest thing, since master branch unfortunately got half baked version of pull process.

6 years agogiving the vnc lab its own folder
Fred T. Hamster [Fri, 10 Nov 2017 14:19:39 +0000 (09:19 -0500)]
giving the vnc lab its own folder

6 years agoworking through git slowly
Chris Koeritz [Fri, 10 Nov 2017 14:16:25 +0000 (09:16 -0500)]
working through git slowly

added code to check if branches have diverged

6 years agoback to square one
Fred T. Hamster [Fri, 10 Nov 2017 14:08:03 +0000 (09:08 -0500)]
back to square one

rebuilding the git pull process from scratch, since the simplistic approach we had enjoyed so well for so long totally doesn't work with branches, and our new fangled cobbled together version from across the internet isn't right either.  need to build reliable pieces one at a time.

6 years agoMerge branch 'release-2.140.89'
Chris Koeritz [Fri, 10 Nov 2017 11:46:13 +0000 (06:46 -0500)]
Merge branch 'release-2.140.89'

preparing new release

6 years agonext version about to drop
Chris Koeritz [Fri, 10 Nov 2017 11:43:19 +0000 (06:43 -0500)]
next version about to drop

6 years agoborking merrily away
Chris Koeritz [Fri, 10 Nov 2017 02:23:27 +0000 (21:23 -0500)]
borking merrily away

6 years agonew fortune
Fred T. Hamster [Fri, 10 Nov 2017 02:21:23 +0000 (21:21 -0500)]
new fortune

6 years agomore subtleties
Chris Koeritz [Fri, 10 Nov 2017 02:18:25 +0000 (21:18 -0500)]
more subtleties

6 years agoclanging away still
Chris Koeritz [Fri, 10 Nov 2017 02:06:26 +0000 (21:06 -0500)]
clanging away still

i hope this is closer.  this is definitely taking longer than expected.

6 years agoformatting
Chris Koeritz [Fri, 10 Nov 2017 01:53:16 +0000 (20:53 -0500)]
formatting

6 years agoimproved return value handling
Chris Koeritz [Fri, 10 Nov 2017 01:52:17 +0000 (20:52 -0500)]
improved return value handling

6 years agocloser
Chris Koeritz [Fri, 10 Nov 2017 01:42:27 +0000 (20:42 -0500)]
closer

6 years agocleaning out some grunge
Chris Koeritz [Fri, 10 Nov 2017 01:35:13 +0000 (20:35 -0500)]
cleaning out some grunge

6 years agoyet another tweak to fix pipes
Chris Koeritz [Fri, 10 Nov 2017 01:30:41 +0000 (20:30 -0500)]
yet another tweak to fix pipes

had to put the pipe back into the commands, since a variable can't easily inject that.

6 years agoand a fix for the splitter code
Chris Koeritz [Fri, 10 Nov 2017 01:29:33 +0000 (20:29 -0500)]
and a fix for the splitter code

6 years agomuch more complicated now
Chris Koeritz [Fri, 10 Nov 2017 01:28:24 +0000 (20:28 -0500)]
much more complicated now

added in painting by the numbers approach

6 years agoadded apologetic readme
Fred T. Hamster [Fri, 10 Nov 2017 01:16:08 +0000 (20:16 -0500)]
added apologetic readme

6 years agoMerge branch 'master' of feistymeow.org:feisty_meow into development
Chris Koeritz [Fri, 10 Nov 2017 01:01:12 +0000 (20:01 -0500)]
Merge branch 'master' of feistymeow.org:feisty_meow into development

still working out the kinks

6 years agoso not quite grokked
Chris Koeritz [Fri, 10 Nov 2017 00:59:49 +0000 (19:59 -0500)]
so not quite grokked

there really is a chain going all the way back to master.  bummer.  however, i think you can get all of the pending updates from upstream with a pull --all.  trying that now.

6 years agomoved scripts first
Fred T. Hamster [Fri, 10 Nov 2017 00:56:47 +0000 (19:56 -0500)]
moved scripts first

6 years agoeven more careful push and pull
Chris Koeritz [Fri, 10 Nov 2017 00:51:47 +0000 (19:51 -0500)]
even more careful push and pull

this may working now; we are comparing the branch to the parent, and were definitely seeing those as different at one point.  but now with a healthy development branch, the parent and branch are the same.  so the rule should be, hopefully, (1) when parent is different than self, you pull from your parent but push to yourself and (2) when parent and self are same, just push and pull.  if that's not the right grokking of it, then i will need to rethink some things.

6 years agoformatting
Chris Koeritz [Fri, 10 Nov 2017 00:36:11 +0000 (19:36 -0500)]
formatting

6 years agoformatting
Chris Koeritz [Fri, 10 Nov 2017 00:26:54 +0000 (19:26 -0500)]
formatting

6 years agohandling branches a little better
Chris Koeritz [Fri, 10 Nov 2017 00:07:48 +0000 (19:07 -0500)]
handling branches a little better

the pull hopefully is now going to always be correct.  not sure about push yet.

6 years agoadded experiments folder to snarfage
Chris Koeritz [Thu, 9 Nov 2017 23:59:11 +0000 (18:59 -0500)]
added experiments folder to snarfage

do not want the mutated animals escaping into the cybermetaverse.

6 years agonecessary addition of pushing to this branch
Chris Koeritz [Thu, 9 Nov 2017 23:57:35 +0000 (18:57 -0500)]
necessary addition of pushing to this branch

was only doing a git push and not a git push origin mybranch.  not sure which order the two should be in, but we'll find out.

6 years agoMerge branch 'release-2.140.88'
Chris Koeritz [Thu, 9 Nov 2017 23:31:20 +0000 (18:31 -0500)]
Merge branch 'release-2.140.88'

merging release 2.140.88 off of development branch into master.

6 years agoMerge branch 'master' of feistymeow.org:feisty_meow into development
Chris Koeritz [Thu, 9 Nov 2017 23:10:23 +0000 (18:10 -0500)]
Merge branch 'master' of feistymeow.org:feisty_meow into development

6 years agosome more renaming to challenge our update script
Chris Koeritz [Thu, 9 Nov 2017 23:09:52 +0000 (18:09 -0500)]
some more renaming to challenge our update script

6 years agoadded coolness checking branch name
Chris Koeritz [Thu, 9 Nov 2017 23:02:49 +0000 (18:02 -0500)]
added coolness checking branch name

checks the branch name now so it will not do the pull origin master unless it actually needs to.

6 years agominor note
Chris Koeritz [Thu, 9 Nov 2017 22:57:40 +0000 (17:57 -0500)]
minor note

6 years agoadded pull on origin master
Chris Koeritz [Thu, 9 Nov 2017 22:47:26 +0000 (17:47 -0500)]
added pull on origin master

needed to keep branches healthy.

6 years agoMerge branch 'master' of feistymeow.org:feisty_meow into development
Chris Koeritz [Thu, 9 Nov 2017 22:41:42 +0000 (17:41 -0500)]
Merge branch 'master' of feistymeow.org:feisty_meow into development

6 years agodropping old script
Chris Koeritz [Thu, 9 Nov 2017 22:41:18 +0000 (17:41 -0500)]
dropping old script

6 years agoMerge branch 'master' of feistymeow.org:feisty_meow into development
Chris Koeritz [Thu, 9 Nov 2017 22:38:16 +0000 (17:38 -0500)]
Merge branch 'master' of feistymeow.org:feisty_meow into development

6 years agobetter naming
Chris Koeritz [Thu, 9 Nov 2017 22:37:17 +0000 (17:37 -0500)]
better naming

this is also being used as test case for pulling changes on master down into a branch.

6 years agoMerge branch 'master' of feistymeow.org:feisty_meow into development
Chris Koeritz [Thu, 9 Nov 2017 22:27:30 +0000 (17:27 -0500)]
Merge branch 'master' of feistymeow.org:feisty_meow into development

6 years agodropping an unnecessary subdirectory
Chris Koeritz [Thu, 9 Nov 2017 22:26:58 +0000 (17:26 -0500)]
dropping an unnecessary subdirectory

6 years agoadded pseudocode
Chris Koeritz [Thu, 9 Nov 2017 22:26:04 +0000 (17:26 -0500)]
added pseudocode

6 years agoswerved off into new branch
Chris Koeritz [Thu, 9 Nov 2017 22:19:40 +0000 (17:19 -0500)]
swerved off into new branch

now have the basics of standing up the whole app and site done.  just want to make sure i don't clobber anything, and i wanted a development branch anyway.

6 years agovery tasty changes indeed
Chris Koeritz [Thu, 9 Nov 2017 22:02:02 +0000 (17:02 -0500)]
very tasty changes indeed

these get the basics of the config files right.

6 years agorefining the config includes approach
Chris Koeritz [Thu, 9 Nov 2017 21:30:32 +0000 (16:30 -0500)]
refining the config includes approach

6 years agorefactored to make next refactoring easier
Chris Koeritz [Thu, 9 Nov 2017 21:16:17 +0000 (16:16 -0500)]
refactored to make next refactoring easier

moved to a more cosmopolitan model for the configuration.  we will now load the site avenger config as a default if there is no config file specified.

6 years agofixed erroneous path
Chris Koeritz [Thu, 9 Nov 2017 20:10:32 +0000 (15:10 -0500)]
fixed erroneous path

6 years agonicely cleaned inits
Chris Koeritz [Thu, 9 Nov 2017 20:06:20 +0000 (15:06 -0500)]
nicely cleaned inits

6 years agoswitched sense of install
Chris Koeritz [Thu, 9 Nov 2017 19:57:45 +0000 (14:57 -0500)]
switched sense of install

reached tipping point where we are putting more installs in /usr/local/fred than in $HOME.  so it makes sense to fix the root installer's feisty meow apex variable.

6 years agocontinuing in vnc lab
Chris Koeritz [Thu, 9 Nov 2017 19:50:40 +0000 (14:50 -0500)]
continuing in vnc lab

6 years agobumpshifting version
Chris Koeritz [Thu, 9 Nov 2017 19:37:25 +0000 (14:37 -0500)]
bumpshifting version

due to out of synch version in 2.140.84 tag

6 years agoupping version prior to tag
Chris Koeritz [Thu, 9 Nov 2017 18:26:49 +0000 (13:26 -0500)]
upping version prior to tag

6 years agoupgraded the apps and active folders check-in
Chris Koeritz [Thu, 9 Nov 2017 17:29:34 +0000 (12:29 -0500)]
upgraded the apps and active folders check-in

these two folders, if found in $HOME, will be updated and checked-in when the revision control tools are used.

6 years agofixed apps for checkins
Chris Koeritz [Thu, 9 Nov 2017 17:27:35 +0000 (12:27 -0500)]
fixed apps for checkins

6 years agomore refactoring of revision control scripts
Chris Koeritz [Thu, 9 Nov 2017 17:25:44 +0000 (12:25 -0500)]
more refactoring of revision control scripts

hopefully the last checkin

6 years agodone refactoring version control library script
Chris Koeritz [Thu, 9 Nov 2017 16:50:44 +0000 (11:50 -0500)]
done refactoring version control library script

6 years agorefactoring some good core funcs from rev control
Chris Koeritz [Thu, 9 Nov 2017 16:40:37 +0000 (11:40 -0500)]
refactoring some good core funcs from rev control

6 years agoturned off bogus error report for no repo
Chris Koeritz [Thu, 9 Nov 2017 16:28:49 +0000 (11:28 -0500)]
turned off bogus error report for no repo

6 years agotastier
Chris Koeritz [Thu, 9 Nov 2017 16:26:25 +0000 (11:26 -0500)]
tastier

still debugging, but also added a check on whether the local repo is clean or not.  if it's clean, we don't try to commit, since that alone throws an error.

6 years agodebugging
Chris Koeritz [Thu, 9 Nov 2017 16:17:27 +0000 (11:17 -0500)]
debugging

some git command threw an error result even with no visible errors, so now tracking down where.

6 years agoadded careful error checking to rev control
Chris Koeritz [Thu, 9 Nov 2017 16:14:26 +0000 (11:14 -0500)]
added careful error checking to rev control

these had some checks on actions, but not on all.  i want anything that fails during an update or a push to cause the whole machinery to stop right there, because we cannot afford to be missing merge screw-ups.

6 years agoopensim script improvements
Fred T. Hamster [Thu, 9 Nov 2017 13:47:03 +0000 (08:47 -0500)]
opensim script improvements

added helpful info in backup_opensim and got rid of silly defaults.
added new script to whack all the running opensim instances.  especially useful right now since my sims are hanging after finishing shutdown.

6 years agomuch nicer and working again
Chris Koeritz [Thu, 9 Nov 2017 07:51:43 +0000 (02:51 -0500)]
much nicer and working again

now there seems to be no blowback on display 0 from running this stuff.  whew.

6 years agotosses out the current set of opensim maptiles
Fred T. Hamster [Thu, 9 Nov 2017 06:41:35 +0000 (01:41 -0500)]
tosses out the current set of opensim maptiles

6 years agofixed sim lister
Fred T. Hamster [Thu, 9 Nov 2017 05:35:59 +0000 (00:35 -0500)]
fixed sim lister

stopped being fooled by multiple matches on things from the example region file.  then realized i don't need to even scan that, since i should only take in ini files and that's an example file.

6 years agocleaned up lockem
Chris Koeritz [Thu, 9 Nov 2017 03:48:53 +0000 (22:48 -0500)]
cleaned up lockem

also more lab work on vnc

6 years agotasty reborn terminal locking script
Chris Koeritz [Thu, 9 Nov 2017 03:39:14 +0000 (22:39 -0500)]
tasty reborn terminal locking script

thought this wasn't handy, but i've had several times recently where it would have been.  newly cleaned it up and added helpful text feedback, plus now it will show the nechung oracle when locked.

6 years agooasdi
Chris Koeritz [Wed, 8 Nov 2017 19:06:58 +0000 (14:06 -0500)]
oasdi

6 years agofixed port listing to sort numerically
Fred T. Hamster [Wed, 8 Nov 2017 17:38:06 +0000 (12:38 -0500)]
fixed port listing to sort numerically

6 years agonearly ready for this to go live
Chris Koeritz [Wed, 8 Nov 2017 16:41:29 +0000 (11:41 -0500)]
nearly ready for this to go live

seems to be working well now, in version 10.

6 years agostill experimenting on vnc
Chris Koeritz [Wed, 8 Nov 2017 14:54:56 +0000 (09:54 -0500)]
still experimenting on vnc

6 years agoclean_json and json_text are working
Chris Koeritz [Wed, 8 Nov 2017 07:10:51 +0000 (02:10 -0500)]
clean_json and json_text are working

6 years agoupdating for hourly synchs
Chris Koeritz [Wed, 8 Nov 2017 04:15:07 +0000 (04:15 +0000)]
updating for hourly synchs

6 years agonice new function json_view
Chris Koeritz [Wed, 8 Nov 2017 04:06:38 +0000 (23:06 -0500)]
nice new function json_view

takes a list of json files, pretty prints them, and sends them to standard out.  shows the file names for each.

6 years agodifferentiating and improving the two test methods
Chris Koeritz [Wed, 8 Nov 2017 03:03:01 +0000 (22:03 -0500)]
differentiating and improving the two test methods

6 years agogot rid of wicked weird link
Chris Koeritz [Wed, 8 Nov 2017 02:50:37 +0000 (21:50 -0500)]
got rid of wicked weird link

6 years agonew in the lab
Chris Koeritz [Wed, 8 Nov 2017 02:08:10 +0000 (21:08 -0500)]
new in the lab

6 years agofixed some reporting glitches
Chris Koeritz [Wed, 8 Nov 2017 00:22:34 +0000 (19:22 -0500)]
fixed some reporting glitches

also added experiments as a category.

6 years agomore perm mods oy
Chris Koeritz [Tue, 7 Nov 2017 23:34:20 +0000 (18:34 -0500)]
more perm mods oy

6 years agofixed perms a bit more
Chris Koeritz [Tue, 7 Nov 2017 23:06:15 +0000 (23:06 +0000)]
fixed perms a bit more

6 years agonice fixes
Chris Koeritz [Tue, 7 Nov 2017 22:50:59 +0000 (22:50 +0000)]
nice fixes

repairs the /z/ hierarchy's permissions automatically now.

6 years agofixed perm scripts to follow links
Chris Koeritz [Tue, 7 Nov 2017 22:36:01 +0000 (22:36 +0000)]
fixed perm scripts to follow links

6 years agoupdated readme
Chris Koeritz [Tue, 7 Nov 2017 20:46:38 +0000 (15:46 -0500)]
updated readme

hopefully clearer and more useful.

6 years agoadded in the startup script for vnc
Chris Koeritz [Tue, 7 Nov 2017 14:19:35 +0000 (09:19 -0500)]
added in the startup script for vnc

need vncserver in /etc/init.d for the thing to be started automatically.
the xstartup file should be in ~/.vnc for the user hosting vnc.

6 years agocleanups from otis
Chris Koeritz [Tue, 7 Nov 2017 03:20:40 +0000 (22:20 -0500)]
cleanups from otis

fixed comment formatting for better connection in .bashrc.
dropping old windows crud version.

6 years agofixed issue with customized scripts dir
Chris Koeritz [Mon, 6 Nov 2017 22:55:02 +0000 (17:55 -0500)]
fixed issue with customized scripts dir

was failing to write the items in subdirs.

6 years agoMerge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Mon, 6 Nov 2017 22:44:22 +0000 (22:44 +0000)]
Merge branch 'master' of feistymeow.org:feisty_meow

6 years agonice, first bit of auto-help
Chris Koeritz [Mon, 6 Nov 2017 22:44:11 +0000 (22:44 +0000)]
nice, first bit of auto-help

added a diagnostic for when the recustomize script cannot run (when perl doesn't have File::Diff or File::Which yet).

6 years agonice, first bit of auto-help
root [Mon, 6 Nov 2017 22:43:00 +0000 (22:43 +0000)]
nice, first bit of auto-help

added a diagnostic for when the recustomize script cannot run (when perl doesn't have File::Diff or File::Which yet).

6 years agonew fortune
Chris Koeritz [Mon, 6 Nov 2017 17:57:33 +0000 (12:57 -0500)]
new fortune

6 years agonew script for copying mail filters
Chris Koeritz [Mon, 6 Nov 2017 17:54:59 +0000 (12:54 -0500)]
new script for copying mail filters

got tired of running these extra long commands.  totally specific to my one thunderbird config.

6 years agohoping the screen debacle is done
Fred T. Hamster [Mon, 6 Nov 2017 15:03:07 +0000 (10:03 -0500)]
hoping the screen debacle is done

it looks like they unbroke -L for 'screen' tool, such that it no longer requires a log file parameter (which had broken just everything).  and now the log file parm is still available, but you jam it together with the -L flag.

6 years agovnc closer to working i hope
Chris Koeritz [Mon, 6 Nov 2017 14:43:12 +0000 (14:43 +0000)]
vnc closer to working i hope

6 years agonicer formatting
Chris Koeritz [Mon, 6 Nov 2017 14:24:17 +0000 (14:24 +0000)]
nicer formatting

6 years agostarting tracking on the xstartup versions.
Chris Koeritz [Mon, 6 Nov 2017 14:18:15 +0000 (14:18 +0000)]
starting tracking on the xstartup versions.

this stuff is not well documented, nor easy to set up.  buddha please save me.

6 years agoreenabled ssh function
Chris Koeritz [Mon, 6 Nov 2017 14:04:01 +0000 (09:04 -0500)]
reenabled ssh function

forgot we need to override ssh to enable x forwarding.

6 years agoprototyping department
Chris Koeritz [Mon, 6 Nov 2017 13:06:33 +0000 (13:06 +0000)]
prototyping department

6 years agofixed issue if no loading dock
Fred T. Hamster [Mon, 6 Nov 2017 05:14:44 +0000 (00:14 -0500)]
fixed issue if no loading dock