summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-08-30 11:37:50 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-08-30 11:37:50 +0100
commitae79222cb89bc8644b64bba498a88499da9812e7 (patch)
treed82407a18b9e43da7f4a4af91f378d4156665dda
parent216fdc3715478ffc5306e136064e82d74617c762 (diff)
revert previous commit, enable debug mode by default, untill we sort things out
-rwxr-xr-xbuild324
-rwxr-xr-xbuild644
-rwxr-xr-xvasile3
3 files changed, 7 insertions, 4 deletions
diff --git a/build32 b/build32
index 0c24fc0..23f2dc0 100755
--- a/build32
+++ b/build32
@@ -1,4 +1,6 @@
-#!/usr/bin/env bash
+#!/bin/bash -x
+
+source libvasile
envkogaionstart () {
# mount ro squashfs chroot + add rw overlayfs layer to enable clean package building
diff --git a/build64 b/build64
index df0b3aa..07d1a5a 100755
--- a/build64
+++ b/build64
@@ -1,4 +1,6 @@
-#!/usr/bin/env bash
+#!/bin/bash -x
+
+source libvasile
envkogaionstart () {
# mount ro squashfs chroot + add rw overlayfs layer to enable clean package building
diff --git a/vasile b/vasile
index 47228aa..d90fae6 100755
--- a/vasile
+++ b/vasile
@@ -1,10 +1,9 @@
-#!/usr/bin/env bash
+#!/bin/bash -x
# Say Hello to Vasile, a script to build Kogaion Linux packages in a clean squashfs + overlayfs chroot
# Using predefined targets : kernel.target , xlibs.target , x11.target , sound.target , artwork.target
# 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