From 8bb3097f3053b02af992fae464cc0414d6c87590 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 29 Dec 2017 19:16:46 +0000 Subject: update-lists: Update lists in data in git checkout Fetch origin and if successful only checkout from origin/master the data directory. Signed-off-by: Salvatore Bonaccorso git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59017 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0154dbbb7..ddf6c2348a 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,7 @@ update-backports-%: done ; \ update-lists: - [ -d .git/svn ] || svn update -q data + git fetch origin && git checkout -f origin/master -- data # Since October 16, 2015 the XML data feeds are no longer available for # download in an uncompressed format. -- cgit v1.2.3