From 98b70b0075afe867adb3969f418e70c3a48bffe1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2016 08:02:12 +0200 Subject: Wizard: make more explicit than packages have same name than in base repo --- repotmpl/group.pyc | Bin 14652 -> 14653 bytes repotmpl/index.pyc | Bin 16024 -> 16014 bytes repotmpl/package.pyc | Bin 18269 -> 18259 bytes repotmpl/rss.pyc | Bin 6079 -> 6079 bytes wizard/index.php | 2 ++ 5 files changed, 2 insertions(+) diff --git a/repotmpl/group.pyc b/repotmpl/group.pyc index 1c3ba434..799c5705 100644 Binary files a/repotmpl/group.pyc and b/repotmpl/group.pyc differ diff --git a/repotmpl/index.pyc b/repotmpl/index.pyc index 852422bb..b5edbcc3 100644 Binary files a/repotmpl/index.pyc and b/repotmpl/index.pyc differ diff --git a/repotmpl/package.pyc b/repotmpl/package.pyc index 2a6469ad..90349928 100644 Binary files a/repotmpl/package.pyc and b/repotmpl/package.pyc differ diff --git a/repotmpl/rss.pyc b/repotmpl/rss.pyc index a6c40485..a0ad4c22 100644 Binary files a/repotmpl/rss.pyc and b/repotmpl/rss.pyc 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("
  • You want a single version which means replacing base packages from the distribution

  • "); + printf("
  • Packages have the same name than the base repository, ie php-*

  • "); + if (!$phpvers[$php]) { printf("
  • Sorry, but PHP version %s are not yet available for %s as single version, try multiple versions.

  • ", $php, $os); -- cgit