[Secure-testing-commits] r54574 - /
Sebastien Delafond
seb at moszumanska.debian.org
Thu Aug 10 20:36:20 UTC 2017
Author: seb
Date: 2017-08-10 20:36:19 +0000 (Thu, 10 Aug 2017)
New Revision: 54574
Modified:
Makefile
Log:
Accomodate git-svn users when updating packages lists
Modified: Makefile
===================================================================
--- Makefile 2017-08-10 20:26:14 UTC (rev 54573)
+++ Makefile 2017-08-10 20:36:19 UTC (rev 54574)
@@ -204,7 +204,7 @@
done ; \
update-lists:
- svn update -q data
+ [ -d .git/svn ] || svn update -q 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