Skip to content

Commit

Permalink
CI: test automatic README.md updating
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jul 27, 2024
1 parent 28305ee commit 6feda88
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 450 deletions.
19 changes: 19 additions & 0 deletions .github/README_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<p align="center">
<img src="assets/JFrogConanCenter.png" width="600"/>
</p>

This is a fork of Conan Center Index containing recipes and changes by @valgur not yet merged to the main Conan Center Index.

You can add this repo as a Conan remote with the following commands:

```
git clone https://github.com/valgur/conan-center-index.git cci-valgur
conan remote add cci-valgur "$PWD/cci-valgur"
```

## Added recipes and versions

Here is a list of package versions that are not available on the main CCI as of <date>:

<packages>

18 changes: 18 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Update README daily"
on:
push:
# schedule:
# - cron: "33 3 * * *"
# workflow_dispatch:
jobs:
update_readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install prereqs
run: pip install -U yq
- name: Get changed files
run: |
cd recipes
find -maxdepth 1 * -name config.yml | sort | while read f; do pkg=$(dirname "$f"); yq --raw-output '.versions | "'"$pkg/"'" + keys_unsorted[]' $f | sort; done | tee dev.list
84 changes: 0 additions & 84 deletions .github/workflows/hooks-warnings.yml

This file was deleted.

124 changes: 0 additions & 124 deletions .github/workflows/linter-conan-v2.yml

This file was deleted.

118 changes: 0 additions & 118 deletions .github/workflows/linter-yaml.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/markdown-links.yml

This file was deleted.

Loading

0 comments on commit 6feda88

Please sign in to comment.