summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-08-29 20:38:24 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-08-29 20:38:24 +0100
commit3a6e918d46840289227e58a5ac1850113fcd2400 (patch)
tree8cd8e14f362205385837f5cac48b9a4f709e89ce
parentdfd2d49e968c4892b1823b5414700d99d4292acf (diff)
remove previous comments, focus on our next target, transform gentoo packages on deb packages to be used by apt
-rwxr-xr-xbuild326
-rwxr-xr-xbuild646
2 files changed, 2 insertions, 10 deletions
diff --git a/build32 b/build32
index c51d03d..e80b736 100755
--- a/build32
+++ b/build32
@@ -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
diff --git a/build64 b/build64
index 1e6cf23..0aca7a4 100755
--- a/build64
+++ b/build64
@@ -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