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

Add something to the all target for the data-loading Makefile #47

Closed
gaurav opened this issue Mar 13, 2023 · 1 comment
Closed

Add something to the all target for the data-loading Makefile #47

gaurav opened this issue Mar 13, 2023 · 1 comment
Assignees

Comments

@gaurav
Copy link
Contributor

gaurav commented Mar 13, 2023

Something better than nothing would be good.

all:
echo Done.

@gaurav gaurav self-assigned this Mar 13, 2023
@gaurav gaurav added this to the NameRes September Relay milestone Jun 8, 2023
@gaurav
Copy link
Contributor Author

gaurav commented Dec 3, 2023

The all target now makes more sense:

all: data/setup.done
	echo Solr has now been set up and loaded with the synonym data.
	echo Run `make start-solr-backup` to start a backup. Run `make check-solr-backup` to check
	echo if the backup has completed. Once that has completed, run `make data/backup.done` to
	echo generate a snapshot.backup.tar.gz file that can be used in NameRes.

Closing.

@gaurav gaurav closed this as completed Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant