conda-incubator/conda subchannel
Republish a subset of an existing conda channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| subchannel-name | Name of the subchannel that will be created | no | subchannel |
| served-at | URL where the subchannel files will be uploaded to | no | "" |
| channel | Source conda channel | yes | — |
| repodata-fn | Source repodata file to process from channel | no | repodata.json |
| base-url | URL where the packages will be available. Defaults to the base URL for 'channel' | no | "" |
| subdirs | List of platforms to support, space separated. Defaults to linux-64. Noarch is always included | no | linux-64 |
| after | Timestamp as ts:<float> or date as YYYY-[MM[-DD[-HH[-MM[-SS]]]]] | no | "" |
| before | Timestamp as ts:<float> or date as YYYY-[MM[-DD[-HH[-MM[-SS]]]]] | no | "" |
| keep-trees | Keep packages matching these specs and their dependencies. Space separated | no | "" |
| keep-specs | Keep packages matching these specs only. Space separated | no | "" |
| prune-specs | Remove the distributions (within the corresponding package name) that do not match these specs. Space separated | no | "" |
| remove-specs | Remove packages matching these specs. Space separated | no | "" |
| gh-pages-branch | Name of the branch for the GH Pages deployment. Set to `''` to disable. | no | gh-pages |
Outputs
| name | description |
|---|---|
| output-directory | Path to the directory containing the subchannel data |