mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-04-29 06:42:09 +00:00
avoid upload of helpers package from non-master
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
03751e2216
commit
5e9709bcd3
3
Makefile
3
Makefile
@ -11,7 +11,7 @@ HELPER_DEB=pve-kernel-helper_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
|
||||
|
||||
BUILD_DIR=build
|
||||
|
||||
DEBS=${KERNEL_DEB} ${HEADERS_DEB} ${HELPER_DEB}
|
||||
DEBS=${KERNEL_DEB} ${HEADERS_DEB}
|
||||
|
||||
SUBDIRS = proxmox-boot bin
|
||||
|
||||
@ -30,6 +30,7 @@ ${KERNEL_DEB}: debian
|
||||
cd ${BUILD_DIR}; debian/rules debian/control
|
||||
echo "git clone git://git.proxmox.com/git/pve-kernel-meta.git\\ngit checkout ${GITVERSION}" > ${BUILD_DIR}/debian/SOURCE
|
||||
cd ${BUILD_DIR}; dpkg-buildpackage -b -uc -us
|
||||
rm ${HELPER_DEB}
|
||||
lintian ${DEBS}
|
||||
|
||||
.PHONY: install
|
||||
|
Loading…
Reference in New Issue
Block a user