Mailinglist Archive: yast-commit (1535 mails)
| < Previous | Next > |
[yast-commit] <rest-service> master : reenable yast2 and yast2-mail packages check
- From: Ladislav Slezak <lslezak@xxxxxxxxxx>
- Date: Fri, 16 Oct 2009 11:02:50 +0200
- Message-id: <E1Myikz-0004Ry-GZ@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit 8b19ce18c4a047c9be020078174065e63a61221f
Author: Ladislav Slezak <lslezak@xxxxxxxxxx>
Date: Fri Oct 16 11:02:50 2009 +0200
reenable yast2 and yast2-mail packages check
install the packages in the Hudson chroot
---
.../package/yast2-webservice-mailsettings.spec | 6 ++++++
webservice/lib/tasks/checks.rake | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
b/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
index 49d855d..ef83baf 100644
--- a/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
+++ b/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
@@ -25,6 +25,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: rubygem-yast2-webservice-tasks rubygem-restility
+# install these packages into Hudson chroot environment
+# the exact versions are checked in checks.rake task
+%if 0
+BuildRequires: yast2 yast2-mail
+%endif
+
# YaPI::MailServer (standard edition)
Requires: yast2-mail
diff --git a/webservice/lib/tasks/checks.rake b/webservice/lib/tasks/checks.rake
index a7e3442..5c0bffc 100644
--- a/webservice/lib/tasks/checks.rake
+++ b/webservice/lib/tasks/checks.rake
@@ -209,8 +209,8 @@ EOF
#
# mailsettings
-# test_version "yast2-mail"
-# test_version "yast2", (os_version == "11.2")?"2.18.24":"2.17.72"
+ test_version "yast2-mail"
+ test_version "yast2", (os_version == "11.2")?"2.18.24":"2.17.72"
#
# plugin test. Each plugin will be tested for a "GET index" call. This call
has to return "success"
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
commit 8b19ce18c4a047c9be020078174065e63a61221f
Author: Ladislav Slezak <lslezak@xxxxxxxxxx>
Date: Fri Oct 16 11:02:50 2009 +0200
reenable yast2 and yast2-mail packages check
install the packages in the Hudson chroot
---
.../package/yast2-webservice-mailsettings.spec | 6 ++++++
webservice/lib/tasks/checks.rake | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
b/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
index 49d855d..ef83baf 100644
--- a/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
+++ b/plugins/mail_settings/package/yast2-webservice-mailsettings.spec
@@ -25,6 +25,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: rubygem-yast2-webservice-tasks rubygem-restility
+# install these packages into Hudson chroot environment
+# the exact versions are checked in checks.rake task
+%if 0
+BuildRequires: yast2 yast2-mail
+%endif
+
# YaPI::MailServer (standard edition)
Requires: yast2-mail
diff --git a/webservice/lib/tasks/checks.rake b/webservice/lib/tasks/checks.rake
index a7e3442..5c0bffc 100644
--- a/webservice/lib/tasks/checks.rake
+++ b/webservice/lib/tasks/checks.rake
@@ -209,8 +209,8 @@ EOF
#
# mailsettings
-# test_version "yast2-mail"
-# test_version "yast2", (os_version == "11.2")?"2.18.24":"2.17.72"
+ test_version "yast2-mail"
+ test_version "yast2", (os_version == "11.2")?"2.18.24":"2.17.72"
#
# plugin test. Each plugin will be tested for a "GET index" call. This call
has to return "success"
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |