aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* bin/grsup: dereference sym links so you don't clobber /lib -> /lib64v0.5Anthony G. Basile2016-02-211-1/+1
|
* 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
| | | | | | | | | | | While the following may look like a good idea, its not: while True: os.kill(pid, signal.SIGKILL) If pid is zombied, we're stuck in an infinite loop. Rather for all processes in the cgroup we just aggressively send a SIGKILL until only the first ancestor remains.
* 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
|
* conf/systems.conf: update stage links.Anthony G. Basile2015-10-081-5/+5
|
* 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
|
* conf/systems.conf: update.Anthony G. Basile2015-09-121-4/+8
|
* 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
|
* 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 ↵Anthony G. Basile2015-08-091-8/+9
| | | | exists.
* 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
|