From 3b07e2b9dce140f02b0e561659dee4f7e7ca41aa Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 5 May 2015 15:06:06 +0200 Subject: [PATCH] trigger pve-api-updates event --- Makefile | 1 + triggers | 1 + 2 files changed, 2 insertions(+) create mode 100644 triggers diff --git a/Makefile b/Makefile index 9834540..2e91fae 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ deb ${DEB}: install -d -m 0755 build/DEBIAN sed -e s/@@VERSION@@/${VERSION}/ -e s/@@PKGRELEASE@@/${PKGREL}/ -e s/@@ARCH@@/${ARCH}/ build/DEBIAN/control echo "git clone git://git.proxmox.com/git/pve-access-control.git\\ngit checkout ${GITVERSION}" > build/${DOCDIR}/SOURCE + install -m 0644 triggers build/DEBIAN install -D -m 0644 copyright build/${DOCDIR}/copyright install -m 0644 changelog.Debian build/${DOCDIR}/ gzip -9 build/${DOCDIR}/changelog.Debian diff --git a/triggers b/triggers new file mode 100644 index 0000000..bfa5ab9 --- /dev/null +++ b/triggers @@ -0,0 +1 @@ +activate pve-api-updates -- 2.39.2