We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
glcon (gleaner?) multiple gleaner batch --source --source only runs one source, the last source version: v3.0.9_...4
earthcube@ip-172-31-2-108:~/indexing$ ./glcon gleaner batch --source geocodes_demo_datasets --source geocodes_json_datasets --cfgName gctest batch called 100% |██████████████████████████████████████████████| (28/28, 12 it/s) RunStats: Start: 2023-06-27 17:00:07.535442623 +0000 UTC m=+0.147208177 Repositories: - name: geocodes_json_datasets SitemapHttpError: 0 SitemapIssues: 0 SitemapSummoned: 28 SitemapStored: 28 SitemapCount: 28 100% |██████████████████████████████████████████████| (21/21, 74 it/s) earthcube@ip-172-31-2-108:~/indexing$
isolated in v1, err = configTypes.PruneSources(v1, runSources)
Test and debugging needed so add a test for prune sources to make sure it works
oh wait... source is cli/batch is a single string.
same for gleaner cmd
The text was updated successfully, but these errors were encountered:
When you create a branch, do it manually from 'dev' rather than the GitHub interface which will create one using main
Sorry, something went wrong.
ylyangtw
No branches or pull requests
glcon (gleaner?) multiple gleaner batch --source --source only runs one source, the last source
version: v3.0.9_...4
isolated in
v1, err = configTypes.PruneSources(v1, runSources)
Test and debugging needed
so add a test for prune sources to make sure it works
oh wait... source is cli/batch is a single string.
same for gleaner cmd
The text was updated successfully, but these errors were encountered: