Skip to content

Commit

Permalink
Switch reactos to src/binnames (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 20, 2022
1 parent a5e0daf commit b6f3d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion repology/packagemaker/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@ class MappedNames:
),
# ReactOS
_NameMapping(
name=NameType.REACTOS_FILENAME,
srcname=NameType.REACTOS_FILENAME,
# according to https://reactos.org/wiki/RAPPS#Command_Line_Support
binname=NameType.REACTOS_FILENAME,
trackname=NameType.REACTOS_FILENAME,
visiblename=NameType.REACTOS_NAME,
projectname_seed=NameType.REACTOS_FILENAME,
Expand Down
2 changes: 1 addition & 1 deletion repos.d/reactos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
url: https://github.com/reactos/rapps-db
packagelinks:
- type: PACKAGE_RECIPE
url: 'https://github.com/reactos/rapps-db/blob/master/{name}.txt'
url: 'https://github.com/reactos/rapps-db/blob/master/{srcname}.txt'
groups: [ all, production ]

0 comments on commit b6f3d73

Please sign in to comment.