From 6f1d1b81be003149656341293c6b4e73aaa71fde Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 5 Aug 2015 10:35:14 +0200 Subject: [PATCH 1/3] rename README to README.md in MANIFEST.in this stops `python setup.py` from failing... --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6cf3bd52..e0936015 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README +include README.md include COPYING include fd-commit include fdroid From 1bb14d2f82a0e2fb8dc734e91aedaa6cf0770916 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 5 Aug 2015 13:26:35 +0200 Subject: [PATCH 2/3] run-tests: fix quoting to prevent spurious execution of `fdroid update` --- tests/run-tests | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/run-tests b/tests/run-tests index b8f55763..2dcc8f44 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -316,7 +316,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has no keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e $fdroid update --create-key @@ -378,7 +378,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has no keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -394,7 +394,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has a bad/fake keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -422,7 +422,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has a bad repo_keyalias!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -434,7 +434,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because a keystore is already there!" exit 1 else - echo "`fdroid update` complained about existing keystore" + echo '`fdroid update` complained about existing keystore' fi set -e From 70848301aa089fe7eb68ba7d0950659bcab1c1f2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 5 Aug 2015 13:48:42 +0200 Subject: [PATCH 3/3] fix `fdroid rewritemeta` reference in manual --- docs/fdroid.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 806318a8..3c4a2c34 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -456,7 +456,7 @@ following them). In fact, you can standardise all the metadata in a single command, without changing the functional content, by running: @example -fdroid rewritemetadata +fdroid rewritemeta @end example The following sections describe the fields recognised within the file.