Add a clear-pycs alias to .reviewboardrc.

Review Request #6847 — Created Jan. 31, 2015 and submitted

mike_conley
Review Board
master
8e3233e...
reviewboard
The .pyc bytecode files have burned us too many times when switching
between revisions of Review Board. No more. This adds a new alias to
the Review Board repository so that we can wipe out all pyc files in
one fell swoop.

Example usage:

rbt clear-pycs

Ran

find . -name "*.pyc"

locally, and saw many pyc files.

Ran

rbt clear-pycs.

Re-ran

find . -name "*.pyc"

Didn't see any pyc files listed.

reviewbot
  1. Tool: Pyflakes
    Ignored Files:
        .reviewboardrc
    
    
    
    Tool: PEP8 Style Checker
    Ignored Files:
        .reviewboardrc
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
brennie
  1. Ship It!
  2. 
      
mike_conley
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (8e59460)
Loading...