chiark / gitweb /
all: bump to build-tools 24.0.2
[fdroidserver.git] / examples / config.py
index d33ddfac484cd58924e1c1c035bf11f87faafcd4..c5235ec600bc3c2e417a194924a48c327fae21e7 100644 (file)
@@ -22,7 +22,7 @@
 # }
 
 # Build tools version to be used
-# build_tools = "24.0.1"
+# build_tools = "24.0.2"
 
 # Force all build to use the above version of build -tools, good for testing
 # builds without having all of the possible build-tools installed.
@@ -248,9 +248,9 @@ The repository of older versions of applications from the main demo repository.
 # }
 
 # It is possible for the server operator to specify lists of apps that
-# must be installed or deleted on the client (aka "push installs).  If
-# the user has opted in, or the device is already setup to respond to
-# these requests, then fdroidclient will automatically install/delete
+# must be installed or uninstalled on the client (aka "push installs).
+# If the user has opted in, or the device is already setup to respond
+# to these requests, then F-Droid will automatically install/uninstall
 # the packageNames listed.  This is protected by the same signing key
 # as the app index metadata.
 #
@@ -260,7 +260,7 @@ The repository of older versions of applications from the main demo repository.
 #     'us.replicant',
 # }
 #
-# delete_list = {
+# uninstall_list = {
 #     'com.facebook.orca',
 #     'com.android.vending',
 # }