Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bin/grsup: dereference sym links so you don't clobber /lib -> /lib64v0.5 | Anthony G. Basile | 2016-02-21 | 1 | -1/+1 | |
| | ||||||
* | grs/WorldConf.py: guard against <cat>/<pkg> with no ebuilds.v0.4 | Anthony G. Basile | 2015-11-26 | 1 | -1/+5 | |
| | ||||||
* | lint: minor code cleanups.v0.3 | Anthony G. Basile | 2015-10-10 | 2 | -5/+7 | |
| | ||||||
* | grs/Execute.py: suppress logging rc = 0. | Anthony G. Basile | 2015-10-10 | 1 | -1/+2 | |
| | ||||||
* | grs/Execute.py, Interpret.py: clean up signal code | Anthony G. Basile | 2015-10-10 | 2 | -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. Basile | 2015-10-10 | 1 | -2/+1 | |
| | ||||||
* | grs/Interpret.py: fix minor errors in semantic_action(). | Anthony G. Basile | 2015-10-10 | 1 | -2/+3 | |
| | ||||||
* | grs/Interpret.py: fix logging during sync/seed. | Anthony G. Basile | 2015-10-10 | 1 | -2/+2 | |
| | ||||||
* | grs/Interpret.py: don't run sync/seed during mock run. | Anthony G. Basile | 2015-10-10 | 1 | -2/+8 | |
| | ||||||
* | grs/Interpret.py: exec() is bad, get rid of it. | Anthony G. Basile | 2015-10-10 | 1 | -25/+30 | |
| | ||||||
* | grs/Interpret.py and Execute.py: pid is out of scope. | Anthony G. Basile | 2015-10-09 | 2 | -7/+7 | |
| | ||||||
* | grs/Interpret.py: clean up white space padding on _line. | Anthony G. Basile | 2015-10-09 | 1 | -1/+4 | |
| | ||||||
* | grs/Interpret.py: skip blank lines with leading + | Anthony G. Basile | 2015-10-09 | 1 | -1/+1 | |
| | ||||||
* | grs/Execute.py: refactor signalexit(). | Anthony G. Basile | 2015-10-09 | 1 | -11/+7 | |
| | ||||||
* | grs/Interpret.py: restructure semantic actions. | Anthony G. Basile | 2015-10-09 | 1 | -64/+42 | |
| | ||||||
* | grs/Interpret.py: clean up parsing a line. | Anthony G. Basile | 2015-10-09 | 1 | -14/+15 | |
| | ||||||
* | grs/Interpret.py: skip non-functional build lines | Anthony G. Basile | 2015-10-09 | 1 | -6/+5 | |
| | ||||||
* | grs/WorldConf.py: fix renaming s -> _section. | Anthony G. Basile | 2015-10-08 | 1 | -1/+1 | |
| | ||||||
* | conf/systems.conf: update stage links. | Anthony G. Basile | 2015-10-08 | 1 | -5/+5 | |
| | ||||||
* | grs/Interpret.py: prepare for refactoring large if clause. | Anthony G. Basile | 2015-10-08 | 1 | -5/+5 | |
| | ||||||
* | lint: rename internal variables. | Anthony G. Basile | 2015-10-08 | 11 | -142/+142 | |
| | ||||||
* | grs/Populate.py: use isinstance() instead of type(). | Anthony G. Basile | 2015-10-07 | 1 | -2/+3 | |
| | ||||||
* | lint: more unused imports. | Anthony G. Basile | 2015-10-07 | 5 | -8/+0 | |
| | ||||||
* | lint: fix indentations. | Anthony G. Basile | 2015-10-07 | 2 | -8/+8 | |
| | ||||||
* | lint: fix line length. | Anthony G. Basile | 2015-10-07 | 8 | -12/+45 | |
| | ||||||
* | lint: use raw strings with regexes. | Anthony G. Basile | 2015-10-07 | 5 | -13/+13 | |
| | ||||||
* | lint: remove unused imports. | Anthony G. Basile | 2015-10-07 | 2 | -5/+0 | |
| | ||||||
* | lint: fix white spaces | Anthony G. Basile | 2015-10-06 | 16 | -87/+77 | |
| | ||||||
* | grs/ISOIt.py: mksquashfs and mkisofs can take a long time.v0.2 | Anthony G. Basile | 2015-09-16 | 1 | -4/+5 | |
| | ||||||
* | grs/Kernel.py: build either modular or static kernel. | Anthony G. Basile | 2015-09-16 | 1 | -6/+13 | |
| | ||||||
* | grs/Execute.py: fix typo. | Anthony G. Basile | 2015-09-15 | 1 | -1/+1 | |
| | ||||||
* | grs/Execute.py: allow running of a cmd in a shell. | Anthony G. Basile | 2015-09-15 | 2 | -6/+10 | |
| | ||||||
* | grs/Interpret.py: fix medium_type for hashit. | Anthony G. Basile | 2015-09-14 | 1 | -1/+1 | |
| | ||||||
* | grs/ISOIt.py: do not remove /boot from system root. | Anthony G. Basile | 2015-09-14 | 1 | -1/+2 | |
| | ||||||
* | grs/ISOIt.py: fix build of busybox. | Anthony G. Basile | 2015-09-14 | 1 | -5/+10 | |
| | ||||||
* | grs/ISOIt.py: fix various path issues. | Anthony G. Basile | 2015-09-13 | 2 | -16/+25 | |
| | ||||||
* | grs/ISOIt.py: add in build for initramfs and iso. | Anthony G. Basile | 2015-09-13 | 1 | -21/+83 | |
| | ||||||
* | conf/systems.conf: update. | Anthony G. Basile | 2015-09-12 | 1 | -4/+8 | |
| | ||||||
* | grs/ISOIt.py: initial commit of isoit directive. | Anthony G. Basile | 2015-09-12 | 3 | -2/+93 | |
| | ||||||
* | grs/HashIt.py: make into inheritable class. | Anthony G. Basile | 2015-09-12 | 3 | -42/+69 | |
| | ||||||
* | utils/bundleit.sh: switch name to 'grs'v0.1 | Anthony G. Basile | 2015-08-11 | 1 | -1/+1 | |
| | ||||||
* | utils/bundleit.sh: simple release bundling utility. | Anthony G. Basile | 2015-08-11 | 1 | -0/+9 | |
| | ||||||
* | Remove CONST.namervers[]. To be provided by grs repo. | Anthony G. Basile | 2015-08-09 | 5 | -21/+5 | |
| | ||||||
* | grs/Kernel.py: don't rebuild/reinstall a kernel if its linux-image tarball ↵ | Anthony G. Basile | 2015-08-09 | 1 | -8/+9 | |
| | | | | exists. | |||||
* | bin/grsup: fix typo. | Anthony G. Basile | 2015-08-09 | 1 | -1/+1 | |
| | ||||||
* | bin/grsup: WorldConf.install() now does a cleanup automatically. | Anthony G. Basile | 2015-08-09 | 1 | -3/+3 | |
| | ||||||
* | bin/grsrun: avoid name collision with usage(). | Anthony G. Basile | 2015-08-09 | 1 | -2/+2 | |
| | ||||||
* | bin/grsup: backup old make.conf if clobbering. | Anthony G. Basile | 2015-08-09 | 1 | -3/+14 | |
| | ||||||
* | bin/grsup: fix bugs. | Anthony G. Basile | 2015-08-09 | 1 | -2/+5 | |
| | ||||||
* | bin/grsup: copy in the make.conf from remote git repo. | Anthony G. Basile | 2015-08-09 | 1 | -0/+18 | |
| |