Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163642
D565.id1761.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
995 B
Subscribers
None
D565.id1761.diff
View Options
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
Details
Attached
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
Attached To
D565: remove swh-storage-testdata
Event Timeline
Log In to Comment