Skip to content

Commit

Permalink
Use bugzilla.opensuse.org
Browse files Browse the repository at this point in the history
so that automatic update emails are referencing this domain
because this is about OBS and the community.

https://lists.opensuse.org/archives/list/heroes@lists.opensuse.org/thread/JLUZZO4CJQ22OGA4NNS5ZFHACRPEN22Q/
  • Loading branch information
bmwiedemann committed Apr 17, 2021
1 parent 70cec0a commit 94f421a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obssupport.pm
Expand Up @@ -34,7 +34,7 @@ use config;
my $bugzillahandle;
sub bugzillahandle()
{
$bugzillahandle=XMLRPC::Lite->proxy("https://${config::username}:$config::password\@apibugzilla.suse.com/xmlrpc.cgi") if(!$bugzillahandle);
$bugzillahandle=XMLRPC::Lite->proxy("https://${config::username}:$config::password\@bugzilla.opensuse.org/xmlrpc.cgi") if(!$bugzillahandle);
return $bugzillahandle;
}

Expand Down

0 comments on commit 94f421a

Please sign in to comment.