summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--repotmpl/group.pycbin14652 -> 14653 bytes
-rw-r--r--repotmpl/index.pycbin16024 -> 16014 bytes
-rw-r--r--repotmpl/package.pycbin18269 -> 18259 bytes
-rw-r--r--repotmpl/rss.pycbin6079 -> 6079 bytes
-rw-r--r--wizard/index.php2
5 files changed, 2 insertions, 0 deletions
diff --git a/repotmpl/group.pyc b/repotmpl/group.pyc
index 1c3ba434..799c5705 100644
--- a/repotmpl/group.pyc
+++ b/repotmpl/group.pyc
Binary files differ
diff --git a/repotmpl/index.pyc b/repotmpl/index.pyc
index 852422bb..b5edbcc3 100644
--- a/repotmpl/index.pyc
+++ b/repotmpl/index.pyc
Binary files differ
diff --git a/repotmpl/package.pyc b/repotmpl/package.pyc
index 2a6469ad..90349928 100644
--- a/repotmpl/package.pyc
+++ b/repotmpl/package.pyc
Binary files differ
diff --git a/repotmpl/rss.pyc b/repotmpl/rss.pyc
index a6c40485..a0ad4c22 100644
--- a/repotmpl/rss.pyc
+++ b/repotmpl/rss.pyc
Binary files differ
diff --git a/wizard/index.php b/wizard/index.php
index ea4064ec..c979c047 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -163,6 +163,8 @@ if ($php && $os && $type && !$err) {
if ($type == 'base') {
printf("<li>You want a <b>single version </b> which means replacing base packages from the distribution</li><br />");
+ printf("<li>Packages have the <b>same name</b> than the base repository, ie php-*</li><br />");
+
if (!$phpvers[$php]) {
printf("<li>Sorry, but PHP version <b>%s</b> are not yet available for <b>%s</b> as single version, try multiple versions.</li><br />", $php, $os);