Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive scripts/20* and scripts/legacy to openlibrary-legacy-code #5823

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
BUILD=static/build
ACCESS_LOG_FORMAT='%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s"'
GITHUB_EDITOR_WIDTH=127
FLAKE_EXCLUDE=./.*,scripts/20*,vendor/*,node_modules/*
FLAKE_EXCLUDE=./.*,vendor/*,node_modules/*
COMPONENTS_DIR=openlibrary/components

# Use python from local env if it exists or else default to python in the path.
Expand Down Expand Up @@ -74,7 +74,7 @@ ifndef CI
endif

test-py:
pytest . --ignore=tests/integration --ignore=scripts/2011 --ignore=infogami --ignore=vendor --ignore=node_modules
pytest . --ignore=tests/integration --ignore=infogami --ignore=vendor --ignore=node_modules

test-i18n:
# Valid locale codes should be added as arguments to validate
Expand Down
35 changes: 0 additions & 35 deletions scripts/2009/01/dbmirror.py

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/2009/01/dump_tables.sh

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/2009/01/dumps/Readme.md

This file was deleted.

212 changes: 0 additions & 212 deletions scripts/2009/01/dumps/jsondump.py

This file was deleted.

Loading