aboutsummaryrefslogtreecommitdiff
path: root/stretch-armhf
AgeCommit message (Collapse)Author
2017-06-23stretch-{arm64,armhf}: setup localesFathi Boudra
Change-Id: Ide42580260a82c91a70838524ea7ce427ab473af Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-05-06{jessie,stretch,trusty,utopic,xenial}-{amd64,arm64,armhf}: fix build scriptsFathi Boudra
* docker COPY doesn't follow symlinks (it returns a lstat error) Restore stretch build scripts to copy thee files as before. * Move OBS sources list and key files next to the others. * Remove all the PPA fixup and copy explicitely sources list and keys we want. * Fix the image/tag name jessie-amd64, xenial-adm64 and a few others. Change-Id: I6613c5abc2bba8cbb05a65e0bf0dc17d4082cc1a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-04-26stretch: switch from repo.l.o to OBSRiku Voipio
Pull packages from OBS when needed, and deprecate repo.l.o here too. - Fix the tag to conform to the linaro/ci-$arch-debian:stretch form Change-Id: I3decf0fb5dfb7860404da55bb9bce468ebae0873 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2017-04-13All: store .docker-tag after buildRiku Voipio
After successful build, store the tag to be pushed to the repos. This is more safer than looking at docker images list after build. Change-Id: Ieef7ee56603d6df75b4f696fcfa2161a04255220 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-12-18{jessie,stretch,xenial}-{arm64,armhf}: adjust the tag nameFathi Boudra
Change-Id: Ifafe1e9020ecbb97b574b7a3ddb7cad4b5e156ae Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-18Use base images hosted on docker hubFathi Boudra
Change-Id: I18f9cca4b6f1f96a24dec7c42498e5a1e6371022 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-11replace python-pycurl by python-requestsFathi Boudra
linaro-cp is now based on python-requests instead of python-pycurl. Change-Id: I3fd10d781ada66b0b7efb796f30395884954df7a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-10-13All images: Add --pull option to "docker build"Maxim Kuvyrkov
... to re-download base image, such as ubuntu:trusty when it changes upstream, even when an [older] copy is present locally. This prevents re-using older base images when re-building fresh ones. This change was done programmatically with: find -name build.sh | xargs sed -i -e "s/docker build --tag/docker build --pull --tag/" Change-Id: I3c567139fd1534e74e6846af573ad025d293bf9f
2016-09-02stretch: fix apt-key command orderFathi Boudra
Change-Id: I89018bd70b6fa40fe737e5ffa15ff8a64895e40a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-09-02stretch: workaround missing gnupgFathi Boudra
Error: gnupg, gnupg2 and gnupg1 do not seem to be installed, Error: but apt-key requires gnupg, gnupg2 or gnupg1 for this operation. Change-Id: Ib6f3be407a6fed1b182b3d3b0851e21da0ffeb31 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-20stretch: add initial Debian Stretch images based on Jessie configurationsFathi Boudra
Change-Id: I7eec42c203f7ed6969b0e93c622894aa562a56d7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>