aboutsummaryrefslogtreecommitdiff
path: root/grs
Commit message (Expand)AuthorAgeFilesLines
* grs/WorldConf.py: guard against <cat>/<pkg> with no ebuilds.v0.4Anthony G. Basile2015-11-261-1/+5
* lint: minor code cleanups.v0.3Anthony G. Basile2015-10-102-5/+7
* grs/Execute.py: suppress logging rc = 0.Anthony G. Basile2015-10-101-1/+2
* grs/Execute.py, Interpret.py: clean up signal codeAnthony G. Basile2015-10-102-31/+10
* grs/Interpret.py: fix minor errors.Anthony G. Basile2015-10-101-2/+1
* grs/Interpret.py: fix minor errors in semantic_action().Anthony G. Basile2015-10-101-2/+3
* grs/Interpret.py: fix logging during sync/seed.Anthony G. Basile2015-10-101-2/+2
* grs/Interpret.py: don't run sync/seed during mock run.Anthony G. Basile2015-10-101-2/+8
* grs/Interpret.py: exec() is bad, get rid of it.Anthony G. Basile2015-10-101-25/+30
* grs/Interpret.py and Execute.py: pid is out of scope.Anthony G. Basile2015-10-092-7/+7
* grs/Interpret.py: clean up white space padding on _line.Anthony G. Basile2015-10-091-1/+4
* grs/Interpret.py: skip blank lines with leading +Anthony G. Basile2015-10-091-1/+1
* grs/Execute.py: refactor signalexit().Anthony G. Basile2015-10-091-11/+7
* grs/Interpret.py: restructure semantic actions.Anthony G. Basile2015-10-091-64/+42
* grs/Interpret.py: clean up parsing a line.Anthony G. Basile2015-10-091-14/+15
* grs/Interpret.py: skip non-functional build linesAnthony G. Basile2015-10-091-6/+5
* grs/WorldConf.py: fix renaming s -> _section.Anthony G. Basile2015-10-081-1/+1
* grs/Interpret.py: prepare for refactoring large if clause.Anthony G. Basile2015-10-081-5/+5
* lint: rename internal variables.Anthony G. Basile2015-10-0811-142/+142
* grs/Populate.py: use isinstance() instead of type().Anthony G. Basile2015-10-071-2/+3
* lint: more unused imports.Anthony G. Basile2015-10-075-8/+0
* lint: fix indentations.Anthony G. Basile2015-10-072-8/+8
* lint: fix line length.Anthony G. Basile2015-10-078-12/+45
* lint: use raw strings with regexes.Anthony G. Basile2015-10-075-13/+13
* lint: remove unused imports.Anthony G. Basile2015-10-072-5/+0
* lint: fix white spacesAnthony G. Basile2015-10-0616-87/+77
* grs/ISOIt.py: mksquashfs and mkisofs can take a long time.v0.2Anthony G. Basile2015-09-161-4/+5
* grs/Kernel.py: build either modular or static kernel.Anthony G. Basile2015-09-161-6/+13
* grs/Execute.py: fix typo.Anthony G. Basile2015-09-151-1/+1
* grs/Execute.py: allow running of a cmd in a shell.Anthony G. Basile2015-09-152-6/+10
* grs/Interpret.py: fix medium_type for hashit.Anthony G. Basile2015-09-141-1/+1
* grs/ISOIt.py: do not remove /boot from system root.Anthony G. Basile2015-09-141-1/+2
* grs/ISOIt.py: fix build of busybox.Anthony G. Basile2015-09-141-5/+10
* grs/ISOIt.py: fix various path issues.Anthony G. Basile2015-09-132-16/+25
* grs/ISOIt.py: add in build for initramfs and iso.Anthony G. Basile2015-09-131-21/+83
* grs/ISOIt.py: initial commit of isoit directive.Anthony G. Basile2015-09-123-2/+93
* grs/HashIt.py: make into inheritable class.Anthony G. Basile2015-09-123-42/+69
* Remove CONST.namervers[]. To be provided by grs repo.Anthony G. Basile2015-08-093-16/+5
* grs/Kernel.py: don't rebuild/reinstall a kernel if its linux-image tarball ex...Anthony G. Basile2015-08-091-8/+9
* Add copyright notice to all files.Anthony G. Basile2015-08-0815-0/+240
* 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
* grs/Worldconf.py: clear out managed directories before installing.Anthony G. Basile2015-08-081-11/+25
* 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
* 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