[pve-devel] applied: [PATCH novnc v2 1/2] buildsys: write actual checked out git revision to SOURCE

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Jan 25 10:19:37 CET 2018


applied both patches

On Tue, Jan 23, 2018 at 08:19:55AM +0100, Thomas Lamprecht wrote:
> ---
> 
> changes v1 -> v2:
> * do not export SOURCE_DATE_EPOCH, already done by
>   /usr/share/dpkg/pkg-info.mk
> 
>  Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 70d1925..537cd70 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -5,7 +5,8 @@ PKGREL=4
>  SRCDIR=novnc
>  
>  ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
> -GITVERSION:=$(shell cat .git/refs/heads/master)
> +
> +GITVERSION:=$(shell git rev-parse HEAD)
>  
>  DEB=${PACKAGE}_${VER}-${PKGREL}_${ARCH}.deb
>  
> -- 
> 2.14.2




More information about the pve-devel mailing list