1. 16 1月, 2018 1 次提交
    • C
      Packaging: make config files data files of the avocado module · 0c9242bb
      Cleber Rosa 提交于
      In a pure Python world[1] the "avocado" module requires the existence
      of these configuration files.  Let's make those configuration files
      "data files" of that module.
      
      Since the configuration location can now be a different, the settings
      module needs adjustments to also attempt to load them from package
      resources (which is tied to the data files).
      
      Finally, when using RPM packages, we need to put the configuration
      back into the system location (/etc).
      
      [1] - that is, ignoring operating system or distribution specific
            conventions and packaging technologies
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      0c9242bb
  2. 28 9月, 2017 1 次提交
  3. 30 3月, 2015 2 次提交
    • C
      unittests: run them during the build of RPM packages · 37854a6f
      Cleber Rosa 提交于
      It seems a good idea, and another safety net, to run the selftests
      during the build of packages. For now, it's not trivial to run the
      functional tests, so let's at least run the unittests.
      
      Another current limitation is that unittests are only run on Fedora
      and not on EL6 or EL7, and the reason for that are missing
      dependencies on both EPEL6 and EPEL7.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      37854a6f
    • C
      avocado.spec: use the Makefile target for man pages · 650f019d
      Cleber Rosa 提交于
      This means that we include the Makefile in the source tarball and just
      use the `man` target.
      
      With regards to portability among Python version, this should not be
      an issue as rst2man on the system itself will the correct version. In
      a sense, it's just another utility, it doesn't really matter it's
      written in Python.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      650f019d
  4. 27 11月, 2014 1 次提交
  5. 25 11月, 2014 1 次提交
  6. 03 4月, 2014 1 次提交