This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cb392f  Use canonical ASF favicon
0cb392f is described below

commit 0cb392f3562f4f16f1432fb62b4bed810c504c51
Author: Sebb <[email protected]>
AuthorDate: Tue Aug 26 17:15:17 2025 +0100

    Use canonical ASF favicon
---
 tools/committers.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/committers.py b/tools/committers.py
index a9fa3b5..e2aeac3 100755
--- a/tools/committers.py
+++ b/tools/committers.py
@@ -282,6 +282,8 @@ 
template.generate(open(join(HTML_DIR,'committers-by-project.html'), mode='w'),
 SELF_RE = r"://(\w+\.)?apache\.org/" # self
 if isfile(HTACCESS):
     with open(HTACCESS, 'w') as hta:
+        hta.write("# this file is generated by committers.py; do not edit\n")
+        hta.write("Redirect /favicon.ico 
https://apache.org/favicons/favicon.ico\n";)
         for id in ldap_people:
             person = ldap_people[id]
             if 'urls' in person:

Reply via email to