summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-23 08:59:29 -0500
committerHolger Levsen <holger@layer-acht.org>2015-10-23 08:59:29 -0500
commit003fcc583aa4ee2bb310197597556880226d0ae5 (patch)
treec895af6ce0886fd597a717d6add678df7bfc1044
parent14262f208aa640380b3aff295e975ebfa5573e4f (diff)
downloadjenkins.debian.net-003fcc583aa4ee2bb310197597556880226d0ae5.tar.xz
reproducible: install locales-all on pb3
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 85ddffd0..b059f6ba 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -152,7 +152,7 @@ if [ -f /etc/debian_version ] ; then
esac
# needed to run coreboot/openwrt/netbsd jobs
case $HOSTNAME in
- profitbricks-build3-amd64) DEBS="$DEBS bison cmake diffutils findutils flex g++ gawk gcc git grep iasl libc6-dev m4 make subversion unzip util-linux zlib1g-dev libncurses5-dev libssl-dev" ;;
+ profitbricks-build3-amd64) DEBS="$DEBS bison cmake diffutils findutils flex g++ gawk gcc git grep iasl libc6-dev m4 make subversion unzip util-linux zlib1g-dev libncurses5-dev libssl-dev locales-all" ;;
*) ;;
esac
if [ "$HOSTNAME" = "jenkins" ] ; then