Page MenuHomeSoftware Heritage

D173.id537.diff
No OneTemporary

D173.id537.diff

diff --git a/README b/README
--- a/README
+++ b/README
@@ -19,7 +19,7 @@
# access to swh's storage
storage_class = remote_storage
- storage_args = http://localhost:5000/
+ storage_args = http://localhost:5002/
# parameters to condition loading into swh storage
send_contents = True
diff --git a/bin/swh-check-missing-objects.py b/bin/swh-check-missing-objects.py
--- a/bin/swh-check-missing-objects.py
+++ b/bin/swh-check-missing-objects.py
@@ -16,7 +16,7 @@
'dir_path': '/home/tony/work/inria/repo/linux-tryouts',
'storage_class': 'remote_storage',
- 'storage_args': ['http://localhost:5000/'],
+ 'storage_args': ['http://localhost:5002/'],
}
diff --git a/resources/dir.ini b/resources/dir.ini
--- a/resources/dir.ini
+++ b/resources/dir.ini
@@ -1,6 +1,6 @@
[main]
storage_class = remote_storage
-storage_args = http://localhost:5000/
+storage_args = http://localhost:5002/
send_contents = True
send_directories = True
send_revisions = True
diff --git a/swh/loader/dir/tests/test_loader.py b/swh/loader/dir/tests/test_loader.py
--- a/swh/loader/dir/tests/test_loader.py
+++ b/swh/loader/dir/tests/test_loader.py
@@ -49,7 +49,7 @@
'storage': {
'cls': 'remote',
'args': {
- 'url': 'http://localhost:5000/',
+ 'url': 'http://localhost:5002/',
}
},
'content_size_limit': 104857600,

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 23, 2:03 AM (19 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3215747

Event Timeline