• 
      

    Add a clear-pycs alias to .reviewboardrc.

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

    Information

    Review Board
    master
    8e3233e...

    Reviewers

    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.