This Gist used to be a fork of similardilemma’s mcexplore.py script, which is used to pregenerate a minecraft world and was previously maintained at this url. Similardilemma no longer has a github account and no longer maintains mcexplore, so with his blessing I’m continuing development on GitHub over here.
View PKGBUILD
# Maintainer: Buce <dmbuce@gmail.com> | |
pkgname=c10t-git | |
pkgver=1.7.r242.g15d0bfe | |
pkgver() { | |
cd "$srcdir/$pkgname" | |
if ! git describe --tags 2>/dev/null; then | |
echo "0.r$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)" | |
fi | sed 's/-/.r/; s/-/./g' | |
} | |
pkgrel=1 |
View home.target
[Unit] | |
Description=Home System | |
Documentation=man:systemd.special(7) | |
Requires=multi-user.target | |
After=multi-user.target | |
AllowIsolate=yes | |
[Install] | |
Alias=default.target |
View Reflector.py.patch
--- Reflector.py.orig 2012-03-23 17:33:39.317842672 -0500 | |
+++ Reflector.py 2012-03-23 17:52:41.385672960 -0500 | |
@@ -34,7 +34,8 @@ | |
# Recognized list sort types and their descriptions. | |
SORT_TYPES = {'age': 'last server synchronization', | |
'rate': 'download rate', | |
- 'country': 'server\'s location'} | |
+ 'country': 'server\'s location', | |
+ 'score': 'MirrorStatus score'} | |
# Known repositories, i.e. those that should be on each mirror. |