- 06 2月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
Now that Python 2.6 is not supported anymore, we can not officially support EL6 as a platform for RPM packages. Let's drop all special requirements for that platform. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 03 2月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
The pystache package should only be a requirement for the HTML result plugin, not for the base avocado package. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 17 1月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 07 12月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 08 11月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Merlin Mathesius 提交于
1. Added explicit build dependencies upon kmod to prevent test_lv_utils check failures. 2. Modified test_build_docs to explicitly ignore bogus warnings due to a bug in older versions of python-sphinx package causing checks to fail. 3. Enabled EL7 checks during package build. Signed-off-by: NMerlin Mathesius <mmathesi@redhat.com>
-
- 27 10月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
We're basically repeating the name of the package in the summary, while we could add a bit more useful information. This also fixes the following warning spotted by rpmlint: W: name-repeated-in-summary C Avocado Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 11 10月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 27 9月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
We have been running the selftests during the build of the Fedora packages, but have skipped that on EL6 (and EL7). The reason is that there were a few packages missing from EPEL. They're now present on the EPEL 6 repos so let's enable checks while building EL6 packages. Some functional tests are failing on EL7, and fixing those and enabling checks for EL7 packages will be the scope of further work. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 9月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 07 9月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
This step makes the HTML result a proper Python plugin, by living outside the Avocado package namespace. The RPM package is also adjusted: it now builds ands install both Avocado and the HTML result plugin while keeping the two separate installable packages. Developers can use the usual `make link` and `make clean` to enable and disable all plugins (including this one). Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 16 8月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 12 8月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
The TAP test requires the perl-Test-Harness package, let's add it to the build dependencies. It fails silently, but there is a message just when the selftests are executed: + selftests/run Can't locate TAP/Parser.pm in @inc (you may need to install the TAP::Parser module) (@inc contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at -e line 1. BEGIN failed--compilation aborted at -e line 1. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 02 8月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
The aexpect module is used by the Docker plugin. Since we do not package those separately, let's add it as a global Avocado dependency. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 26 7月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 05 7月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 14 6月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 05 5月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
There's no reason for having a separated simpletests directory, let's move them to the tests directory. Reference: https://trello.com/c/VFcxxwIpSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
- 27 4月, 2016 3 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This release introduces a new versioning scheme, so the "big bump" from 0.34.0 to 35.0 is not such a big bump. Some additional changes with regards to versioning were added, such as the way the remote runner checks for Avocado on the remote host. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
It just makes sense that the subpackages of Avocado depend on the same version. This will avoid accidental mixing and matching of different package versions. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 26 4月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
This script introduces a pair of directories that will be searched for executable files, to be run before and after the actual execution of a job. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 19 4月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Commit 8dad284b introduced a requirement on python-lxml. Let's reflect that on the SPEC file. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 22 3月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 21 3月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 17 2月, 2016 3 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 15 2月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
The "ps" binary is used in avocado.utils.process library. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 20 1月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 24 12月, 2015 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 23 12月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
There has been a lot of file location updates with the plugin architecture changes. Also python-stevedore is also required at build time, because on some arches the selftests are run during the package build. Let's reflect those in the RPM packages. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 18 12月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 05 11月, 2015 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 15 10月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Instead of trusting in rpmbuild to do the rpm builds, use mock - a program that builds the rpms from fresh chroots. This ensures that BuildRequires are correct and that the binary rpms build cleanly. This requires a few changes to the Makefile targets and the avocado spec file, laid out in this patch. Also, add instructions on how to fulfill deps to build RPM packages. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com> Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 10月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Add a setuptools dependency at build time to keep build requirements synchronized. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-