|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# 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.
|
|
|
|
|
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.
|
|
|
|
@ -8,7 +8,7 @@ You need the following Python libraries.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
Mass package bug subscription adder for Ubuntu Packages using the Launchpad API
|
|
|
|
|
Copyright (C) 2015, 2016 Simon Quigley
|
|
|
|
|
Copyright (C) 2015-2017 Simon Quigley
|
|
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
|
modify it under the terms of the GNU General Public License
|
|
|
|
|