chiark / gitweb /
Update recommended base box
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 21 Jul 2015 20:12:52 +0000 (22:12 +0200)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 21 Jul 2015 20:12:52 +0000 (22:12 +0200)
docs/fdroid.texi
examples/makebs.config.py

index 7de197ec6be4cd871edb45f52a01ecdae8ad3319..806318a87ea8f1d98c1e2b74134d2a30f391cbef 100644 (file)
@@ -1422,7 +1422,7 @@ applications.
 @section Setting up a build server
 
 In addition to the basic setup previously described, you will also need
-a Vagrant-compatible Debian Testing base box called 'testing32' (or testing64
+a Vagrant-compatible Debian Testing base box called 'jessie32' (or jessie64
 for a 64-bit VM, if you want it to be much slower, and require more disk
 space).
 
index 883994b67495b4828fdb6bf65b9ae5ee4d88e008..9220fb1269171825c08cc6f15177194d94fe4b5c 100644 (file)
@@ -3,13 +3,13 @@
 # You may want to alter these before running ./makebuildserver
 
 # Name of the base box to use
-basebox = "testing32"
+basebox = "jessie32"
 
 # Location where testing32.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"
+baseboxurl = "https://f-droid.org/jessie32.box"
 
 # The amount of RAM the build server will have
 memory = 3584