From 00668b254c73c58ed170e39d5e97955d13c3bd30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Sun, 21 Jun 2015 13:51:23 +0200 Subject: [PATCH] Replace some FDroid strings with F-Droid --- examples/config.py | 8 ++++---- fd-commit | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/config.py b/examples/config.py index ccd0a5ed..299d26e7 100644 --- a/examples/config.py +++ b/examples/config.py @@ -34,10 +34,10 @@ gradle = "gradle" repo_maxage = 0 repo_url = "https://MyFirstFDroidRepo.org/fdroid/repo" -repo_name = "My First FDroid Repo Demo" +repo_name = "My First F-Droid Repo Demo" repo_icon = "fdroid-icon.png" repo_description = """ -This is a repository of apps to be used with FDroid. Applications in this +This is a repository of apps to be used with F-Droid. Applications in this repository 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://gitlab.com/u/fdroid. @@ -49,7 +49,7 @@ using the tools on https://gitlab.com/u/fdroid. # repository, and no need to define the other archive_ values. archive_older = 3 archive_url = "https://f-droid.org/archive" -archive_name = "My First FDroid Archive Demo" +archive_name = "My First F-Droid Archive Demo" archive_icon = "fdroid-icon.png" archive_description = """ The repository of older versions of applications from the main demo repository. @@ -86,7 +86,7 @@ The repository of older versions of applications from the main demo repository. # The keystore to use for release keys when building. This needs to be # somewhere safe and secure, and backed up! The best way to manage these # sensitive keys is to use a "smartcard" (aka Hardware Security Module). To -# configure FDroid to use a smartcard, set the keystore file using the keyword +# configure F-Droid to use a smartcard, set the keystore file using the keyword # "NONE" (i.e. keystore = "NONE"). That makes Java find the keystore on the # smartcard based on 'smartcardoptions' below. # keystore = "~/.local/share/fdroidserver/keystore.jks" diff --git a/fd-commit b/fd-commit index 9dc24f71..82ca143d 100755 --- a/fd-commit +++ b/fd-commit @@ -1,6 +1,6 @@ #!/bin/bash # -# fd-commit - part of the FDroid server tools +# fd-commit - part of the F-Droid server tools # Commits updates to apps, allowing you to edit the commit messages # # Copyright (C) 2013-2014 Daniel Martí -- 2.30.2