From 06cc8b0ed16115dcdb38e2adc65d4a75ecd024a4 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 11 May 2020 11:22:01 -0300 Subject: one more attempt at hot-fixing installed fdroidserver in CI --- nightly-stats.patch | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nightly-stats.patch') diff --git a/nightly-stats.patch b/nightly-stats.patch index 35e0429..ae80fee 100644 --- a/nightly-stats.patch +++ b/nightly-stats.patch @@ -28,14 +28,6 @@ index 7a90294d..9ad806b3 100644 ssh_private_key_file = _ssh_key_from_debug_keystore() # this is needed for GitPython to find the SSH key -@@ -235,6 +238,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base, - config += "archive_name = '%s'\n" % (repo_git_base + ' archive') - config += "archive_url = '%s'\n" % (repo_base + '/archive') - config += "archive_icon = 'icon.png'\n" -+ config += "archive_description = 'Old nightly builds that have been archived.'\n" - config += "archive_older = %i\n" % options.archive_older - config += "servergitmirrors = '%s'\n" % servergitmirror - config += "keystore = '%s'\n" % KEYSTORE_FILE @@ -244,7 +248,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base, config += "keydname = '%s'\n" % DISTINGUISHED_NAME config += "make_current_version_link = False\n" -- cgit v1.2.3