moving to automatic changelog generation and trying to fix collision with qemu-system-common
This commit is contained in:
parent
4d967cc329
commit
75dadb6d92
|
@ -5,6 +5,7 @@ pipeline:
|
|||
- apt-get update
|
||||
- apt-get install -y sed strongswan frr isc-dhcp-client systemd
|
||||
- apt-get clean
|
||||
- echo -e "wit-network-config (2.0-$(date +%Y-%m-%d)) unstable; urgency=low\n\n$(git log --format=" * %s")\n\n -- wit <netops@wit.com> $(date)" >debian/changelog
|
||||
- dpkg-buildpackage --no-sign
|
||||
- ls -lha ../wit-network-config_*_all.deb
|
||||
- echo "$SSH_KEY" >/tmp/id_rsa
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
wit-network-config (1.9) unstable; urgency=low
|
||||
|
||||
* added drone support
|
||||
* adding support for frr 5.0
|
||||
* Initial release.
|
||||
|
||||
-- Toby <toby@wit.com> Wed, 25 Jul 2018 22:54:00 +0100
|
|
@ -1,3 +1,3 @@
|
|||
/etc/libvirt/hooks/qemu-ifdown /etc/qemu-ifdown
|
||||
/etc/libvirt/hooks/qemu-ifup /etc/qemu-ifup
|
||||
/etc/libvirt/hooks/qemu-ifdown /etc/qemu-ifdown.wit
|
||||
/etc/libvirt/hooks/qemu-ifup /etc/qemu-ifup.wit
|
||||
/etc/libvirt/hooks/qemu-ifup-public /etc/qemu-ifup-public
|
||||
|
|
Loading…
Reference in New Issue