This website works better with JavaScript.
Explore
Help
Sign In
public
/
mirror-checker
Watch
28
Star
0
Fork
You've already forked mirror-checker
2
Code
Issues
Pull Requests
1
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.
42
Commits
6
Branches
0
Tags
1.5 MiB
Tag:
Branch:
Tree:
ccc11f07df
alt-impl
dev
jtoft-rt-4117
jtoft-rt-4117-slackware
master
time-parsing
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ccc11f07df'
${ noResults }
mirror-checker
/
projects
/
gnu.py
10 lines
95 B
Raw
Normal View
History
Unescape
Escape
Created GNU mirror status checker
2 years ago
"""
Contains
GNU
class
"""
Rename distro to project
2 years ago
from
project
import
Project
Created GNU mirror status checker
2 years ago
Refactor and use requirements file
2 years ago
Rename distro to project
2 years ago
class
GNU
(
Project
)
:
Refactor and use requirements file
2 years ago
"""
GNU class
"""