Page MenuHomeSoftware Heritage

D565.id1761.diff
No OneTemporary

D565.id1761.diff

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

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 30, 11:42 AM (1 w, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221085

Event Timeline