Google Code-in task.
Details
Details
- Reviewers
- None
- Group Reviewers
Marble
- Build Marble against Qt from qt.io.
- Pass the app to tools/create_dmg/create.py as -i or --app, and pass the new DMG path as -o or --out.
Diff Detail
Diff Detail
- Repository
- R34 Marble
- Lint
Lint Skipped - Unit
Unit Tests Skipped
tools/create_dmg/create.py | ||
---|---|---|
9 | I need to get this from CMake. |
tools/create_dmg/create.py | ||
---|---|---|
2 | Please add the typical license header, see e.g. https://cgit.kde.org/marble.git/tree/tools/vectortilecreator/vectortilecreator.py and your name and mail address as author. | |
39 | shutil.copytree seems better, see https://docs.python.org/3.5/library/shutil.html | |
52 | Please use shutil.copyfile | |
68 | Please use shutil.rmtree | |
74 | Please add a help entry also, same below. |
tools/create_dmg/create.py | ||
---|---|---|
2 | Should by python, not Python |