Commit Graph

10 Commits

Author SHA1 Message Date
Antoine Prouvost e39ddf4833
Remove obsolete mamba/micromamba differences (#3924) 2025-05-05 21:03:23 +02:00
Henry Schreiner 5bfdd90adf
chore: some CMake cleanup (#3564)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2024-10-28 11:58:57 +01:00
Julien Jerphanion 7ae780c6ed
dev: Remove the use of Taskfile (#3544)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2024-10-17 13:55:22 +02:00
Hind-M 7f8d5649c0
[OCI - Mirrors] Add tests and doc (#3307)
* Add doc and micromamba python test

* Add some tests for mirrors

* Use another channel name to avoid interfering with conda-forge

* Add test parameter to use libsolv parser

* Remove dry-run from tests
2024-06-12 16:36:31 +02:00
Julien Jerphanion 7e1aae7d6e
docs: Add note about `ccache` (#3305)
* Update `dev/environment-dev.yml`

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Specify to use dev/environment-dev-extra.yml

Since is contains ccache.

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Use the normal dev env and add note regarding ccache

Co-authored-by: Hind-M <Hind-M@users.noreply.github.com>

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* fixup! Use the normal dev env and add note regarding ccache

* Adapt notes

Co-authored-by: Hind-M <Hind-M@users.noreply.github.com>

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Stop multitasking, Julien.

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

---------

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2024-06-07 10:30:57 +02:00
James Foster e472362943
Typos in dev_environment.rst (#3235) 2024-03-15 12:37:04 +01:00
Antoine Prouvost a00ef35675
Add MatchSpec doc and fix errors (#3224)
* Add missing spec doc

* Add 2.0 changes to doc

* Cleanup spec usage doc

* Remove outdated documentation page

* Fix doc link

* Fix backticks in docs

* Add rst pre-commit checks
2024-03-08 14:44:52 +01:00
Ben Moss b849683139
Add instructions for gnu coreutils on OSX (#3111)
Fixes #3110

Co-authored-by: Ben Moss <bmoss40@bloomberg.com>
2024-01-08 16:35:08 +01:00
Antoine Prouvost ddea95e16c
Add install from source instructions (#2977)
* Update static environment files

* Refactor installation pages

* Add install from source instructions
2023-11-15 08:47:53 +01:00
Antoine Prouvost 09cbb34e54
Simplify and correct development documention (#2975)
* Use a single file for contributing guidelines

* Add doc builds to taskfile

* Fix sphinx warnings

* Simplify development doc

* Document Taskfile

* Update dev_environment.rst

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>

* Update dev_environment.rst

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>

* Update dev_environment.rst

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>

* Update dev_environment.rst

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>

* Update dev_environment.rst

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>

* Update dev_environment.rst

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>

* Update dev_environment.rst

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>

* Add test-docs task

---------

Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
2023-11-14 11:59:44 +01:00