From f45b25b4cf678ac6ba7179c8f1d10fc286ab9b78 Mon Sep 17 00:00:00 2001 From: "risto%netscape.com" Date: Wed, 2 Feb 2000 23:07:20 +0000 Subject: [PATCH] Changind cvs-mirror to despot URL --- webtools/despot/checkandwhine.pl | 2 +- webtools/despot/despot.cgi | 4 ++-- webtools/despot/syncit.pl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webtools/despot/checkandwhine.pl b/webtools/despot/checkandwhine.pl index c087ff881a4..9c5e4ec1960 100755 --- a/webtools/despot/checkandwhine.pl +++ b/webtools/despot/checkandwhine.pl @@ -56,7 +56,7 @@ mozilla.org. Currently, your account has been disabled, and will stay disabled until you change your password. To change your password, please visit -http://cvs-mirror.mozilla.org/webtools/despot/despot.cgi. +http://despot.mozilla.org/despot.cgi. If you can't get that to work, send mail to staff@mozilla.org. If it's an emergency, try paging terry at page-terry@netscape.com. diff --git a/webtools/despot/despot.cgi b/webtools/despot/despot.cgi index 7f3eb9749ce..bd739a0a3d7 100755 --- a/webtools/despot/despot.cgi +++ b/webtools/despot/despot.cgi @@ -303,7 +303,7 @@ sub AddUser() { Query("insert into users (email,passwd,neednewpassword,realname) values ('$q',$p,'Yes',$realname)"); print p("New account created. Password initialized to $feedback; " . "please " . - a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your new mozilla.org account has been created. It initially has a%0apassword $mailwords. Please go to http://cvs-mirror.mozilla.org/webtools/despot/despot.cgi%0aand change your password as soon as possible. You won't actually be%0aable to use it for anything until you do."}, + a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your new mozilla.org account has been created. It initially has a%0apassword $mailwords. Please go to http://despot.mozilla.org/despot.cgi%0aand change your password as soon as possible. You won't actually be%0aable to use it for anything until you do."}, "send mail") . " and have the user change the password!"); print hr(); @@ -429,7 +429,7 @@ sub GeneratePassword { print h1("OK, new password generated."); print "$email now has a new password of '" . tt($plain) . "'. "; print "Please " . - a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your mozilla.org account now has a password of '$plain'. Please go to%0ahttp://cvs-mirror.mozilla.org/webtools/despot/despot.cgi and change your password as soon as%0apossible. You won't actually be able to use your mozilla.org account%0afor anything until you do."}, + a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your mozilla.org account now has a password of '$plain'. Please go to%0ahttp://despot.mozilla.org/despot.cgi and change your password as soon as%0apossible. You won't actually be able to use your mozilla.org account%0afor anything until you do."}, "send mail") . " to have the user change the password!"; Query("insert into syncneeded (needed) values (1)"); diff --git a/webtools/despot/syncit.pl b/webtools/despot/syncit.pl index 355408cdbb1..bbcfe0e62fe 100755 --- a/webtools/despot/syncit.pl +++ b/webtools/despot/syncit.pl @@ -163,7 +163,7 @@ while (@reprow = $repquery->fetchrow()) { open(COMMITCHECK, ">$outfile") || die "Can't open $outfile"; print COMMITCHECK "#!/tools/ns/bin/perl5.004 --\n"; - print COMMITCHECK "# DO NOT EDIT THIS FILE! You must instead go to http://cvs-mirror.mozilla.org/webtools/despot, and\n"; + print COMMITCHECK "# DO NOT EDIT THIS FILE! You must instead go to http://despot.mozilla.org/, and\n"; print COMMITCHECK "# tweak things from there.\n\n"; $query = Query("select partitions.id,partitions.name,state,branches.name from partitions,branches where repositoryid = '$repid' and branches.id=branchid order by partitions.name");