Skip to content

WIP: Build for stretch

rgaudin requested to merge rgaudin/ideascube:build-for-stretch into master

While tests are ran on stretch, the deb creation process in the CI is limited to Jessie.

  • Fix ideascube.ini (uWSGI) during deb postinsall to change the site-packages folder path for python3.5
  • Dockerfile for stretch deb builder.
  • Updated make ci-images rule to allow creation of stretch-deb-builder one.
  • Updated gitlab-ci.yml so it creates deb for both jessie and stretch.

Important: someone with write access to the docker repository needs to make ci-images from this branch before merging in order to create the stretch-deb-builder image.

Edited by Mathieu Bridon

Merge request reports