From 2b6cfa75123e70ee90aed744d21240da6c944555 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 26 Jun 2020 15:23:30 -0300 Subject: Drop archive fix from nightly patch (not needed anymore) --- nightly-stats.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nightly-stats.patch') diff --git a/nightly-stats.patch b/nightly-stats.patch index ae80fee..46c0f2c 100644 --- a/nightly-stats.patch +++ b/nightly-stats.patch @@ -2,15 +2,6 @@ diff --git a/fdroidserver/nightly.py b/fdroidserver/nightly.py index 7a90294d..9ad806b3 100644 --- a/fdroidserver/nightly.py +++ b/fdroidserver/nightly.py -@@ -102,7 +102,7 @@ def main(): - help=_('The file to be included in the repo (path or glob)')) - parser.add_argument("--no-checksum", action="store_true", default=False, - help=_("Don't use rsync checksums")) -- parser.add_argument("--archive-older", default=20, -+ parser.add_argument("--archive-older", type=int, default=20, - help=_("Set maximum releases in repo before older ones are archived")) - # TODO add --with-btlog - options = parser.parse_args() @@ -170,6 +170,7 @@ def main(): git_mirror_path = os.path.join(repo_basedir, 'git-mirror') git_mirror_repodir = os.path.join(git_mirror_path, 'fdroid', 'repo') -- cgit v1.2.3