From: "André Erdmann" <dywi@mailerd.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/rpackage/ Date: Thu, 11 Jul 2013 16:29:09 +0000 (UTC) [thread overview] Message-ID: <1373559886.e78227e1e9a506e9748c58eec48980aadf800bc0.dywi@gentoo> (raw) commit: e78227e1e9a506e9748c58eec48980aadf800bc0 Author: André Erdmann <dywi <AT> mailerd <DOT> de> AuthorDate: Thu Jul 11 16:24:46 2013 +0000 Commit: André Erdmann <dywi <AT> mailerd <DOT> de> CommitDate: Thu Jul 11 16:24:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e78227e1 roverlay/rpackage/licensemap: remove debug code --- roverlay/rpackage/licensemap.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roverlay/rpackage/licensemap.py b/roverlay/rpackage/licensemap.py index ae6cffd..2332ee6 100644 --- a/roverlay/rpackage/licensemap.py +++ b/roverlay/rpackage/licensemap.py @@ -20,17 +20,6 @@ RE_WORD_WIPE = re.compile ( ')' ) -MISSING = set() -ADD_MISS = MISSING.add - -def write_miss(): - with open ( '/tmp/lmiss', 'wt' ) as FH: - for word in MISSING: - FH.write ( word ) - FH.write ( '\n' ) - -import atexit -atexit.register ( write_miss ) def reduce_key ( key ): return RE_WORD_WIPE.sub ( '', RE_WIPE.sub ( '', key ) ) @@ -86,7 +75,6 @@ class LicenseMap ( object ): # no license_map_file pass - ADD_MISS ( k ) self.logger.warning ( "Missing license map entry for {!r} ({!r})".format ( k, key ) )
WARNING: multiple messages have this Message-ID (diff)
From: "André Erdmann" <dywi@mailerd.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/rpackage/ Date: Thu, 11 Jul 2013 16:44:19 +0000 (UTC) [thread overview] Message-ID: <1373559886.e78227e1e9a506e9748c58eec48980aadf800bc0.dywi@gentoo> (raw) Message-ID: <20130711164419.Dauf4pG9SGaNgRye5dFgqKguEMLVp7urNGrvbDspiyI@z> (raw) commit: e78227e1e9a506e9748c58eec48980aadf800bc0 Author: André Erdmann <dywi <AT> mailerd <DOT> de> AuthorDate: Thu Jul 11 16:24:46 2013 +0000 Commit: André Erdmann <dywi <AT> mailerd <DOT> de> CommitDate: Thu Jul 11 16:24:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e78227e1 roverlay/rpackage/licensemap: remove debug code --- roverlay/rpackage/licensemap.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roverlay/rpackage/licensemap.py b/roverlay/rpackage/licensemap.py index ae6cffd..2332ee6 100644 --- a/roverlay/rpackage/licensemap.py +++ b/roverlay/rpackage/licensemap.py @@ -20,17 +20,6 @@ RE_WORD_WIPE = re.compile ( ')' ) -MISSING = set() -ADD_MISS = MISSING.add - -def write_miss(): - with open ( '/tmp/lmiss', 'wt' ) as FH: - for word in MISSING: - FH.write ( word ) - FH.write ( '\n' ) - -import atexit -atexit.register ( write_miss ) def reduce_key ( key ): return RE_WORD_WIPE.sub ( '', RE_WIPE.sub ( '', key ) ) @@ -86,7 +75,6 @@ class LicenseMap ( object ): # no license_map_file pass - ADD_MISS ( k ) self.logger.warning ( "Missing license map entry for {!r} ({!r})".format ( k, key ) )
next reply other threads:[~2013-07-11 16:29 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-07-11 16:29 André Erdmann [this message] 2013-07-11 16:44 ` [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/rpackage/ André Erdmann -- strict thread matches above, loose matches on Subject: below -- 2014-02-16 1:35 [gentoo-commits] proj/R_overlay:master " Benda XU 2013-08-21 13:51 André Erdmann 2013-08-21 13:51 André Erdmann 2013-08-20 21:46 André Erdmann 2013-07-25 13:28 André Erdmann 2013-07-25 13:25 André Erdmann 2013-07-25 8:47 André Erdmann 2013-07-25 8:47 André Erdmann 2013-07-23 18:34 [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann 2013-07-23 18:34 ` [gentoo-commits] proj/R_overlay:master " André Erdmann 2013-04-25 16:44 André Erdmann 2013-02-09 20:45 André Erdmann 2012-08-07 8:50 André Erdmann 2012-07-30 8:52 André Erdmann 2012-07-06 22:19 André Erdmann 2012-07-03 17:48 André Erdmann 2012-07-02 16:52 André Erdmann 2012-06-29 22:48 André Erdmann 2012-06-28 15:55 André Erdmann 2012-06-28 15:55 André Erdmann 2012-06-27 14:46 André Erdmann
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1373559886.e78227e1e9a506e9748c58eec48980aadf800bc0.dywi@gentoo \ --to=dywi@mailerd.de \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox