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 <[email protected]> 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. _______________________________________________ Secure-testing-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

