diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-08-29 20:38:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-08-29 20:38:24 +0100 |
commit | 3a6e918d46840289227e58a5ac1850113fcd2400 (patch) | |
tree | 8cd8e14f362205385837f5cac48b9a4f709e89ce /build32 | |
parent | dfd2d49e968c4892b1823b5414700d99d4292acf (diff) |
remove previous comments, focus on our next target, transform gentoo packages on deb packages to be used by apt
Diffstat (limited to 'build32')
-rwxr-xr-x | build32 | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -23,11 +23,7 @@ envkogaionstart () { # mount ro squashfs chroot + add rw overlayfs layer to enable clean package building mount -t squashfs "$sqfsroot" "$rodir" mount -t overlayfs -o lowerdir="$rodir",upperdir="$rwdir" overlayfs "$overlaydir" - # portage buildpkg feature is now enabled by default, so all built packages or targets will also have binary packages created - # each target depends on previous one, building a target will most likely pull packages from previous one - # to avoid useless rebuilds, bind mount portage binary packages folder, and use binaries if needed - # every binary was built in same clean build environment managed by vasile, so they are safe to reuse - # vasile will still clean the build environment, but will leave binaries in place + # keep built binary packages around, we will convert them to deb packages using vasile while : true ; do if [[ ! -d packages ]] ; then mkdir packages |