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 loose specification of explicit url #13

Open
niosus opened this issue Mar 12, 2018 · 0 comments
Open

Allow loose specification of explicit url #13

niosus opened this issue Mar 12, 2018 · 0 comments

Comments

@niosus
Copy link
Member

niosus commented Mar 12, 2018

Currently, when specifying a specific Url for a package it has to be specified in full. Allow for more freedom here. For example. Currently one has to do the following:

  <export>
    <git_url target="foo" url="https://github.com/USER/foo.git"/>
  </export>

It would be nice to not duplicate the name of the package if applicable:

  <export>
    <git_url target="foo" url="https://github.com/USER"/>
  </export>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant