summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-07-30 18:34:51 +0000
committerFrans Pop <elendil@planet.nl>2006-07-30 18:34:51 +0000
commite975d68fdcdb44be418d0e6b4ae0208e42069fde (patch)
tree742ec60266718533ae69022658bc754d24aef75f
parent86c318deb4b346b10318f701916d14229152af1b (diff)
downloadinstallation-guide-e975d68fdcdb44be418d0e6b4ae0208e42069fde.zip
Update build wrapper scripts
-rwxr-xr-xbuild/build.sh6
-rwxr-xr-xbuild/buildweb.sh3
2 files changed, 6 insertions, 3 deletions
diff --git a/build/build.sh b/build/build.sh
index c46032cdd..110d89fb5 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -6,11 +6,13 @@ set -e
. ./po_functions
if [ -z "$languages" ]; then
- # Buildlist of languages suitable for Etch
- languages="en cs de es fr ja pt pt_BR ru zh_CN zh_TW"
+ # Buildlist of languages
+ # Note: this list is no longer being maintained; see debian/langlist instead
+ languages="en de es fr ja"
fi
if [ -z "$architectures" ]; then
+ # Note: this list is no longer being maintained; see debian/archlist instead
architectures="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
fi
diff --git a/build/buildweb.sh b/build/buildweb.sh
index e4004dff6..e3dcff2aa 100755
--- a/build/buildweb.sh
+++ b/build/buildweb.sh
@@ -12,7 +12,8 @@ if [ -z "$languages" ]; then
fi
if [ -z "$architectures" ]; then
- architectures="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
+ # Based on list of architectures used in official builds
+ architectures="$(cd ../debian; ./getfromlist archlist)"
fi
if [ -z "$destination" ]; then