This website works better with JavaScript.
Explore
Help
Sign In
d9hui
/
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.
102
Commits
4
Branches
0
Tags
444 KiB
Tag:
Branch:
Tree:
0b8787dd44
alt-impl
artix-checker
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0b8787dd44'
${ noResults }
mirror-checker
/
projects
/
cygwin.py
10 lines
104 B
Raw
Normal View
History
Unescape
Escape
Changed GNOME to automatically check for latest version and refactored code into classes
2 years ago
"""
Contains
Cygwin
class
"""
Rename distro to project
2 years ago
from
project
import
Project
Changed GNOME to automatically check for latest version and refactored code into classes
2 years ago
Refactor and use requirements file
2 years ago
Rename distro to project
2 years ago
class
Cygwin
(
Project
)
:
Refactor and use requirements file
2 years ago
"""
Cygwin class
"""