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

Ignatenko/autoremove weak #293

Merged
merged 2 commits into from
May 17, 2017
Merged

Ignatenko/autoremove weak #293

merged 2 commits into from
May 17, 2017

Conversation

ignatenkobrain
Copy link
Contributor

No description provided.

Igor Gnatenko added 2 commits May 9, 2017 13:23
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
@@ -180,7 +204,7 @@
"""
REPO_TMPL = "/etc/yum.repos.d/{!s}.repo"
HEADINGS_REPO = ["Package", "Tag", "Value"]
PKG_TAGS_REPEATING = ["BuildRequires", "Requires", "Obsoletes", "Provides", "Conflicts", "%pretrans", "%pre", "%post", "%preun", "%postun", "%posttrans", "Requires(pretrans)", "Requires(pre)", "Requires(post)", "Requires(preun)"]
PKG_TAGS_REPEATING = ["BuildRequires", "Requires", "Recommends", "Suggests", "Supplements", "Enhances", "Obsoletes", "Provides", "Conflicts", "%pretrans", "%pre", "%post", "%preun", "%postun", "%posttrans", "Requires(pretrans)", "Requires(pre)", "Requires(post)", "Requires(preun)"]
Copy link
Member

Choose a reason for hiding this comment

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

[flake8]

  • [E501] line too long (282 > 120 characters)

@@ -264,6 +288,10 @@ def given_repository_with_packages(ctx, enabled, rtype, repository, gpgkey=None)
License Public Domain
BuildRequires []
Requires []
Recommends []
Copy link
Member

Choose a reason for hiding this comment

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

[flake8]

  • [W291] trailing whitespace

@@ -264,6 +288,10 @@ def given_repository_with_packages(ctx, enabled, rtype, repository, gpgkey=None)
License Public Domain
BuildRequires []
Requires []
Recommends []
Suggests []
Copy link
Member

Choose a reason for hiding this comment

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

[flake8]

  • [W291] trailing whitespace

@@ -264,6 +288,10 @@ def given_repository_with_packages(ctx, enabled, rtype, repository, gpgkey=None)
License Public Domain
BuildRequires []
Requires []
Recommends []
Suggests []
Supplements []
Copy link
Member

Choose a reason for hiding this comment

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

[flake8]

  • [W291] trailing whitespace

Recommends []
Suggests []
Supplements []
Enhances []
Copy link
Member

Choose a reason for hiding this comment

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

[flake8]

  • [W291] trailing whitespace

@j-mracek
Copy link
Contributor

The code looks nice, thanks

@j-mracek j-mracek merged commit d49433d into master May 17, 2017
@ignatenkobrain ignatenkobrain deleted the ignatenko/autoremove-weak branch May 17, 2017 15:38
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.

3 participants