This website works better with JavaScript.
Explore
Help
Sign In
y266shen
/
mirror-checker
forked from
public/mirror-checker
Watch
1
Star
0
Fork
You've already forked mirror-checker
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Check whether our mirror packages are up to date.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105
Commits
4
Branches
0
Tags
1.5 MiB
Tag:
Branch:
Tree:
250f358f4e
alt-impl
dev
feature-retry
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '250f358f4e'
${ noResults }
mirror-checker
/
projects
/
openbsd.py
10 lines
107 B
Raw
Normal View
History
Unescape
Escape
Refactored code into classes and added .gitignore
2 years ago
"""
Contains
OpenBSD
class
"""
Rename distro to project
2 years ago
from
project
import
Project
Refactored code into classes and added .gitignore
2 years ago
Refactor and use requirements file
2 years ago
Rename distro to project
2 years ago
class
OpenBSD
(
Project
)
:
Refactor and use requirements file
2 years ago
"""
OpenBSD class
"""