From: mkanat%bugzilla.org <> Date: Thu, 14 Dec 2006 01:36:03 +0000 (+0000) Subject: Bug 357847: recommend Theory58S instead of landfill for ppm users X-Git-Tag: bugzilla-2.23.4~163 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cafe3a31f3bc657f83478f8ddfc9b0b21c078ab;p=thirdparty%2Fbugzilla.git Bug 357847: recommend Theory58S instead of landfill for ppm users Patch By Max Kanat-Alexander r=glob, a=justdave --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 2ecbc9e3c8..baff6c816f 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -323,13 +323,17 @@ sub print_module_instructions { *********************************************************************** * Note For Windows Users * *********************************************************************** -* All the modules listed below are available at: * +* In order to install the modules listed below, you first have to run * +* the following command as an Administrator: * * * -* http://landfill.bugzilla.org/ppm/ * +* ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms * * * -* You can add the repository with the following command: * +* Then you have to do (also as an Administrator): * * * -* ppm rep add bugzilla http://landfill.bugzilla.org/ppm/ * +* ppm repo up theory58S * +* * +* Do that last command over and over until you see "theory58S" at the * +* top of the displayed list. * *********************************************************************** EOT }