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

Provide ability to create new repofile after installing #72

Closed
cswiii opened this issue Nov 19, 2014 · 4 comments
Closed

Provide ability to create new repofile after installing #72

cswiii opened this issue Nov 19, 2014 · 4 comments
Assignees

Comments

@cswiii
Copy link
Contributor

cswiii commented Nov 19, 2014

Let's say we want to test an upgrade after installing a product (say, GA compose). The cycle might be something like

  • Install product
  • Run populate test
  • Point server to repo with latest compose
  • Install new updates and restart

If we get issues #71 resolved, it seems it could work something like

  • cdn_install
  • (automated population)
  • generate_compose_repofile
  • update_rpms

This would help catch dependency issues in rpm or the like, as well.

@JacobCallahan
Copy link
Member

What would your desired input be for this function? Just the repo url, or a name and other values as well? If just the URL, we could faux the rest. Echo it all into a new repo file and job done.

@cswiii
Copy link
Contributor Author

cswiii commented Dec 16, 2014

I have been trying to figure out if we can just reuse the BASE_URL value or if we should use a different variable.

I don't know that we need anything specific, it could possibly be as simple as

[sat-upgrade]
name=sat-upgrade
baseurl=BASE_URL #or do we want something else here?
enabled=1

@JacobCallahan
Copy link
Member

If we can pull what we need from BASE_URL then that will be perfect.

@elyezer
Copy link
Contributor

elyezer commented Apr 22, 2015

#170 is merged, closing this.

@elyezer elyezer closed this as completed Apr 22, 2015
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

No branches or pull requests

3 participants