From 99b8b67dfca93698aeeba115c8d394ce14bf32ed Mon Sep 17 00:00:00 2001 From: Distix listener Date: Fri, 3 Mar 2017 20:10:11 +0100 Subject: imported mails --- .../Maildir/new/1488568209.M335277P26606Q1.hrun | 157 +++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 tickets/650881c8459f47aa90a838ffaeab9199/Maildir/new/1488568209.M335277P26606Q1.hrun (limited to 'tickets') diff --git a/tickets/650881c8459f47aa90a838ffaeab9199/Maildir/new/1488568209.M335277P26606Q1.hrun b/tickets/650881c8459f47aa90a838ffaeab9199/Maildir/new/1488568209.M335277P26606Q1.hrun new file mode 100644 index 0000000..76a9ee6 --- /dev/null +++ b/tickets/650881c8459f47aa90a838ffaeab9199/Maildir/new/1488568209.M335277P26606Q1.hrun @@ -0,0 +1,157 @@ +Return-Path: +X-Original-To: distix@pieni.net +Delivered-To: distix@pieni.net +Received: from bagpuss.pepperfish.net (bagpuss.pepperfish.net [148.251.8.16]) + (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by pieni.net (Postfix) with ESMTPS id 705B926575 + for ; Fri, 3 Mar 2017 20:06:14 +0100 (CET) +Received: from platypus.pepperfish.net (unknown [10.112.100.20]) + by bagpuss.pepperfish.net (Postfix) with ESMTP id DF07C11F1; + Fri, 3 Mar 2017 19:06:13 +0000 (GMT) +Received: from ip6-localhost ([::1] helo=platypus.pepperfish.net) + by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian)) + id 1cjsWr-0007IX-Ov; Fri, 03 Mar 2017 19:06:13 +0000 +Received: from inmail0 ([10.112.100.10] helo=mx0.pepperfish.net) + by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian)) + id 1cjsWp-0007IH-L3 + for ; Fri, 03 Mar 2017 19:06:11 +0000 +Received: from pieni.net ([95.142.166.37] ident=postfix) + by mx0.pepperfish.net with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) + (Exim 4.80) (envelope-from ) id 1cjsWn-0007Pg-FY + for obnam-dev@obnam.org; Fri, 03 Mar 2017 19:06:11 +0000 +Received: from exolobe3.liw.fi (82-181-57-241.bb.dnainternet.fi + [82.181.57.241]) + (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) + (No client certificate requested) + by pieni.net (Postfix) with ESMTPSA id 4BBD326535; + Fri, 3 Mar 2017 20:06:01 +0100 (CET) +Received: from exolobe3 (localhost [127.0.0.1]) + by exolobe3.liw.fi (Postfix) with ESMTPS id 9097512013D; + Fri, 3 Mar 2017 21:05:59 +0200 (EET) +Date: Fri, 3 Mar 2017 21:05:58 +0200 +From: Lars Wirzenius +To: SanskritFritz +Message-ID: <20170303190558.xaynxrwnuv3yyjlq@exolobe3> +References: +MIME-Version: 1.0 +In-Reply-To: +User-Agent: NeoMutt/20170113 (1.7.2) +X-Pepperfish-Transaction: 31eb-2abf-6b89-e817 +X-Spam-Score: -2.9 +X-Spam-Score-int: -28 +X-Spam-Bar: -- +X-Scanned-By: pepperfish.net, Fri, 03 Mar 2017 19:06:11 +0000 +X-Spam-Report: Content analysis details: (-2.9 points) + pts rule name description + ---- ---------------------- -------------------------------------------------- + -1.0 PPF_USER_AGENT_MUTT User-Agent: contains Mutt (Mutt isn't a spam + tool) -0.5 PPF_USER_AGENT User-Agent: exists + 0.5 PPF_MESSAGEID_NODOTS Message-Id contains no dots after the @ + -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% + [score: 0.0000] +X-ACL-Warn: message may be spam +X-Scan-Signature: 78c34a7242bc3b0cdb4980a2406d4978 +Cc: Obnam development , Ian Campbell +Subject: Re: [PATCH] Include the root dir into kdirstat output +X-BeenThere: obnam-dev@obnam.org +X-Mailman-Version: 2.1.5 +Precedence: list +List-Id: Obnam development discussions +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +Content-Type: multipart/mixed; boundary="===============1929278871374880650==" +Mime-version: 1.0 +Sender: obnam-dev-bounces@obnam.org +Errors-To: obnam-dev-bounces@obnam.org + + +--===============1929278871374880650== +Content-Type: multipart/signed; micalg=pgp-sha512; + protocol="application/pgp-signature"; boundary="ws3w6z4klvlb4eiw" +Content-Disposition: inline + + +--ws3w6z4klvlb4eiw +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable + +Thans, I've finally applied this, and pushed. + +On Mon, Jan 30, 2017 at 11:25:48AM +0100, SanskritFritz wrote: +> Root directory is now excluded from kdirstat output done by obnam. +> That solution was probably a workaround to a k4dirstat bug, however, +> this broke displaying any --root=3D"/" backups and since we now have +> qdirstat (and k4dirstat became deprecated) which fixed the bug, it is +> time to reintroduce the root dir into the kdirstat output. Discussion +> with Ian about this can be read in the thread "Kdirstat merged to +> Qdirstat". +>=20 +> diff --git a/obnamlib/plugins/show_plugin.py b/obnamlib/plugins/show_plug= +in.py +> index 995a958c..79ccde10 100644 +> --- a/obnamlib/plugins/show_plugin.py +> +++ b/obnamlib/plugins/show_plugin.py +> @@ -314,9 +314,6 @@ class ShowPlugin(obnamlib.ObnamPlugin): +> enc_filename =3D enc_filename.replace(" ", "%20") +> enc_filename =3D enc_filename.replace("\t", "%09") +>=20 +> - if filename =3D=3D "/": +> - return +> - +> self.app.output.write( +> "%s%s\t%d\t%#x\n" % +> (mode_str, enc_filename, size, mtime_sec)) +>=20 +> _______________________________________________ +> obnam-dev mailing list +> obnam-dev@obnam.org +> http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam= +=2Eorg +>=20 + +--=20 +I want to build worthwhile things that might last. --joeyh + +--ws3w6z4klvlb4eiw +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEETNTnrewG6wEE1EJ3bC+mFux6IDEFAli5vpUACgkQbC+mFux6 +IDFKoQ/9HMaml4p4EmPqNbS6kHWBMFkPXd5LuUVINqZYQCOtNrDfVczZWZbr7QdP +mhLR9cqPIzbuRH7EePHt+/GiYym9f/TSr1rt3RwNnR361z+EESR0EMt0QDycwtR/ +o1nmYLeamcqZmtcVl5Fm4ypIScvWxPoRv5BiVA3Me+LpIX68EK2Ylpg9H+EiEOK8 +e4n37gI0Ua/B2sPR3ioa+1cUAPf88mxPJimb5FAuSZUDtiL4cUD+Fheh/nWPdhN2 +UPY/bIa/Wshjhhw+GLQc6Ox1MNHUJWHb5EesPA7ms6ce9jhJNjpIYWS//bOTpLE+ ++GxuF+lusmth+H/mCF9BgliYizzm8XRXVRya6SlUJskuC7KBsL6Zt+HKZhO9jRFz +6U6fp0EPQ740LWcHuCCnmvaxZLKrX/30xfDv7Km/nU61QqEjjq3WarxDCt6/HIvl +lCZzUL4W2TyhfjkvzD6TxrbcNCvJ+bIZ3Uw4HmP2XYMO/Q6RdqxOCgBISpF7+D51 +SDem9ptBAf7g33urHMPboD4PyzlsanIAFxRqyIOeI6e+qumZZIaYfCPcffbZHrtQ +cMTylya0ocmLY7Y+TZxZ1RvJJJz0Rz9I7jHqQV4oapn4K9GSH6L+0oOkpk+jxcRH +TukVUw8/LiyI72WOBqM1/WGl7yz5k8KorPT2XWGmBukrV7APgKk= +=Lt6B +-----END PGP SIGNATURE----- + +--ws3w6z4klvlb4eiw-- + + +--===============1929278871374880650== +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline + +_______________________________________________ +obnam-dev mailing list +obnam-dev@obnam.org +http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam.org + +--===============1929278871374880650==-- + -- cgit v1.2.1