pmbootstrap/pmb/challenge
Oliver Smith ff9f2d620f Fix #271: properly resolve symlinks in all paths (#329)
I've replaced all instances in the code of `os.path.abspath`
with `os.path.realpath`, as this does the same as `abspath`
plus resolving symlinks.
See also: https://stackoverflow.com/a/40311142
2017-08-15 14:08:48 +00:00
..
__init__.py Add testcases for pmbootstrap challenge. 2017-06-19 20:07:51 +02:00
apk.py Challenge APK files: less output by default 2017-07-14 19:32:57 +02:00
apk_file.py Make gcc-aarch64 reproducible (#366) 2017-08-12 14:06:02 +00:00
apkindex.py Challenge APKINDEX.tar.gz: allow .diff.md files in the repository 2017-07-11 18:39:28 +02:00
build.py Fix #271: properly resolve symlinks in all paths (#329) 2017-08-15 14:08:48 +00:00
frontend.py Challenge APKINDEX.tar.gz: add logging 2017-07-11 18:26:22 +02:00