Skip to content
Snippets Groups Projects
Commit 54132638 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Towards using swh's db

parent 041e9553
Branches towards-put-all-objects
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ NOSE = nosetests3
TESTFLAGS = -s
TESTDIR = ./swh/tests
DB=swhgitloader
DB=softwareheritage-dev
DB_TEST=swhgitloader-test
SWH_LOADER=$(BINDIR)/swh-git-loader
......@@ -84,13 +84,11 @@ test-create-db:
connect-db:
psql -d $(DB)
drop-db:
dropdb $(DB)
create-db:
createdb -O $(USER) $(DB)
cd ../swh-sql && make clean initdb
create-db-dev:
drop-db:
cd ../swh-sql && make clean dropdb
check-meta:
@echo "Repository: $(REPO_PATH)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment