mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 23:41:08 +00:00
trust StartCom_Certification_Authority_2.crt
This commit is contained in:
parent
4029c97f08
commit
12fe9183cb
5
Makefile
5
Makefile
@ -35,7 +35,8 @@ $(DEB):
|
|||||||
echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" > dest/debian/SOURCE
|
echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" > dest/debian/SOURCE
|
||||||
cd dest; dpkg-buildpackage -b -us -uc
|
cd dest; dpkg-buildpackage -b -us -uc
|
||||||
# supress lintian error: statically-linked-binary usr/bin/pvemailforward
|
# supress lintian error: statically-linked-binary usr/bin/pvemailforward
|
||||||
lintian -X binaries ${DEB}
|
# we have a certs in /usr/local/, so we need to disbale files check
|
||||||
|
lintian -X 'binaries,files' ${DEB}
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB} check
|
upload: ${DEB} check
|
||||||
@ -58,6 +59,8 @@ install: country.dat vzdump.conf vzdump-hook-script.pl pve-apt.conf mtu bridgevl
|
|||||||
install -d ${DESTDIR}/var/lib/vz/template/cache
|
install -d ${DESTDIR}/var/lib/vz/template/cache
|
||||||
install -d ${DESTDIR}/var/lib/vz/template/iso
|
install -d ${DESTDIR}/var/lib/vz/template/iso
|
||||||
install -d ${DESTDIR}/var/lib/vz/template/qemu
|
install -d ${DESTDIR}/var/lib/vz/template/qemu
|
||||||
|
install -d ${DESTDIR}/usr/local/share/ca-certificates
|
||||||
|
install -m 0644 StartCom_Certification_Authority_2.crt ${DESTDIR}/usr/local/share/ca-certificates/startcom-ca2.crt
|
||||||
install -D -m 0644 pve-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pveconf
|
install -D -m 0644 pve-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pveconf
|
||||||
install -D -m 0644 pve-sources.list ${DESTDIR}/etc/apt/sources.list.d/pve-enterprise.list
|
install -D -m 0644 pve-sources.list ${DESTDIR}/etc/apt/sources.list.d/pve-enterprise.list
|
||||||
install -D -m 0644 pve-blacklist.conf ${DESTDIR}/etc/modprobe.d/pve-blacklist.conf
|
install -D -m 0644 pve-blacklist.conf ${DESTDIR}/etc/modprobe.d/pve-blacklist.conf
|
||||||
|
3
debian/postinst
vendored
3
debian/postinst
vendored
@ -134,6 +134,9 @@ EOF
|
|||||||
deb-systemd-invoke start pvesr.timer >/dev/null || true
|
deb-systemd-invoke start pvesr.timer >/dev/null || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# enable startcom-ca2.crt for enterprise repository
|
||||||
|
update-ca-certificates >/dev/null 2>&1
|
||||||
|
|
||||||
# rewrite banner
|
# rewrite banner
|
||||||
test -e /proxmox_install_mode || pvebanner || true
|
test -e /proxmox_install_mode || pvebanner || true
|
||||||
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -6,6 +6,9 @@ override_dh_compress:
|
|||||||
override_dh_strip_nondeterminism:
|
override_dh_strip_nondeterminism:
|
||||||
dh_strip_nondeterminism -X.png
|
dh_strip_nondeterminism -X.png
|
||||||
|
|
||||||
|
override_dh_usrlocal:
|
||||||
|
# do nothing
|
||||||
|
|
||||||
override_dh_fixperms:
|
override_dh_fixperms:
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
find debian -name 'pvemailforward' -exec chmod 2755 {} +
|
find debian -name 'pvemailforward' -exec chmod 2755 {} +
|
||||||
|
Loading…
Reference in New Issue
Block a user