This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 10785fe6d0c658ae45ec44f80b835a2fd8972752 Mon Sep 17 00:00:00 2001 | |
| From: Jon Grimm <[email protected]> | |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright (C) 2013 Canonical Ltd. | |
| # | |
| # Author: Ryan Harper <[email protected]> | |
| # | |
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright (C) 2013 Canonical Ltd. | |
| # | |
| # Author: Ryan Harper <[email protected]> | |
| # | |
| # 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 |