Skip to content

Commit 4c16488

Browse files
authored
Merge pull request #2151 from conda-forge/link-check-regro-bug
DOC updated links for autotick-bot
2 parents c903b77 + 3ce5bdc commit 4c16488

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/maintainer/infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Bugs or suggestions regarding the service functionality should therefore be open
237237
The code and logic behind [`autotick-bot`](#autotick-bot).
238238

239239
- 📜 Source at [`regro/cf-scripts`](https://github.com/regro/cf-scripts)
240-
- 📖 [Documentation](https://regro.github.io/cf-scripts/)
240+
- 📖 [Documentation](https://github.com/regro/cf-scripts/blob/master/README.md)
241241

242242
### Automated maintenance
243243

docs/maintainer/knowledge_base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ Once the PR is merged, the migration bot goes through the list of feedstocks in
22692269
When any changes are made in the global pinnings of a package, then the entire stack of the packages that need that package on their `host` section would need to be updated and rebuilt.
22702270
Doing it manually can be quite tedious, and that's where migrations come to help. Migrations automate the process of submitting changes to a feedstock and are an integral part of the `regro-cf-autotick-bot`'s duties.
22712271

2272-
There are several kinds of migrations, which you can read about in [Making Migrators](https://regro.github.io/cf-scripts/migrators.html). To generate these migrations, you use migrators, which are bots that automatically create pull requests for the affected packages in conda-forge.
2272+
There are several kinds of migrations, which you can read about in [Making Migrators](https://github.com/regro/cf-scripts/blob/master/README.md#making-migrators). To generate these migrations, you use migrators, which are bots that automatically create pull requests for the affected packages in conda-forge.
22732273
To propose a migration in one or more pins, the migrator issues a PR into the pinning feedstock using a yaml file expressing the changes to the global pinning file in the migrations folder.
22742274
Once the PR is merged, the dependency graph is built. After that, the bot walks through the graph, migrates all the nodes (feedstocks) one by one, and issues PRs for those feedstocks.
22752275

docs/maintainer/pinning_deps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ be added by hand. To do this, follow these steps:
132132
- Bump the version in meta.yaml to the current date
133133

134134
Details of how the migration yaml is setup are provided in an [example](https://github.com/conda-forge/conda-forge-pinning-feedstock/tree/master/recipe/migrations/example.exyaml)
135-
and documentation [here](https://regro.github.io/cf-scripts/migrators.html#making-migrators).
135+
and documentation [here](https://github.com/regro/cf-scripts/blob/master/README.md#making-migrators).

docs/maintainer/updating_pkgs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When a new version of a package is released on PyPI/CRAN/.., we have a bot that
7777

7878
##### **How does regro-cf-autotick-bot create automatic version updates?**
7979

80-
The [regro-cf-autotick-bot](https://github.com/regro/autotick-bot) continuously searches on a loop for any PyPI releases, GitHub releases, and any other sources of versions when any updates are released. The source code that gets executed in the loop comes from the [cf-scripts repository](https://github.com/regro/cf-scripts), which contains the code to detect versions and submit PRs. Visit [cf-scripts](https://regro.github.io/cf-scripts/index.html) to read more about it.
80+
The [regro-cf-autotick-bot](https://github.com/regro/autotick-bot) continuously searches on a loop for any PyPI releases, GitHub releases, and any other sources of versions when any updates are released. The source code that gets executed in the loop comes from the [cf-scripts repository](https://github.com/regro/cf-scripts), which contains the code to detect versions and submit PRs. Visit [cf-scripts](https://github.com/regro/cf-scripts/blob/master/README.md) to read more about it.
8181

8282
The bot creates updates via inspection of the upstream release and will always update the `source` section and build version in the [recipe metadata](https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#).
8383
As an experimental feature, the autotick bot can also be configured to verify or update the recipe's requirements for [Grayskull](https://github.com/conda-incubator/grayskull)-compatible recipes.

0 commit comments

Comments
 (0)