Skip to content

Commit

Permalink
adjust DEB standard version for various packages and add builds for U…
Browse files Browse the repository at this point in the history
…buntu 18.04/20.04
  • Loading branch information
OndrejHome committed May 5, 2020
1 parent c298b40 commit d11fb9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build_packages/build_debs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
unarchive:
src: "/tmp/{{ fast_vm_version }}.tar.gz"
dest: "/root/"
- name: adjust standards version for Debian-10
- name: adjust standards version for DEB package
lineinfile:
path: "/root/fast-vm-{{ fast_vm_version }}/debian/control"
regexp: '^Standards-Version:.*'
line: "Standards-Version: 4.3.0"
when: ansible_distribution_major_version == "10"
line: "Standards-Version: {{ standards_ver }}"
- name: run build of package
command:
chdir: "/root/fast-vm-{{ fast_vm_version }}"
Expand Down
8 changes: 6 additions & 2 deletions build_packages/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

[deb-systems]
# Debian 10.3
192.168.22.55
192.168.22.72 standards_ver=4.3.0
# Debian 9.12
192.168.22.56
192.168.22.71 standards_ver=3.9.8
# Ubuntu 18.04
192.168.22.73 standards_ver=4.1.4
# Ubuntu 20.04
192.168.22.74 standards_ver=4.5.0

0 comments on commit d11fb9b

Please sign in to comment.