Skip to content

Commit

Permalink
Merge pull request #67 from Alextopher/main
Browse files Browse the repository at this point in the history
photonvision
  • Loading branch information
carykees98 authored Aug 4, 2024
2 parents 361a094 + 131d9fb commit 8664bbf
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions configs/mirrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@
"page": "Distributions",
"script": {
"command": "./scripts/archvsync/bin/ftpsync",
"arguments": ["sync:all"],
"arguments": [
"sync:all"
],
"syncs_per_day": 4
},
"official": true,
Expand Down Expand Up @@ -351,7 +353,10 @@
"script": {
"syncs_per_day": 4,
"command": "./scripts/quick-fedora-mirror/quick-fedora-mirror",
"arguments": ["-c", "configs/quick-fedora-mirror.conf"]
"arguments": [
"-c",
"configs/quick-fedora-mirror.conf"
]
},
"official": true,
"homepage": "https://www.fedoraproject.org/",
Expand Down Expand Up @@ -435,7 +440,9 @@
"script": {
"syncs_per_day": 4,
"command": "/bin/python3",
"arguments": ["scripts/kicad/kicad_sync.py"]
"arguments": [
"scripts/kicad/kicad_sync.py"
]
},
"official": true,
"homepage": "https://www.kicad.org",
Expand Down Expand Up @@ -583,6 +590,22 @@
"icon": "img/projects/parrot.svg",
"torrents": "/storage/parrot/iso/*/"
},
"photonvision": {
"name": "PhotonVision archives",
"page": "Software",
"rsync": {
"host": "maven.photonvision.org",
"src": "reposilite-data",
"dest": "/storage/photonvision",
"syncs_per_day": 1,
"options": "-avzrHy --no-perms --no-group --no-owner --ignore-errors --exclude \".~tmp~\" --exclude \"snapshots\""
},
"official": true,
"homepage": "https://photonvision.org/",
"color": "#006492",
"publicRsync": true,
"icon": "img/projects/photonvision.png"
},
"raspbian": {
"name": "Raspbian",
"page": "Distributions",
Expand Down Expand Up @@ -852,4 +875,4 @@
"icon": "img/projects/zorin.svg"
}
}
}
}
Binary file added static/img/projects/photonvision.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8664bbf

Please sign in to comment.