From 216fdc3715478ffc5306e136064e82d74617c762 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Aug 2015 09:57:31 +0100 Subject: import libvasile into vasile itself, for slaves to use it...no need to import twice in each slave --- build32 | 2 -- build64 | 2 -- vasile | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build32 b/build32 index 01939de..0c24fc0 100755 --- a/build32 +++ b/build32 @@ -1,7 +1,5 @@ #!/usr/bin/env bash -source libvasile - envkogaionstart () { # mount ro squashfs chroot + add rw overlayfs layer to enable clean package building mount -t squashfs "$sqfsrootx86" "$rodir" diff --git a/build64 b/build64 index cbff47d..df0b3aa 100755 --- a/build64 +++ b/build64 @@ -1,7 +1,5 @@ #!/usr/bin/env bash -source libvasile - envkogaionstart () { # mount ro squashfs chroot + add rw overlayfs layer to enable clean package building mount -t squashfs "$sqfsrootx64" "$rodir" diff --git a/vasile b/vasile index 8011fae..47228aa 100755 --- a/vasile +++ b/vasile @@ -4,6 +4,7 @@ # Main author : Ghiunhan Mamut (aka V3n3RiX) @ RogentOS Development Group # Dependencies : kernel built with squashfs + overlayfs, app-arch/dpkg (optional for building deb packages in portage) # +source libvasile case $1 in --build64) source build64 -- cgit v1.2.3