mirror of
https://github.com/BioArchLinux/bioarchlinux-tools.git
synced 2025-03-09 22:53:31 +00:00
do not sort keys in lilac.yaml
This commit is contained in:
parent
de9b2c68ad
commit
1be7fc92e0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def archive_pkg_yaml(bioconductor_version=3.15, yaml_file="lilac.yaml"):
|
|||
|
||||
docs['update_on'][url_idx]['url'] = archive_url
|
||||
with open(yaml_file, 'w') as f:
|
||||
yaml.dump(docs, f)
|
||||
yaml.dump(docs, f,sort_keys=False)
|
||||
|
||||
|
||||
def archive_pkg_pkgbuild(bioconductor_version=3.15, _pkgname="_pkgname"):
|
||||
|
|
Loading…
Add table
Reference in a new issue