Skip to content

Commit

Permalink
Merge pull request #24 from murraybd/add-ubuntustudio
Browse files Browse the repository at this point in the history
ubuntustudio does not have a a daily directory but a dvd one
  • Loading branch information
andersson1234 committed Sep 8, 2023
2 parents 4d67ee7 + 70bd381 commit 6815549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrics/collectors/images/images_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
RSYNC_SERVER_REQUESTS = [
"rsync://cdimage.ubuntu.com/cdimage/daily*/*/*",
"rsync://cdimage.ubuntu.com/cdimage/*/daily*/*/*",
"rsync://cdimage.ubuntu.com/cdimage/*/dvd/*/*",
"rsync://cdimage.ubuntu.com/cdimage/*/*/daily*/*/*",
"rsync://cdimage.ubuntu.com/cdimage/*/*/dvd/*/*",
]
IMAGE_FORMATS = [".iso", ".img.xz"]

Expand Down

0 comments on commit 6815549

Please sign in to comment.