projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e696a45
)
Remove some now-dead code associated with the filtering feature.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 4 Oct 2012 04:48:05 +0000
(
00:48
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 4 Oct 2012 04:48:05 +0000
(
00:48
-0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index 96d6de2cc4d9e7fffae391fdd24416ad21e2ff29..5e95e9fa21d7fa7b4e4d5b1240fa56a033cf1c6c 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-406,13
+406,6
@@
def ship(extractor, commit, debug):
except socket.error, e:
sys.stderr.write("%s\n" % e)
-def filterc(cmd, channels, commit):
- channels, update = json.loads(do('%s %s %s' % (cmd,
- shellquote(json.dumps(channels)),
- shellquote(json.dumps(commit.__dict__)))))
- commit.__dict__.update(update)
- return channels
-
if __name__ == "__main__":
notify = True
repository = os.getcwd()