summaryrefslogtreecommitdiffstats
path: root/build-debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-debug.sh')
-rwxr-xr-xbuild-debug.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/build-debug.sh b/build-debug.sh
new file mode 100755
index 0000000..787b306
--- /dev/null
+++ b/build-debug.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# == Configurations =========================================================
+
+root="/home/lantw44/livecd/root-debug"
+cdroot="/home/lantw44/livecd/cdroot-debug"
+image="/home/lantw44/livecd/out/FreeBSD-10.0-GNOME-3.12.2-`date '+%Y%m%d'`-debug.iso"
+
+repo="/usr/local/poudriere/data/packages/freebsd10-marcuscom-gnome3-debug"
+pkgs="`cat /home/lantw44/livecd/gnome3-debug-pkgs`"
+
+# ===========================================================================
+
+. "`dirname "$0"`/build.sh"