mirror of
https://github.com/lubuntu-team/masspackagelp.git
synced 2025-03-04 02:11:06 +00:00
Update copyright, fix a few trivial things I learned were good practice when coding with Python more
Mass package bug subscription adder for Ubuntu Packages using the Launchpad API or "masspackagelp" for short
This python script allows for mass adding of bug subscriptions to a team. For the input file, put one package name on each line and the script will do the rest.
You need the following Python libraries.
- sys
- launchpadlib
Mass package bug subscription adder for Ubuntu Packages using the Launchpad API
Copyright (C) 2015, 2016 Simon Quigley
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
A copy of the GNU General Public License version 2 is in license.txt.
Description
Languages
Python
100%