diff options
author | mkanat%bugzilla.org <> | 2006-12-14 02:36:03 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-12-14 02:36:03 +0100 |
commit | 5cafe3a31f3bc657f83478f8ddfc9b0b21c078ab (patch) | |
tree | 974835e77fff693f49c5bcea78a00c177351abdd | |
parent | f6d08f6b4bf59323731e4a746f12810322152174 (diff) | |
download | bugzilla-5cafe3a31f3bc657f83478f8ddfc9b0b21c078ab.tar.gz bugzilla-5cafe3a31f3bc657f83478f8ddfc9b0b21c078ab.tar.xz |
Bug 357847: recommend Theory58S instead of landfill for ppm users
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 2ecbc9e3c..baff6c816 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 } |