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
commit8bb3097f3053b02af992fae464cc0414d6c87590 (patch)
tree9d7caefa80d168c817ff418e7526dc3271f3e929 /Makefile
parent951692e1b00430f3d1577172600a8428cbfcc623 (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