You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/converting_from_conda_build.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,3 +180,24 @@ The `script` tests also take a `requirements` section with `run` and `build`
180
180
requirements. The `build` requirements can be used to install emulators and
181
181
similar tools that need to run to execute tests in a cross-compilation
182
182
environment.
183
+
184
+
# Automatic feedstock conversion
185
+
186
+
Use the tool [`feedrattler`](https://github.com/hadim/feedrattler) by [hadim](https://github.com/hadim) to go directly from an existing conda-forge v0 recipe feedstock to the new v1 recipe used by rattler-build.
187
+
188
+
You can install and use it directly by running `pixi exec`:
189
+
```
190
+
pixi exec feedrattler my-awesome-feedstock
191
+
```
192
+
193
+
It uses the `conda-recipe-manager` for the generation of the recipe and `gh` or a `GITHUB_TOKEN` for creating the conversion PR in your name.
0 commit comments