diff --git a/.mrconfig b/.mrconfig --- a/.mrconfig +++ b/.mrconfig @@ -87,9 +87,6 @@ checkout = git clone 'https://forge.softwareheritage.org/source/swh-storage.git' 'swh-storage' fixups = ../bin/git-add-pre-commit-hook . -[swh-storage-testdata] -checkout = git clone 'https://forge.softwareheritage.org/source/swh-storage-testdata.git' 'swh-storage-testdata' - [swh-vault] checkout = git clone 'https://forge.softwareheritage.org/source/swh-vault.git' 'swh-vault' fixups = ../bin/git-add-pre-commit-hook . diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -32,16 +32,8 @@ docs-clean/%: make -C $*/docs clean -.PHONY: rebuild-testdata rebuild-storage-testdata -rebuild-testdata: rebuild-storage-testdata -rebuild-storage-testdata: - for dbmodule in $(DB_MODULES); do \ - make -C $$dbmodule/sql/ distclean filldb; \ - done - make -C swh-storage-testdata distclean dumpdb - +.PHONY: update clean update: - make -C swh-storage-testdata distclean git pull mr up