Skip to content

Commit

Permalink
Merge pull request #50 from COSI-Lab/dragonfly
Browse files Browse the repository at this point in the history
added dragonflyBSD
  • Loading branch information
carykees98 authored Sep 24, 2023
2 parents 24ecb61 + ee14e59 commit d59215e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions configs/mirrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,40 @@
"icon": "img/projects/debian.png",
"torrents": "/storage/debian-cd/*/*/*/"
},
"dragonflybsd-img": {
"name": "DragonflyBSD Disc Images",
"page": "Distributions",
"rsync": {
"host": "avalon.dragonflybsd.org",
"src": "iso-images",
"dest": "/storage/dragonflybsd-img",
"options": "-avzrHy --no-perms --no-group --no-owner --delete --delete-delay --delay-updates --ignore-errors --exclude \".~tmp~\"",
"syncs_per_day": 4
},
"official": false,
"homepage": "https://www.dragonflybsd.org/",
"color": "#eeeeee",
"publicRsync": true,
"alternative": "http://mirrors.nycbug.org/pub/DragonflyBSD/",
"icon": "img/projects/dragonflybsd.png"
},
"dragonflybsd": {
"name": "DragonflyBSD Packages",
"page": "Distributions",
"rsync": {
"host": "avalon.dragonflybsd.org",
"src": "dports",
"dest": "/storage/dragonflybsd",
"options": "-avzrHy --no-perms --no-group --no-owner --delete --delete-delay --delay-updates --ignore-errors --exclude \".~tmp~\"",
"syncs_per_day": 4
},
"official": false,
"homepage": "https://www.dragonflybsd.org/",
"color": "#eeeeee",
"publicRsync": true,
"alternative": "http://mirrors.nycbug.org/pub/DragonflyBSD/",
"icon": "img/projects/dragonflybsd.png"
},
"eclipse": {
"name": "Eclipse",
"page": "Software",
Expand Down
Binary file added static/img/projects/dragonflybsd.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 d59215e

Please sign in to comment.