summaryrefslogtreecommitdiffstats
path: root/roles/packager_alias/files/owner-email-from-pagure.py
Commit message (Collapse)AuthorAgeFilesLines
* Use urllib3 retry mechanism in the packager alias script.Ralph Bean2017-08-091-2/+23
|
* Handle case-insensitivity in postfix by unioning things.Ralph Bean2017-08-091-2/+9
|
* Email alias script - use pagination so as not to break pagure's golden heart.Ralph Bean2017-08-041-3/+13
|
* Email alias script - use real pagure url.Ralph Bean2017-08-041-2/+1
|
* Postfix "-owner" and prefix the project namespace if it's not rpms in ↵Matt Prahl2017-04-131-3/+8
| | | | owner-email-from-pagure.py
* Add a package owner email alias script to use Pagure instead of PkgDB and ↵Matt Prahl2017-04-131-0/+38
stop querying FAS in staging As part of the Modularity project, we've decided that we need to have different package branches with different lifecycles. To read more about this, please view this document: https://fedoraproject.org/wiki/Infrastructure/Factory2/Focus/ArbitraryBranching. To enable this, we've decided to rely on Pagure and PDC for package information instead of PkgDB. This commit is an attempt to modify an existing script that queried PkgDB and FAS for packager emails with one that uses the new architecture described above. Also, instead of querying FAS for email information, we've decided to use the email alias USER@fedoraproject.org. This will be a performance increase and protect us against FAS API changes.