summaryrefslogtreecommitdiff
path: root/python/python-pygame_1.6.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-02 07:43:09 +0000
committerPhil Blundell <philb@gnu.org>2004-06-02 07:43:09 +0000
commit48b6e905537be821be891608ff4fa6b7ee292b0e (patch)
tree0 files changed, 0 insertions, 0 deletions
os.path.abspath(os.path.join(pth, '..')) break if not bitbakepath: print("Unable to find bitbake by searching parent directory of this script or PATH") sys.exit(1) sys.path.extend([newpath, bitbakepath + '/lib']) import oe.buildhistory_analysis if len(sys.argv) > 3: torev = sys.argv[3] else: torev = 'HEAD' changes = oe.buildhistory_analysis.process_changes(sys.argv[1], sys.argv[2], torev) for chg in changes: print('%s' % chg) sys.exit(0) if __name__ == "__main__": main()