aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utils/bundleit.sh: switch name to 'grs'v0.1Anthony G. Basile2015-08-111-1/+1
* utils/bundleit.sh: simple release bundling utility.Anthony G. Basile2015-08-111-0/+9
* Remove CONST.namervers[]. To be provided by grs repo.Anthony G. Basile2015-08-095-21/+5
* grs/Kernel.py: don't rebuild/reinstall a kernel if its linux-image tarball ex...Anthony G. Basile2015-08-091-8/+9
* bin/grsup: fix typo.Anthony G. Basile2015-08-091-1/+1
* bin/grsup: WorldConf.install() now does a cleanup automatically.Anthony G. Basile2015-08-091-3/+3
* bin/grsrun: avoid name collision with usage().Anthony G. Basile2015-08-091-2/+2
* bin/grsup: backup old make.conf if clobbering.Anthony G. Basile2015-08-091-3/+14
* bin/grsup: fix bugs.Anthony G. Basile2015-08-091-2/+5
* bin/grsup: copy in the make.conf from remote git repo.Anthony G. Basile2015-08-091-0/+18
* TODO: updateAnthony G. Basile2015-08-081-0/+2
* Add copyright notice to all files.Anthony G. Basile2015-08-0827-0/+432
* grs/WorldConf.py: remove added files to managed dirs during clean.Anthony G. Basile2015-08-081-1/+10
* grs/WorldConf.py: don't delete from non-existing directories.Anthony G. Basile2015-08-081-1/+3
* TODO: updateAnthony G. Basile2015-08-081-6/+0
* grs/Worldconf.py: clear out managed directories before installing.Anthony G. Basile2015-08-081-11/+25
* bin/grsup: improve English.Anthony G. Basile2015-08-081-1/+1
* Switch to gnu_getopt.Anthony G. Basile2015-08-083-8/+15
* bin/grsup: Implement -l. Cleanup flag sanity check.Anthony G. Basile2015-08-081-17/+39
* Update MANIFEST.in.Anthony G. Basile2015-08-041-4/+2
* README: bring in line with wiki page.Anthony G. Basile2015-08-041-84/+87
* TODO: note problem with orphaned files in /etc/portage.Anthony G. Basile2015-08-041-0/+6
* Better organize directory structure.Anthony G. Basile2015-08-047-2/+3
* grs/Kernel.py: rsync was clobbering lib -> lib64, not tar.Anthony G. Basile2015-07-281-1/+1
* Revert "grs/Kernel.py: dereference lib -> lib64, don't clobber it."Anthony G. Basile2015-07-281-1/+1
* grs/Kernel.py: dereference lib -> lib64, don't clobber it.Anthony G. Basile2015-07-271-1/+1
* grs/Kernel.py: modules directory should be $(get_libdir)Anthony G. Basile2015-07-251-0/+2
* systems.conf: switch definition of desktop-amd64-hardened to multilib.Anthony G. Basile2015-07-251-1/+1
* grsup: improve usage() for kernel.Anthony G. Basile2015-07-251-1/+1
* grsrun: add 'select' flag -s.Anthony G. Basile2015-07-241-5/+14
* grs/TarIt.py: add documentation.Anthony G. Basile2015-07-141-2/+13
* grs/Synchronize.py: add documentation.Anthony G. Basile2015-07-141-7/+7
* grs/Seed.py: add documentation.Anthony G. Basile2015-07-141-10/+1
* grs/RunScript.py: add documentation.Anthony G. Basile2015-07-141-7/+6
* grs/Populate.py: add documentation.Anthony G. Basile2015-07-141-7/+25
* grs/PivotChroot.py: add documentation.Anthony G. Basile2015-07-141-11/+6
* grs/Log.py: add documentation.Anthony G. Basile2015-07-141-2/+5
* grs/MountDirectories.py: add documentation.Anthony G. Basile2015-07-141-23/+28
* grs/Kernel.py: add documentation.Anthony G. Basile2015-07-141-4/+23
* grs/Constants.py: elevate grs_group/dir to CONSTs.Anthony G. Basile2015-07-142-9/+7
* grs/Interpret.py: add documentation.Anthony G. Basile2015-07-141-9/+40
* systems.conf: add desktop-amd64-musl-hardened.Anthony G. Basile2015-07-101-0/+5
* grs/Daemon.py: remove unused stop() and restart().Anthony G. Basile2015-07-102-69/+16
* grs/Interpret.py: more aggressively send TERM/KILL signals.Anthony G. Basile2015-07-101-2/+8
* grs/Daemon.py: document.Anthony G. Basile2015-07-091-7/+30
* grs/Execute.py: improve signal exit code.Anthony G. Basile2015-07-091-2/+7
* grs/Execute.py: document and add logging to stderr.Anthony G. Basile2015-07-091-14/+32
* grs/Constants.py: add documentation.Anthony G. Basile2015-07-092-15/+68
* grs/Rotator.py: document and improve.Anthony G. Basile2015-07-095-25/+57
* grs/__init__.py: import Rotator.Anthony G. Basile2015-07-095-1/+7