commit:     8e9873b15500942bf20a87d2b6281564c50aafe2
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 17:12:55 2022 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 17:12:55 2022 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8e9873b1

Let's not confuse users by directing them to two different
websites when we only want and need one.

If and when we get an infra kernel project space to build the
genpatches website, then we should change this.

Thank-you for your understanding.

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/email-announcement.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index b921f732..4364fde1 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -21,7 +21,7 @@ else { # support for kernels >= 3.0
 }
 
 $have_history = 0;
-$website_base = 'http://dev.gentoo.org/~'.${USERNAME}.'/genpatches';
+$website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
 
 $result = `rm -rf ${LOCAL_TMP}/linux-patches`;
 $result = `cd $LOCAL_TMP`;

Reply via email to