summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-10-10 22:20:06 +0000
committerFrans Pop <elendil@planet.nl>2006-10-10 22:20:06 +0000
commit76fab93ef2fef87ac0be910357dd4b878773b664 (patch)
treeac42ae121e5f684a8c376a2cd6afd3675f9059ab
parent8b689b0827babe333f97aad63162def18801c9b5 (diff)
downloadinstallation-guide-76fab93ef2fef87ac0be910357dd4b878773b664.zip
Set default value for manual_release in build wrapper scripts
-rwxr-xr-xbuild/build.sh2
-rwxr-xr-xbuild/buildweb.sh2
-rw-r--r--debian/changelog3
3 files changed, 6 insertions, 1 deletions
diff --git a/build/build.sh b/build/build.sh
index 110d89fb5..dedd44df0 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -5,6 +5,8 @@ set -e
[ -r ./po_functions ] || exit 1
. ./po_functions
+manual_release=${manual_release:=etch}
+
if [ -z "$languages" ]; then
# Buildlist of languages
# Note: this list is no longer being maintained; see debian/langlist instead
diff --git a/build/buildweb.sh b/build/buildweb.sh
index e3dcff2aa..11b2cfe15 100755
--- a/build/buildweb.sh
+++ b/build/buildweb.sh
@@ -5,6 +5,8 @@ set -e
[ -r ./po_functions ] || exit 1
. ./po_functions
+manual_release=${manual_release:=etch}
+
if [ -z "$languages" ]; then
# Buildlist of languages to be included on the official website
# Based on list of languages used in official builds
diff --git a/debian/changelog b/debian/changelog
index 026880208..938d3a156 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,8 +49,9 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low
* Document new boot parameters theme and directfb/hw-accel.
* Remove now obsolete distinction between classic and common kpkg.
* Update all arches to kernel version 2.6.17.
+ * Set default value for manual_release in build wrapper scripts.
- -- Frans Pop <fjp@debian.org> Tue, 26 Sep 2006 02:26:45 +0200
+ -- Frans Pop <fjp@debian.org> Wed, 11 Oct 2006 00:19:04 +0200
installation-guide (20060726) unstable; urgency=low