Skip to content

Instantly share code, notes, and snippets.

@jongrimm
jongrimm / jgrimm_merges2csv.patch
Created July 19, 2016 17:51
patch for ryan harper's merges2csv.py - various new features. see commit message
From 10785fe6d0c658ae45ec44f80b835a2fd8972752 Mon Sep 17 00:00:00 2001
From: Jon Grimm <jon.grimm@canonical.com>
Date: Tue, 19 Jul 2016 12:37:36 -0500
Subject: [PATCH] Add support for single team lookup, outfilename, filtering
for important.
Converted to GPLv3
PEP8 cleanups
Added support for looking up Responsible teams from package-team-mapping.json
- Prettify names to something more readable in eventual spreadsheet
# Copyright (C) 2013 Canonical Ltd.
#
# Author: Ryan Harper <ryan.harper@canonical.com>
#
# Curtin is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the
# Free Software Foundation, either version 3 of the License, or (at your
# option) any later version.
#
# Curtin is distributed in the hope that it will be useful, but WITHOUT ANY
@jongrimm
jongrimm / merges2csv.py
Created July 15, 2016 22:31
first stab at adding team responsibility mapping to Ryan's merges2csv script
# Copyright (C) 2013 Canonical Ltd.
#
# Author: Ryan Harper <ryan.harper@canonical.com>
#
# Curtin is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the
# Free Software Foundation, either version 3 of the License, or (at your
# option) any later version.
#
# Curtin is distributed in the hope that it will be useful, but WITHOUT ANY