- 11 9月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
Some people clone repositories to different names, which breaks the "make link" functionality. This patch uses dynamic variables to support such usage. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 10 9月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
This patch removes the hardcoded plugin linking and instead queries all ../!(avocado)/Makefile files to link or unlink the plugins. This should help people to deploy own plugins in the same fashion without the need to modify avocado's main Makefile. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 13 8月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
With avocado-vt plugins renamed, 'make link' must change. ATTENTION: Please do a 'make clean' before applying this patch (or clean your source tree before 'make link'). Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 31 7月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
There are interdependencies in our requirements. They need to be applied in the right order, otherwise it fails. Help users by providing make target to install the requirements correctly. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 30 7月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Let's force removing existing destination files. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 07 7月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 24 6月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Avocado currently has 3 very distinct namespaces boundaries: test API, utils, and core. Let's create 3 separate sections so that users know which one(s) they could use for a given task. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 23 6月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Add a little more granularity to our Makefile. 'make link' still works the way one would expect it to. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 16 6月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 09 6月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Sometimes the local checks, including documentation builds and other unit and functional tests will fail because of either stale state or because of external plugins. Let's require a clean source tree before running local checks to avoid those false negatives. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 06 6月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
This way we work similarly as to when we develop avocado-virt, which is in fact very convenient. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 19 5月, 2015 1 次提交
-
-
由 Rudá Moura 提交于
Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 15 5月, 2015 1 次提交
-
-
由 Rudá Moura 提交于
Add a new selftest to verify cyclical dependencies between Avocado modules. It requires snakefood and NetworkX installed. You can verify by running 'make check_cyclical'. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 05 5月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
The API ReST files that are generated dinamycally are actually put in the source directory, and not in the build directory. This fixes a mistake by yours truly. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 24 4月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
It was noted that, on some Python version, the generated tarballs actually have a lot of files missing. IMHO, if we track a file on git, then it should make into the tarball. Also IMHO, the distutils sdist code is a nice thing to have if you can't export your code right from your SCM. This is kept simple on purpose so that if we hit any unintended side effect we can revert to the previous way of generation source tarballs. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 4月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
The ReST files at doc/build/api are automatically generated by code on `conf.py` and should also be removed on the `clean` target. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 30 3月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
There are two reasons for introducing this new target: 1) It adds symmetry to the Debian targets, which have both source only and complete versions. 2) It is useful when you only want to make the source package and build the "binary" elsewhere. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 20 3月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 19 3月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
The `man` target is not currently using make's dependency system, let's fix that. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 06 3月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
That will link avocado-virt modules and plugins if they happen to live in the same directory as avocado (toplevel directory) does. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 27 2月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Introduce a new command line application that is designed to interact with avocado-server. Changes from v1: * Fixed reference in the docstrings to arcli (from arc) * Release number bump on spec file * Add missing avocado.restclient.cli.actions module to setup.py Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 03 2月, 2015 1 次提交
-
-
由 Ademar de Souza Reis Jr 提交于
-
- 02 10月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 04 9月, 2014 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
One convenient command to run the checks Travis runs on the code base (less verbose version). Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 29 8月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 26 8月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 18 7月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Make reference to the 'trusty' ubuntu version, rather than the outdated 'saucy'. Also, put the ubuntu maintainer's email in the source generation package. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 01 5月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
-
- 29 4月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Add rule to build both source and binary RPMs. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 03 4月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Add debian package rules and Makefile that allows people to build debian packages from it. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-