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

update_rpms functionality #89

Merged
merged 3 commits into from
Dec 11, 2014
Merged

update_rpms functionality #89

merged 3 commits into from
Dec 11, 2014

Conversation

cswiii
Copy link
Contributor

@cswiii cswiii commented Dec 10, 2014

Possibly take care of issue #71

@@ -1399,3 +1399,12 @@ def run_errata():
.format(package2, os.environ['ERRATA_NUMBER'], package2))
# After this you can see the upgraded packages
# Run `<package2>-downgrade` if you want to revert to the old packages

def update_rpms():
Copy link
Member

Choose a reason for hiding this comment

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

Maybe update_system?

Copy link
Contributor

Choose a reason for hiding this comment

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

Or even update_packages?

Copy link
Member

Choose a reason for hiding this comment

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

Since this command would update the entire system, I'd vote for update_system since update_packages to me implies that only certain packages would be updated :)

@omaciel
Copy link
Member

omaciel commented Dec 10, 2014

@cswiii maybe you could update all places where we call out yum -y update to use this new method?

@JacobCallahan
Copy link
Member

ACK

@cswiii
Copy link
Contributor Author

cswiii commented Dec 10, 2014

oops, reused old commit message, but it is now update_system

@omaciel
Copy link
Member

omaciel commented Dec 10, 2014

@cswiii not a blocker but how about calling the new method whenever there's a yum -y update entry? :)

@omaciel
Copy link
Member

omaciel commented Dec 10, 2014

ACK

1 similar comment
@elyezer
Copy link
Contributor

elyezer commented Dec 11, 2014

ACK

elyezer added a commit that referenced this pull request Dec 11, 2014
update_rpms functionality
@elyezer elyezer merged commit f0a4331 into SatelliteQE:master Dec 11, 2014
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