This commit is contained in:
parent
cbb84d4d4c
commit
fb688dbb67
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ pipeline:
|
|||
- find prometheus-tlsrpt-exporter -type f -exec chmod 0644 {} \;
|
||||
- find prometheus-tlsrpt-exporter -type d -exec chmod 755 {} \;
|
||||
- chmod +x prometheus-tlsrpt-exporter/usr/bin/prometheus-tlsrpt-exporter prometheus-tlsrpt-exporter/DEBIAN/postinst prometheus-tlsrpt-exporter/DEBIAN/prerm
|
||||
- sed -re "s/__VERSION__/${EXPORTER_VERSION}-1/g" -i prometheus-tlsrpt-exporter/DEBIAN/control
|
||||
- dpkg-deb --build prometheus-tlsrpt-exporter
|
||||
- mv prometheus-tlsrpt-exporter.deb "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb"
|
||||
- sudo -u nobody lintian "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb"
|
||||
|
|
Loading…
Reference in a new issue