]> git.proxmox.com Git - iproute2.git/commitdiff
fix download target
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 16 Aug 2016 11:29:25 +0000 (13:29 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Aug 2016 11:35:57 +0000 (13:35 +0200)
we did not use the v4.4.0 tag for this package,
but e.g. "ip rule save" is needed for container checkpoint and restore
which is in 4.4.0

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
iproute2-4.4.0.orig.tar.gz

index f8c916eac7959949d1fa86c5d054b2daae1ce794..d9e09b724036ada5ebff76354f2221bf571aac8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,7 @@ ${DEBS}: ${SRC}
 
 download:
        rm -rf iproute2-${VERSION} iproute2-${VERSION}.orig.tar.gz
-       git clone git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git iproute2-${VERSION}
-       cd iproute2-${VERSION}; git checkout v4.2.0;
+       git clone -b v${VERSION} --depth=1 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git iproute2-${VERSION}
        tar czf iproute2-${VERSION}.orig.tar.gz iproute2-${VERSION}/
 
 .PHONY: upload
index 70acacdae863f6456e75ded43360dc5b31725c14..c387737f3fe4216ffd54ae74f2dab4a5c6e4a6d7 100644 (file)
Binary files a/iproute2-4.4.0.orig.tar.gz and b/iproute2-4.4.0.orig.tar.gz differ