diff options
author | Torsten Grote <t@grobox.de> | 2020-06-26 15:23:30 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-06-26 15:23:30 -0300 |
commit | 2b6cfa75123e70ee90aed744d21240da6c944555 (patch) | |
tree | 2b4feee518922fbe97b000288cf49ad89f9d9d0b | |
parent | 97dac704bcc5f4dc441f0d31c4a680235ad50e2e (diff) | |
download | taler-android-2b6cfa75123e70ee90aed744d21240da6c944555.tar.gz taler-android-2b6cfa75123e70ee90aed744d21240da6c944555.tar.bz2 taler-android-2b6cfa75123e70ee90aed744d21240da6c944555.zip |
Drop archive fix from nightly patch (not needed anymore)
-rw-r--r-- | nightly-stats.patch | 9 |
1 files changed, 0 insertions, 9 deletions
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') |