diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/build.sh | 2 | ||||
-rwxr-xr-x | build/buildweb.sh | 2 |
2 files changed, 4 insertions, 0 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 |