[Secure-testing-commits] r59017 - /

Salvatore Bonaccorso carnil at moszumanska.debian.org
Fri Dec 29 19:16:46 UTC 2017


Author: carnil
Date: 2017-12-29 19:16:46 +0000 (Fri, 29 Dec 2017)
New Revision: 59017

Modified:
   Makefile
Log:
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 <carnil at debian.org>

Modified: Makefile
===================================================================
--- Makefile	2017-12-29 19:16:44 UTC (rev 59016)
+++ Makefile	2017-12-29 19:16:46 UTC (rev 59017)
@@ -204,7 +204,7 @@
 	  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.




More information about the Secure-testing-commits mailing list