Sort bindep.txt

Sort bindep.txt alphabetically to more easily allow new additions. Also
add a small check to the gate to make sure it and pydep.txt stay this
way.

Change-Id: I7ac98db6538fbc49392b6f385645298bc1c6addd
This commit is contained in:
Paul Bourke 2018-07-17 14:59:38 +01:00
parent 8982c3ae71
commit 3193983c1c
2 changed files with 9 additions and 1 deletions

View File

@ -36,8 +36,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]
libldap-2.4-2 [platform:dpkg (keystone ldap !python3)]
libldap2-dev [platform:dpkg requirements]

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