1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

change fdroid to f-droid in config.sample.py

This commit is contained in:
David Black 2013-04-23 20:15:49 +01:00
parent 1914bb05dc
commit 29c428ea3e

View File

@ -3,7 +3,7 @@
#your system configuration. #your system configuration.
sdk_path = "/path/to/android-sdk-linux_86" sdk_path = "/path/to/android-sdk-linux_86"
ndk_path = "/path/to/android-ndk-r5" ndk_path = "/path/to/android-ndk-r8e"
#You probably don't need to change this... #You probably don't need to change this...
javacc_path = "/usr/share/java" javacc_path = "/usr/share/java"
@ -11,12 +11,14 @@ javacc_path = "/usr/share/java"
#Command for running maven 3 (could be mvn, mvn3, or a full path) #Command for running maven 3 (could be mvn, mvn3, or a full path)
mvn3 = "mvn3" mvn3 = "mvn3"
repo_url = "http://f-droid.org/repo" repo_url = "https://f-droid.org/repo"
repo_name = "FDroid" repo_name = "F-Droid"
repo_icon = "fdroid-icon.png" repo_icon = "fdroid-icon.png"
repo_description = """ repo_description = """
The official FDroid repository. Applications in this repository are official The official repository of the F-Droid client. Applications in this repository
binaries built by the original application developers. are either official binaries built by the original application developers, or
are binaries built from source by the admin of f-droid.org using the tools on
https://gitorious.org/f-droid.
""" """
#The key (from the keystore defined below) to be used for signing the #The key (from the keystore defined below) to be used for signing the