diff options
author | Till Maas <opensource@till.name> | 2014-05-23 17:41:11 +0200 |
---|---|---|
committer | Till Maas <opensource@till.name> | 2014-05-23 17:41:11 +0200 |
commit | 8b9a07cf91d330b92eb59d8dde6ccb5b3f486078 (patch) | |
tree | ebc167a303edbd853e28f95c4b21a65c49b4ed44 /cnucnu | |
parent | 1417e9e2b5b49d7d8f456603bee8e650c5a36f15 (diff) | |
download | cnucnu-8b9a07cf91d330b92eb59d8dde6ccb5b3f486078.tar.gz cnucnu-8b9a07cf91d330b92eb59d8dde6ccb5b3f486078.tar.xz cnucnu-8b9a07cf91d330b92eb59d8dde6ccb5b3f486078.zip |
package list: rename owner to point of contact
Diffstat (limited to 'cnucnu')
-rwxr-xr-x | cnucnu/package_list.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cnucnu/package_list.py b/cnucnu/package_list.py index 402f1a1..c211de2 100755 --- a/cnucnu/package_list.py +++ b/cnucnu/package_list.py @@ -319,9 +319,11 @@ class PackageList: ignore_owner_regex = re.compile('\\* ([^ ]*)') self.ignore_owners = [ o[0].encode("UTF-8") for o in - helper.match_interval(page_text, ignore_owner_regex, - "== Package Owner Ignore List ==", - "<!-- END PACKAGE OWNER IGNORE LIST -->") + helper.match_interval( + page_text, ignore_owner_regex, + "== Package Point of Contact Ignore List ==", + "<!-- END PACKAGE POC IGNORE LIST -->" + ) ] packages = [] |