summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-12-14 02:36:03 +0100
committermkanat%bugzilla.org <>2006-12-14 02:36:03 +0100
commit5cafe3a31f3bc657f83478f8ddfc9b0b21c078ab (patch)
tree974835e77fff693f49c5bcea78a00c177351abdd /Bugzilla/Install/Requirements.pm
parentf6d08f6b4bf59323731e4a746f12810322152174 (diff)
downloadbugzilla-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
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm12
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
}