Conf-diff

From LocalizationWiki

 --- CONF.sh     2006-11-14 17:06:44.000000000 +0600
 +++ CONF-dzongkha.sh    2006-11-13 19:04:36.000000000 +0600
 @@ -30,8 +30,8 @@
 unset JIGDOINCLUDEURLS  || true
 unset JIGDOSCRIPT       || true
 unset JIGDO_OPTS        || true
-unset DEFBINSIZE        || true
-unset DEFSRCSIZE        || true
+#unset DEFBINSIZE        || true
+#unset DEFSRCSIZE        || true
 unset FASTSUMS          || true
 unset PUBLISH_URL       || true
 unset PUBLISH_NONUS_URL || true
@@ -40,7 +40,7 @@
 unset UDEB_EXCLUDE      || true
 unset BASE_INCLUDE      || true
 unset BASE_EXCLUDE      || true
 -unset INSTALLER_CD      || true
+#unset INSTALLER_CD      || true
 unset MAXCDS            || true
  unset SPLASHPNG         || true
 unset OMIT_MANUAL          || true
@@ -48,10 +48,10 @@
# The debian-cd dir
# Where I am (hoping I'm in the debian-cd dir)
-export BASEDIR=`pwd`
+#export BASEDIR=`pwd`
# Building etch cd set ...
-export CODENAME=etch
+#export CODENAME=etch
# By default use Debian installer packages from $CODENAME
if [ ! "$DI_CODENAME" ]
@@ -66,7 +66,7 @@
#export DI_WWW_HOME=default
# Version number, "2.2 r0", "2.2 r1" etc.
-export DEBVERSION="4.0"
+export DEBVERSION="1.0"
# Official or non-official set.
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
@@ -76,20 +76,20 @@
#export OFFICIAL="Official Beta"
# ... for arch
-CPU=`dpkg-architecture -qDEB_HOST_DPKG_CPU 2>/dev/null || true`
-if [ "$CPU"x = ""x ] ; then
-    CPU=`dpkg-architecture -qDEB_HOST_ARCH`
-fi
-KERNEL=`dpkg-architecture -qDEB_HOST_DPKG_OS 2>/dev/null || true`
-if [ "$KERNEL"x = ""x ] ; then
-    KERNEL=linux
-fi
-if [ $KERNEL = linux ] ; then
-    ARCH=$CPU
-else
-    ARCH="$KERNEL-$CPU"
-fi
-export CPU KERNEL ARCH
+#CPU=`dpkg-architecture -qDEB_HOST_DPKG_CPU 2>/dev/null || true`
+#if [ "$CPU"x = ""x ] ; then
+#    CPU=`dpkg-architecture -qDEB_HOST_ARCH`
+#fi
+#KERNEL=`dpkg-architecture -qDEB_HOST_DPKG_OS 2>/dev/null || true`
+#if [ "$KERNEL"x = ""x ] ; then
+#    KERNEL=linux
+#fi
+#if [ $KERNEL = linux ] ; then
+#    ARCH=$CPU
+#else
+#    ARCH="$KERNEL-$CPU"
+#fi
+#export CPU KERNEL ARCH
# IMPORTANT : The 4 following paths must be on the same partition/device.
#            If they aren't then you must set COPYLINK below to 1. This
@@ -97,7 +97,7 @@
#            images, however. Also, if you are using an NFS partition for
#            some part of this, you must use this option.
# Paths to the mirrors
-export MIRROR=/mirror/debian
+#export MIRROR=/srv/debmirror/debian
# Comment the following line if you don't have/want non-US
 #export NONUS=/ftp/debian-non-US
@@ -108,14 +108,14 @@
#export FORCENONUSONCD1=1
 # Path of the temporary directory
-export TDIR=/mirror/tmp
+export TDIR=/srv/debian-cd/tmp
 # Path where the images will be written
-export OUT=/mirror/debian-cd-test
+export OUT=/srv/debian-cd
# Where we keep the temporary apt stuff.
# This cannot reside on an NFS mount.
-export APTTMP=/mirror/tmp/apt
+export APTTMP=/srv/debian-cd/apt
# Do I want to have NONFREE merged in the CD set
# export NONFREE=1
@@ -175,13 +175,13 @@
# Set your disk size here in MB. Used in calculating package and
# source file layouts in build.sh and build_all.sh. Defaults are for
# CD-R, try ~4400 for DVD-R.
-export DEFBINSIZE=630
-export DEFSRCSIZE=635
+if [ ! "$DEFBINSIZE" ] ; then export DEFBINSIZE=642 ; fi
+if [ ! "$DEFSRCSIZE" ] ; then export DEFSRCSIZE=642 ; fi
# We don't want certain packages to take up space on CD1...
-#export EXCLUDE="$BASEDIR"/tasks/exclude-$CODENAME
+export EXCLUDE="$BASEDIR"/tasks/exclude-$CODENAME
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)-#export     
UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-$CODENAME
+export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-$CODENAME
# Any packages listed in EXCLUDE but not in any UNEXCLUDE will be
# excluded completely.
@@ -191,7 +191,7 @@
# Set this if building source packages CDs should be skipped.
# You won't need source packages on your local mirror in that case.
# (Setting IMAGETARGET is now deprecated, though still supported.)
-#export NOSOURCE=1
+export NOSOURCE=1
# Set this if the recommended packages should be skipped when adding
# package on the CD.  The default is 'false'.
@@ -199,7 +199,7 @@
# Set this if the suggested packages should be skipped when adding
# package on the CD.  The default is 'true'.
-#export NOSUGGESTS=1
+export NOSUGGESTS=1
# Produce jigdo files:
# 0/unset = Don't do jigdo at all, produce only the full iso image.
@@ -296,7 +296,7 @@
#export UDEB_INCLUDE="$BASEDIR"/data/$CODENAME/udeb_include
# File with list of packages to exclude as above.
-#export UDEB_EXCLUDE="$BASEDIR"/data/$CODENAME/udeb_exclude
+export UDEB_EXCLUDE="$BASEDIR"/data/$CODENAME/udeb_exclude
# File with list of packages to include when running debootstrap from
# the first stage installer (currently only supported in
@@ -319,14 +319,14 @@
#export KERNEL_PARAMS="DEBCONF_PRIORITY=critical"
# If set, limits the number of binary CDs to produce.
-# export MAXCDS=1
+export MAXCDS=1
# If set, overrides the boot picture used.
#export SPLASHPNG="$BASEDIR/data/$CODENAME/splash-img.png"
# Set to 1 to save space by omitting the installation manual.
# If so the README will link to the manual on the web site.
-#export OMIT_MANUAL=1
+export OMIT_MANUAL=1
# Set to 1 to save space by omitting the release notes
# If so we will link to them on the web site.