Skip to content

Commit

Permalink
This and that
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 19, 2022
1 parent b6d7567 commit cfd2df7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ setup-virtualenv:
# Run the main test suite
test:
@test -e $(pytest) || $(MAKE) install-tests
@$(pytest) tests -m 'not slow' --show-capture=all --verbose
$(poe) test

test-refresh: install-tests test

Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:orphan:

.. luftdatenpumpe-readme:
##############
Expand Down
5 changes: 0 additions & 5 deletions doc/setup/ldview-databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ Enable PostGIS extension::

CREATE EXTENSION postgis;

Optionally drop users first::

DROP ROLE IF EXISTS luftdatenpumpe;
DROP ROLE IF EXISTS grafana;

Create users::

CREATE ROLE luftdatenpumpe WITH LOGIN;
Expand Down

0 comments on commit cfd2df7

Please sign in to comment.