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

Fixes #232 Uses python3 setuptools for sdist #237

Merged
merged 2 commits into from Mar 31, 2021
Merged

Conversation

kushaldas
Copy link
Contributor

@kushaldas kushaldas commented Mar 30, 2021

We are now using the Python3 setuptools package
to create the source tarballs.

Fixes #232

How to test?

  • make sure that no python-setuptools is installed in the system
  • PKG_VERSION=0.4.1 make securedrop-client should be able build the package following the standard build procedure.

We are now using the Python3 setuptools package
to create the source tarballs.
@kushaldas kushaldas added this to Ready for Review in SecureDrop Team Board Mar 30, 2021
@kushaldas
Copy link
Contributor Author

I am wondering why is it trying to build the dom0-rpm, maybe I am too tired to see.

@emkll
Copy link
Contributor

emkll commented Mar 30, 2021

CI is likely failing here de due to changes in the dom0 build logic introduced in freedomofpress/securedrop-workstation#666

@eloquence eloquence moved this from Ready for Review to In Development in SecureDrop Team Board Mar 30, 2021
@eloquence eloquence moved this from In Development to Ready for Review in SecureDrop Team Board Mar 30, 2021
@emkll emkll force-pushed the use_python3_setuptools branch 2 times, most recently from fdc36d8 to 4c795b2 Compare March 31, 2021 00:35
CI builds are currently failing due to recent changes introduced in freedomofpress/securedrop-workstation#666. Now that we have reproducible builds, we can revisit the nightly rpm builds later.
Copy link
Contributor

@emkll emkll left a comment

Choose a reason for hiding this comment

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

Changes look good to me, I've appended a commit to remove the dom0 build logic from this repo.
If we want to reinstate dom0 builds, we can revert 42a185f and adjust the rpm signature script to work in Debian

@emkll emkll merged commit e960cd9 into main Mar 31, 2021
SecureDrop Team Board automation moved this from Ready for Review to Done Mar 31, 2021
@emkll emkll deleted the use_python3_setuptools branch March 31, 2021 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

had to install python-setuptools
2 participants