Skip to content

Commit

Permalink
Add side (fixes #1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 24, 2024
1 parent cc37f88 commit dbb8fae
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions repology-schemacheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
'rebornos',
'rpm',
'rpmsphere',
'side',
'siduction',
'slitaz_next',
'slitaz_current',
Expand Down
File renamed without changes.
28 changes: 28 additions & 0 deletions repos.d/pisi/side.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
###########################################################################
# Side Linux
###########################################################################
- name: side
type: repository
desc: Side Linux
family: pisi
ruleset: [pisi, side]
minpackages: 700
sources:
- name: side
fetcher:
class: GitFetcher
url: 'https://codeberg.org/side/side.git'
sparse_checkout: [ '**/pspec.xml' ]
parser:
class: PisiParser
repolinks:
- desc: Side Linux
url: https://codeberg.org/side
packagelinks:
- type: PACKAGE_SOURCES
url: 'https://codeberg.org/side/side/src/branch/upstream/{srcname}'
- type: PACKAGE_RECIPE
url: 'https://codeberg.org/side/side/src/branch/upstream/{srcname}/pspec.xml'
- type: PACKAGE_RECIPE_RAW
url: 'https://codeberg.org/side/side/raw/branch/upstream/{srcname}/pspec.xml'
groups: [ all, production ]

0 comments on commit dbb8fae

Please sign in to comment.