This website works better with JavaScript.
Explore
Help
Sign In
public
/
mirror-checker
Watch
27
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
/
kde.py
10 lines
95 B
Raw
Normal View
History
Unescape
Escape
Changed GNOME to automatically check for latest version and refactored code into classes
2 years ago
"""
Contains
KDE
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
KDE
(
Project
)
:
Refactor and use requirements file
2 years ago
"""
KDE class
"""