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
commit01de884ed9c8d974b07d8b30345c72248587d18b (patch)
treeb2f1d85e24e1b7867980d88a31c0a2682580b3e7 /Makefile
parent4789f9407576bb0f7353a7ff5c48da5dcc2ea600 (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