mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Python can easily output dicts as YAML, and a Vagrantfile is a ruby script, which can easily read YAML. Going this route means that Vagrantfile can ultimately be committed to git, and the configuration will happen all via Python dicts output as YAML. That makes it drastically easier to follow the code, and to make modifications.
30 lines
387 B
Text
30 lines
387 B
Text
/config.py
|
|
/makebs.config.py
|
|
*~
|
|
*.pyc
|
|
*.class
|
|
*.box
|
|
|
|
# files generated by build
|
|
build/
|
|
dist/
|
|
env/
|
|
fdroidserver.egg-info/
|
|
pylint.parseable
|
|
/.testfiles/
|
|
docs/html/
|
|
|
|
# files generated by tests
|
|
tmp/
|
|
tests/repo/icons*
|
|
|
|
# files used in manual testing
|
|
/buildserver/Vagrantfile.yaml
|
|
/config.py
|
|
/tmp/
|
|
/logs/
|
|
/metadata/
|
|
makebuildserver.config.py
|
|
/tests/config.py
|
|
/tests/fdroid-icon.png
|
|
/unsigned/
|