summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-12-29 19:16:46 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-12-29 19:16:46 +0000
commit58a718819861dbfc74193731b1329a0ea77b826c (patch)
treea7d12d205b45cd380ee3e3e1158ef51c08c6ad4b /Makefile
parente246f8828d484de1acac02e7e9e0e380b87130e7 (diff)
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@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59017 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy