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

Fix a few breaking changes in scripts #384

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Fix a few breaking changes in scripts #384

merged 1 commit into from
Oct 4, 2022

Conversation

legoktm
Copy link
Member

@legoktm legoktm commented Oct 4, 2022

  • Make sure we call os.path.expanduser() on pkg_dir
  • Try to guess project from setup.py instead of expecting it to be cloned in a specific way (that breaks in CI).

Closes freedomofpress/securedrop-client#1572

Testing

  • Rename your securedrop-client folder to something else, I did securedrop-test.
  • from this repo, run PKG_DIR=~/github/freedomofpress/securedrop-test make requirements, with a tilde specifically, and make sure it works properly.

Copy link
Contributor

@gonzalo-bulnes gonzalo-bulnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test plan checks out otherwise. ✅

Edit: I reviewed ad39bb7 - repeating with 353d415... haha 560338f!

* Make sure we call os.path.expanduser() on pkg_dir
* Try to guess project from setup.py instead of expecting it to be
  cloned in a specific way (that breaks in CI).
Copy link
Contributor

@gonzalo-bulnes gonzalo-bulnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test plan checks out ✅

@gonzalo-bulnes gonzalo-bulnes merged commit cce3345 into main Oct 4, 2022
@gonzalo-bulnes gonzalo-bulnes deleted the fix-bc-break branch October 4, 2022 05:46
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