commit: 262b0c54b2a7ac141b99e956be7ed04fdfa7fd7c Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jul 7 20:41:18 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jul 7 20:41:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=262b0c54
Testing new tarit grammar. build | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/build b/build index d52c36e..a8561a6 100644 --- a/build +++ b/build @@ -7,34 +7,31 @@ populate 1 runscript cycle.1.sh runscript cycle.1.py pivot tmp/stage1root +unmount +clean +tarit stage1-amd64-hardened +hashit # #log stamp -#3log CYCLE_2 +#log STAGE_2 #log stamp # +#mount #populate 2 #runscript cycle.2.sh +#unmount +#clean +#tarit stage2-amd64-hardened +#hashit # #log stamp #log CYCLE_3 #log stamp # +#mount #populate 3 #runscript cycle.3.sh -# #unmount #clean -# -#log stamp -#log Tar_it -#log stamp -# -#tarit -# -#log stamp -#log Hash_it -#log stamp -# +#tarit stage3-amd64-hardened #hashit -# -#log stamp
