From 99682f956955c8a5342c0ff96eb4f838a245a335 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 6 Jun 2019 15:15:38 +0200 Subject: [PATCH 1/2] remove compile date: it has few use only and the problem to stand in the way of reproducible builds --- src/context.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index 822faa185..9b0a9a356 100644 --- a/src/context.rs +++ b/src/context.rs @@ -729,7 +729,6 @@ pub unsafe fn dc_get_info(context: &Context) -> *mut libc::c_char { "deltachat_core_version=v{}\n\ sqlite_version={}\n\ sqlite_thread_safe={}\n\ - compile_date=Apr 26 2019, 00:51:50\n\ arch={}\n\ number_of_chats={}\n\ number_of_chat_messages={}\n\ From 34fbe11587b2b15adc5eecccb5ce73eeaf38a4d7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 7 Jun 2019 14:49:09 +0200 Subject: [PATCH 2/2] fix python test --- python/tests/test_account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 7194b0401..dc2e1c9ca 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -10,7 +10,6 @@ class TestOfflineAccount: def test_getinfo(self, acfactory): ac1 = acfactory.get_unconfigured_account() d = ac1.get_info() - assert d["compile_date"] assert d["arch"] assert d["number_of_chats"] == "0"