Skip to content

Commit

Permalink
Fix bioc repo regex, ? for optional rather than *
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
AaronJackson and manics authored Oct 16, 2024
1 parent 95a34d8 commit 58dd748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_proxy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cran_regex: ^/(bin/windows|src)/contrib/(4\.1|4\.3|4\.4|3\.6)*/*[a-zA-Z0-9_\-\.]

# bioconductor
bioconductor_mirror: https://bioconductor.statistik.tu-dortmund.de/
bioc_repo_regex: ^\/packages\/[0-9\.]+\/(bioc\/)*(src|bin\/windows)\/contrib\/[a-zA-Z0-9_\-\.]*(\.tar\.gz|\.zip)$
bioc_repo_regex: ^\/packages\/[0-9\.]+\/(bioc\/)?(src|bin\/windows)\/contrib\/[a-zA-Z0-9_\-\.]*(\.tar\.gz|\.zip)$
bioc_index_regex: ^\/packages\/[0-9\.]+\/(bioc|workflows)\/src\/contrib\/PACKAGES$
bioc_data_regex: ^\/packages\/[0-9\.]+\/(workflows|data\/(annotation|experiment))\/src\/contrib\/PACKAGES$
bioconductor_regex: '({{bioc_repo_regex}}|{{bioc_index_regex}}|{{bioc_data_regex}})'
Expand Down

0 comments on commit 58dd748

Please sign in to comment.