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

NASA-PDS/devops#10 #2

Merged
merged 1 commit into from
Sep 7, 2021
Merged

NASA-PDS/devops#10 #2

merged 1 commit into from
Sep 7, 2021

Conversation

nutjob4life
Copy link
Member

📜 Summary

Merge this to make this repository look more like the pds-template-repo-python.

🩺 Test Data and/or Report

$ python3 -m venv venv
$ venv/bin/pip install --quiet --upgrade setuptools pip wheel
$ venv/bin/python3 setup.py test

Ran 0 tests in 0.000s

OK

🧩 Related Issues

@jordanpadams jordanpadams merged commit be9f2f3 into main Sep 7, 2021
@jordanpadams jordanpadams deleted the template-rollout-summer-2021 branch September 7, 2021 20:18
@jordanpadams
Copy link
Member

@nutjob4life can we check why the build failed? looks like it failed in the archive-analytics repo as well.

@nutjob4life
Copy link
Member Author

nutjob4life commented Sep 7, 2021

@jordanpadams uh oh … checking

Okay, looks like a Roundup issue:

INFO:pds.roundup._python:🤷‍♀️ No 'v1.2.3' style tags in this repo so skipping unstable build

So it didn't make any Python distribution, which later when the artifact attempts to get published, we find:

FileNotFoundError: [Errno 2] No such file or directory: '/github/workspace/dist'

The Roundup and associated tools (Versioneer) are assuming there's a previous version tagged that it can "build" off of. But these two repositories have nothing.

Maybe in this case we should have Roundup assume a version 0.0.0?

@nutjob4life
Copy link
Member Author

@jordanpadams filed this issue: NASA-PDS/roundup-action#56

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

Successfully merging this pull request may close these issues.

2 participants