Merge "Sort bindep.txt"

This commit is contained in:
Zuul 2018-08-01 15:00:05 +00:00 committed by Gerrit Code Review
commit 0dfac8a307
2 changed files with 9 additions and 1 deletions

View File

@ -39,8 +39,8 @@ liberasurecode-devel [platform:rpm requirements]
libffi-dev [platform:dpkg requirements]
libffi-devel [platform:rpm requirements]
libgcrypt [platform:rpm requirements]
libjpeg-devel [platform:rpm requirements]
libjpeg-dev [platform:dpkg requirements]
libjpeg-devel [platform:rpm requirements]
libkrb5-dev [platform:dpkg requirements]
liblapack-dev [platform:dpkg requirements]
libldap-2.4-2 [platform:dpkg (keystone ldap !python3)]

View File

@ -2,6 +2,14 @@
tasks:
- include_vars: vars.yaml
- name: Ensure dep files are sorted
command: "sort --check {{ loci_src_dir }}/{{ item }}"
loop:
- "bindep.txt"
- "pydep.txt"
environment:
LC_ALL: C
# NOTE(SamYaple): This process is so we can take advantage of the infra
# DockerHub mirroring as configured through the Docker daemon. We do this
# instead of calling fetch_wheels initially. All-in-all this saves