-
Notifications
You must be signed in to change notification settings - Fork 986
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
New attribute: topics #3671
Comments
Better call it tags, as in Bintray. |
|
Should I include homepage also? We discussed a longtime ago about homepage and it could be re-used to fill Bintray. Many of Bincrafters recipes are using homepage. |
- Support new attribute on Conafile: tags Signed-off-by: Uilian Ries <[email protected]>
- Validate both inspect and info commands using tags as attribute Signed-off-by: Uilian Ries <[email protected]>
- Fix attribute order to validate inspect command Signed-off-by: Uilian Ries <[email protected]>
@uilianries could homepage be confusing having url already there? I dont care too much, lets vote |
Could be confusing when you are creating a recipe on same project tree. But it's documented. Also when you are creating a recipe for a remote project is totally relevant, because you could find where is the original project and that info could be used to fill both Bintray and Github pages. |
This feature could also be used for #3498 isn't it? |
Does it also work for Artifactory? |
This adds a new official attribute to conanfiles. In which way they are getting used is pretty much a follow up. |
Ok. Thought the information will be published to Bintray as artifact property. |
The idea is getting Conan plugins to fill Artifactory and Bintray metadata. |
I support this idea, as GitHub and Bintray need this information as well, and we may use plug-ins to fill all information automatically from the recipe |
topics sounds great too |
- Support new attribute on Conafile: tags Signed-off-by: Uilian Ries <[email protected]>
- Validate both inspect and info commands using tags as attribute Signed-off-by: Uilian Ries <[email protected]>
- Fix attribute order to validate inspect command Signed-off-by: Uilian Ries <[email protected]>
- We believe that topics is a better name, because tags remember svn and git features. - We voted also for labels but topics sounds better. - Thanks to @SSE4 for 'topics' Signed-off-by: Uilian Ries <[email protected]>
- Homepage is optional but will be listed by info and inspect commands - Update unit tests to validate homepage - Update topics to be used as tuple Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
- Support new attribute on Conafile: tags Signed-off-by: Uilian Ries <[email protected]>
- Validate both inspect and info commands using tags as attribute Signed-off-by: Uilian Ries <[email protected]>
- Fix attribute order to validate inspect command Signed-off-by: Uilian Ries <[email protected]>
- We believe that topics is a better name, because tags remember svn and git features. - We voted also for labels but topics sounds better. - Thanks to @SSE4 for 'topics' Signed-off-by: Uilian Ries <[email protected]>
- Homepage is optional but will be listed by info and inspect commands - Update unit tests to validate homepage - Update topics to be used as tuple Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
conan-io#3671 Add attribute tags
Hi!
Bincrafters have adopted the custom attribute
homepage
, which describes the author's URL. But thinking about the future, this attribute could be extracted from the recipe to fill Bintray page.Now thinking about a possible new attribute and the possibility of having it in the future (Conan 2.0). Bintray uses
labels
to describe multiple topics related to the project. Github there is the same feature but it uses the nametopics
.It could be:
I would like to discuss this idea to integrate our efforts on integrating Bintray, including possible new attributes for Conan.
The text was updated successfully, but these errors were encountered: