From 5cae74e26f3802a7680350547eaf96980bfe1020 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Jan 2015 09:49:17 +0100 Subject: the resulting tar ball differs in size every time. disable checksum for git checkouts --- mk/fetch.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk/fetch.mk') diff --git a/mk/fetch.mk b/mk/fetch.mk index 9a4eb1d8c..92c8ad659 100644 --- a/mk/fetch.mk +++ b/mk/fetch.mk @@ -68,11 +68,11 @@ $(1): if [ $$$$(echo $${PKG_VERSION}|wc -c) -eq 41 ]; then \ (cd $${PKG_NAME}-$${PKG_VERSION}; \ echo "Checking out $${PKG_VERSION}"; \ - git checkout -q $${PKG_VERSION}); \ + git checkout $${PKG_VERSION}); \ else \ - echo "Using head, disabling checksum check"; \ - touch $$$${filename}.nohash; \ + echo "Using head"; \ fi; \ + touch $$$${filename}.nohash; \ rm -rf $${PKG_NAME}-$${PKG_VERSION}/.git; \ tar cJf $${PKG_NAME}-$${PKG_VERSION}.tar.xz $${PKG_NAME}-$${PKG_VERSION}; \ rm -rf $${PKG_NAME}-$${PKG_VERSION}; \ -- cgit v1.2.3