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

tpkg should not allow the user to specify the same tpkg as a dependency #17

Open
jheiss opened this issue Aug 17, 2012 · 0 comments
Open
Labels

Comments

@jheiss
Copy link
Member

jheiss commented Aug 17, 2012

right now you are allowed to create a tpkg with a dependency of itself which causes an endless cycle of tpkg calculating the dependencies.

example yaml file:

name: glusterfs
version: 3.0.5
package_version: 1
operatingsystem: [CentOS-5]
architecture: [x86_64]
dependencies:
  - name: glusterfs

I realize that it would be a rare case that a user would do this and it only came up when a coworker was creating a tpkg which installed an rpm of the same name, but the coworker forget to specify the dependency was a native dependency.

Was: https://sourceforge.net/apps/trac/tpkg/ticket/19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant