mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
fix example files install in setup.py
This also makes the file layout in git basically the same as the installed file layout, using an examples/ dir. I'm not sure if config.buildserver.py is an example conf file, or a conf file that is actually in use, so I did not move it.
This commit is contained in:
parent
525759b235
commit
a31f4571c2
4 changed files with 5 additions and 5 deletions
20
examples/makebs.config.py
Normal file
20
examples/makebs.config.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
#!/usr/bin/env python2
|
||||
#
|
||||
# You may want to alter these before running ./makebuildserver
|
||||
|
||||
# Name of the base box to use
|
||||
basebox = "testing32"
|
||||
|
||||
# Location where raring32.box can be found, if you don't already have
|
||||
# it. For security reasons, it's recommended that you make your own
|
||||
# in a secure environment using trusted media (see the manual) but
|
||||
# you can use this default if you like...
|
||||
baseboxurl = "https://f-droid.org/testing32.box"
|
||||
|
||||
memory = 3584
|
||||
|
||||
# Debian package proxy server - if you have one, e.g. "http://192.168.0.19:8000"
|
||||
aptproxy = None
|
||||
|
||||
# Set to True if your base box is 64 bit (e.g. testing32.box isn't)
|
||||
arch64 = False
|
Loading…
Add table
Add a link
Reference in a new issue