This file is indexed.

/usr/share/doc/fdroidserver/examples/makebs.config.py is in fdroidserver 0.2.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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