Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 10942098: Make sure subprocess calls don`t ignore result codes indicating errors. Fix JS docs generation whil… (Closed)

Created:
July 4, 2013, 11:23 a.m. by Wladimir Palant
Modified:
July 8, 2013, 9:11 a.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Make sure subprocess calls don`t ignore result codes indicating errors. Fix JS docs generation whil…

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed wrong argument format #

Total comments: 12

Patch Set 3 : Addressed issues #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M sitescripts/subscriptions/bin/updateMalwareDomainsList.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
Wladimir Palant
July 4, 2013, 11:23 a.m. (2013-07-04 11:23:45 UTC) #1
Wladimir Palant
July 4, 2013, 1:01 p.m. (2013-07-04 13:01:30 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/10942098/diff/1/sitescripts/extensions/bin/createNightlies.py File sitescripts/extensions/bin/createNightlies.py (right): http://codereview.adblockplus.org/10942098/diff/1/sitescripts/extensions/bin/createNightlies.py#newcode353 sitescripts/extensions/bin/createNightlies.py:353: subprocess.check_call(command) If you actually don't have to check the ...
July 4, 2013, 1:57 p.m. (2013-07-04 13:57:51 UTC) #3
Sebastian Noack
http://codereview.adblockplus.org/10942098/diff/1/sitescripts/extensions/bin/createNightlies.py File sitescripts/extensions/bin/createNightlies.py (right): http://codereview.adblockplus.org/10942098/diff/1/sitescripts/extensions/bin/createNightlies.py#newcode353 sitescripts/extensions/bin/createNightlies.py:353: subprocess.check_call(command) Ignore that one. I thought I had discarded ...
July 4, 2013, 2:03 p.m. (2013-07-04 14:03:25 UTC) #4
Wladimir Palant
All comments should be addressed unless otherwise noted. I also switched to a cleaner approach ...
July 5, 2013, 11:24 a.m. (2013-07-05 11:24:33 UTC) #5
Sebastian Noack
http://codereview.adblockplus.org/10942098/diff/14001/sitescripts/subscriptions/bin/updateMalwareDomainsList.py File sitescripts/subscriptions/bin/updateMalwareDomainsList.py (right): http://codereview.adblockplus.org/10942098/diff/14001/sitescripts/subscriptions/bin/updateMalwareDomainsList.py#newcode52 sitescripts/subscriptions/bin/updateMalwareDomainsList.py:52: subprocess.call(['hg', '-q', 'push', '-R', tempdir]) If I understand it ...
July 5, 2013, 10:06 p.m. (2013-07-05 22:06:08 UTC) #6
Wladimir Palant
July 8, 2013, 9:03 a.m. (2013-07-08 09:03:09 UTC) #7
Sebastian Noack
July 8, 2013, 9:10 a.m. (2013-07-08 09:10:54 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld