Chris Koeritz [Sat, 4 Nov 2017 18:46:13 +0000 (14:46 -0400)]
new file for minimizing disk impact
we don't always want all the generated junk, which weighs in at like ~430 megs these days. this script winnows out the things most people will not need, once they've generated the binaries with the production process.
Chris Koeritz [Fri, 3 Nov 2017 15:10:01 +0000 (11:10 -0400)]
took the NAME variable out of the feisty inits
this eliminates the one piece of configuration needed for setting up feisty. it does leave us dangling dangerously close to the edge of not having a name variable set up...
Chris Koeritz [Fri, 3 Nov 2017 15:06:30 +0000 (11:06 -0400)]
tasty new script for adding feisty meow
this configures .bashrc to use the normal user feisty init script. it eliminates the step of having to edit .bashrc to get up and running, although there is still an inappropriate default NAME variable being set in there.
Chris Koeritz [Fri, 3 Nov 2017 06:25:38 +0000 (02:25 -0400)]
working version of add swap
prior version was borked since we don't have variables we expect when run as sudo. this just uses the relative location of the script to find the core directory for loading feisty meow.
Chris Koeritz [Fri, 3 Nov 2017 05:19:14 +0000 (01:19 -0400)]
cleaning up revision control tools
tried to move to a consistent naming scheme. getem and checkin are the "grab the code" and "check the code in" operations. so rgetem and rcheckin are the recursive versions of those that act on a whole hierarchy. other scripts have been renamed for easier understanding of what the heck they do. some junk scripts have been flushed out.
Chris Koeritz [Fri, 3 Nov 2017 04:06:59 +0000 (00:06 -0400)]
attempting to fix naive system updater
the updater running from cron kept getting jammed up, with multiple possibly running at the same time. this seems to be due to questions about using existing or new config files. a fix suggested on internet says that dpkg needs to be told not to do that, and to just use the existing ones.
Chris Koeritz [Thu, 2 Nov 2017 18:39:42 +0000 (14:39 -0400)]
adding gimp project for cake web icon
larger size image is in the project; web icons are supposed to be like 16x16 or 32x32. we chose 32x32, because any reasonable browser supports it, whereas 64x64 may be a stretch for some.
Chris Koeritz [Thu, 2 Nov 2017 17:21:06 +0000 (13:21 -0400)]
crikey, what a pain in the ***
finally got this working with the right directives and such. apparently my feeble knowledge of apache has gotten feebler, since the authorization directives have all changed and i'm still using the old ones.
Chris Koeritz [Thu, 2 Nov 2017 12:58:17 +0000 (08:58 -0400)]
fixing this up for site avenger
had been using a system level path for the site storage /srv/users/... but that's not how we roll with site avenger. instead, the script now uses $HOME/apps as the storage folder. also, the creation of a 'public' folder under the site is problematic, since that should be a link for site avenger sites, so the public dir creation has been removed.
Chris Koeritz [Mon, 30 Oct 2017 01:31:54 +0000 (21:31 -0400)]
class fix for modernistic compilers
visual studio of some vintage hated the NEXT_NODE class constant and insisted that it needed to be static if it has an initializer, so that's what it got.
Chris Koeritz [Fri, 27 Oct 2017 01:15:24 +0000 (21:15 -0400)]
apache site adder fixes
got the thing writing the config file and doing the proper magic to configure it. now also hides output from a2ensite unless error occurs. also fixed bug in log files in site config.
Chris Koeritz [Fri, 27 Oct 2017 00:49:19 +0000 (20:49 -0400)]
add domain fixes, prototype for apache site adder
add_domain updated with more workingness; now actually modifies the configuration files and also seems to work properly.
apache site adder is intended to create a new config file for an apache2 website, using some peculiar rules for our storage on a vm that mimics serverpilot storage paths.
Chris Koeritz [Thu, 26 Oct 2017 21:26:36 +0000 (17:26 -0400)]
prototype dns config helper
designed to help out when adding domains and subdomains to DNS, especially geared towards a vm configuration we're working with (multiple domains served on same vm with one ip address, vm provides dns servers to host computer).
Chris Koeritz [Tue, 17 Oct 2017 22:07:08 +0000 (22:07 +0000)]
fixes for unfortunate log change in screen parms
the maintainers of screen added a required parameter to the -L flag on
screen, which breaks every existing usage of the otherwise excellent
screen tool. so, now we're forced to just add this useless parameter,
when my screenrc already takes care of setting a log file. this change
is not even reflected on the gnu site for screen, so there's no
documentation for it at the official site. shame on you, whoever just
stuffed this change into the screen tool.
Chris Koeritz [Sun, 15 Oct 2017 22:44:07 +0000 (18:44 -0400)]
cleaning in updaters
extracted some common code into shared updater parts. added an archive collection list variable for representing the full list of critical repositories that should be synched (maybe blank for most users). repointed musical wand at curie instead of banshee, and also starting to think this script no longer needed due to raw_synch_from_surya usage on euphrosyne.
Chris Koeritz [Sat, 14 Oct 2017 17:56:18 +0000 (13:56 -0400)]
maybe a fix for uniquifier
turns out we were not using IFS properly. the real solution was to flip the spaces into EOLs so that uniq and other things would work on multiple lines. we believe this, at this point, at least.
Chris Koeritz [Sat, 14 Oct 2017 17:51:17 +0000 (13:51 -0400)]
still trying to uniquify
sorting was apparently not the problem last time, although we have seen it be a problem before. the checkin on a host with feisty meow in home is still running the checkins twice, and this change just adds some debugging to see wtf.
Chris Koeritz [Thu, 12 Oct 2017 21:54:02 +0000 (17:54 -0400)]
nice redundancy fix in training
this makes sure that if the user happens to have feisty meow in their home directory, then they don't see any double check-ins. mostly relevant to me, since i am the main committer for now.
Chris Koeritz [Wed, 11 Oct 2017 18:05:19 +0000 (14:05 -0400)]
flipping repository list idea around
it seems like we should no longer automatically check in feisty meow for all users, since most will hopefully have it installed system-wide, where users cannot update any files. additionally, most users don't have write permission anyway. since we really want to move towards a more distribution oriented approach, it seems better to take feisty_meow off the repository list. users who want it automatically updated from and/or checked in to git can add it back in their custom versions.
Chris Koeritz [Mon, 9 Oct 2017 01:06:19 +0000 (21:06 -0400)]
nice cleanup removes nastygrams if not configured
previously a bunch of errors would spew if the feisty meow launcher script was sourced without the feisty meow scripts having been initialized (or bootstrapped). now it is much calmer and also provides better information.
Chris Koeritz [Mon, 9 Oct 2017 00:11:46 +0000 (20:11 -0400)]
cleanups to make system-wide install work
makes it so that the checkin commands operate as usual, even when feisty_meow is not located under one's home folder.
also a new script for managing web permissions on our cake lamp vm we're building.