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

Allow to filter SigningService by name #558

Merged
merged 1 commit into from Mar 3, 2020
Merged

Allow to filter SigningService by name #558

merged 1 commit into from Mar 3, 2020

Conversation

mdellweg
Copy link
Member

No description provided.

@@ -459,7 +459,10 @@ def sign(self, filename):

"""
completed_process = subprocess.run(
[self.script, filename], stdout=subprocess.PIPE, stderr=subprocess.PIPE
[self.script, filename],
env={},
Copy link
Member Author

Choose a reason for hiding this comment

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

I added this, because the script inherited the complete environment of Django.

@bmbouter
Copy link
Member

@mdellweg Can we add a changelog entry for this? Since it's a new feature I try to have an entry for any non-trivial change. To do that file a story (even a short one is fine) and then use that number for your commit and CHANGES entry please.

@@ -24,5 +24,6 @@
RepositoryContent,
RepositoryVersion,
RepositoryVersionDistribution,
SigningService,
Copy link
Member

Choose a reason for hiding this comment

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

This probably needs it's own changelog entry also please.

Copy link
Member

@bmbouter bmbouter left a comment

Choose a reason for hiding this comment

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

Requesting changelog entry changes for this. See earlier comments.

@mdellweg
Copy link
Member Author

I will add tickets and changelogs next week, when I'm back in the office.
If it turns out to be urgent, please take any action needed.

@bmbouter
Copy link
Member

@mdellweg next week sounds fine. My interest was more to make it clear to anyone coming across the PR that it's status is reviewed and waiting for changelog changes. Thank you!

Also run signing script in a clean environment.

fixes #6256, #6257

Co-Authored-By: Ľuboš Mjachky <lmjachky@redhat.com>
@mdellweg
Copy link
Member Author

mdellweg commented Mar 2, 2020

ping @bmbouter

mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 2, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
mdellweg pushed a commit to mdellweg/pulp_deb that referenced this pull request Mar 3, 2020
Copy link
Member

@dkliban dkliban left a comment

Choose a reason for hiding this comment

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

Thank you! @bmbouter, please review also.

Copy link
Member

@bmbouter bmbouter left a comment

Choose a reason for hiding this comment

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

Thank you!

@bmbouter bmbouter merged commit a217301 into pulp:master Mar 3, 2020
@mdellweg mdellweg deleted the expose_signing_service branch March 4, 2020 09:00
quba42 pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Mar 13, 2020
quba42 pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Mar 13, 2020
quba42 pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Mar 13, 2020
quba42 pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Mar 16, 2020
quba42 pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Mar 16, 2020
quba42 pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Mar 16, 2020
quba42 pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Mar 17, 2020
ThikaXer pushed a commit to ATIX-AG/pulp_deb that referenced this pull request Oct 5, 2020
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.

None yet

4 participants