Commit Graph

14 Commits

Author SHA1 Message Date
Uilian Ries
5f49e80ae3 (#20683) [docs] Make hooks support more explicit when developing a new package
Signed-off-by: Uilian Ries <uilianries@gmail.com>
2023-10-19 15:03:42 +02:00
github-actions[bot]
3d1b277af3 (#19561) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2023-09-05 12:03:10 +02:00
Uilian Ries
831edb42d4 (#19459) [docs] Add section about Docker images used by CCI
Signed-off-by: Uilian Ries <uilianries@gmail.com>
2023-09-02 20:02:27 +02:00
Uilian Ries
6e151164ce (#16199) Update documentation URLs to use Conan v1 dedicated address
* update conan V1 docs url

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* revert non docs

Signed-off-by: Uilian Ries <uilianries@gmail.com>

---------

Signed-off-by: Uilian Ries <uilianries@gmail.com>
2023-03-23 19:04:53 +01:00
Chris Mc
be4ab32172 (#16593) docs: clarify what's support with Conan 2.0
* docs: clarify what's support with Conan 2.0

* Update docs/developing_recipes_locally.md

Co-authored-by: Stella Smith <40411082+StellaSmith@users.noreply.github.com>

---------

Co-authored-by: Stella Smith <40411082+StellaSmith@users.noreply.github.com>
2023-03-23 14:51:02 +01:00
Martin Delille
f82d4aa1df (#15158) [doc] Fix yamllint examples 2023-01-09 20:27:03 +01:00
Chris Mc
97b198659f (#14377) docs: update picking sources and unify with patching rules
* docs: combined patch policy with picking sources

* docs: zap duplicate and improve language + links

* docs: fix sentence structure

* docs: fix links

* [docs] Regenerate tables of contents

Co-authored-by: prince-chrismc <prince-chrismc@users.noreply.github.com>

* docs: change heading level

* docs: picking a better link

* Apply suggestions from code review

Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>
Co-authored-by: SSE4 <tomskside@gmail.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: prince-chrismc <prince-chrismc@users.noreply.github.com>
Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>
Co-authored-by: SSE4 <tomskside@gmail.com>
2022-11-25 18:07:28 +01:00
Jan Grieb
8c8640c175 (#14213) updated link in PR template
* updated link in PR template

really, am I the first one to come across this?

* more broken docs links
2022-11-16 22:25:56 +01:00
Chris Mc
edacf97622 (#13736) docs: Create a subfolder for "adding packages"
* docs: group files about "adding packages"

* fixing links

* fixing links

* rename file

* minor changes

* fix merge conflicts

* touch ups

* fix order

* fix links

* Clean up notes

* Update docs/error_knowledge_base.md

* Update docs/developing_recipes_locally.md

* merge conflicts

* Apply suggestions from code review
2022-11-15 08:06:29 +01:00
github-actions[bot]
d7b0e41b35 (#13746) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2022-10-25 19:06:44 +02:00
Chris Mc
70d9c6b69e (#13274) linters: Add annotations for YAML lint + add schema verification for config.yml and conandata.yml
* first attempt at a yaml linter wit github actions output

* This is less strict but has more information

* fixup message

* run config linter in Action

* better ux feedback

* try to use newlines

https://github.com/actions/toolkit/issues/193#issuecomment-605394935

* clean up

* fixup file name

* trying custom class for quoted str

* underlying yaml parser does not keep quotes

* trying to catch ints as problems

* remove test code

* and to "linter testing"

* install deps

* run new linter unconditionally

* revert testing changes

* new script for conandata (this one is much harder to spec)

* debugging

* lets see all the errors

* yamale -s ../linter/config_yaml_schema.yml aaf/config.yml

from linters folder as a test

* adjust script to match meeting discussion

* make sure the docs and linters match

* fix link

* Update conandata.yml

* exit 1 is not needed with annotations

* add annotation matchers for yaml since those do do much

* fix search for type

* fix whitespace

* tryout a yamllint file with a better looking matcher

* copy syntax from readme

* test if it's running in the wrong dir 🤔

* try with debug output

* bump since i dont have permissions

* bump - dont glob star

* bump

* less star globs

* also add action to conandata way

* bump

* drop action for cli + matcher

* more docs around linters

* fix file and name

* cleanup
2022-10-25 14:25:05 +02:00
Chris Mc
41e6e9d79c (#13404) docs: note how to run docker images with sysreq mode
* docs: note how to run docker images with sysreq mode

I stole this from a comment by uilianries that I can not find again

* Update docs/developing_recipes_locally.md

Co-authored-by: Jordan Williams <jordan@jwillikers.com>

Co-authored-by: Jordan Williams <jordan@jwillikers.com>
2022-10-13 19:24:53 +02:00
github-actions[bot]
ae6f8ceb95 (#13337) [docs] Regenerate tables of contents
Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
2022-10-07 09:33:21 +02:00
Chris Mc
318053389c (#13102) docs: Document working locally + Conan 2.0 commands
* docs: Document working locally + Conan 2.0 commands

I also snuck in some format and link fixes

* Apply suggestions from code review

Co-authored-by: Uilian Ries <uilianries@gmail.com>

* Update docs/README.md

* Update docs/developing_recipes_locally.md

* Apply suggestions from code review

Co-authored-by: Jordan Williams <jordan@jwillikers.com>

* Update CONTRIBUTING.md

Co-authored-by: Uilian Ries <uilianries@gmail.com>

* merge linters into dev locally

* links and touch ups

* fix links

* Apply suggestions from code review

Co-authored-by: Jordan Williams <jordan@jwillikers.com>

Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Jordan Williams <jordan@jwillikers.com>
2022-10-06 21:06:22 +02:00