History log of /sssd/contrib/ci/distro.sh
Revision Date Author Comments Expand
73585f9af928913200999c5b3b983bb9266ee266 01-Mar-2016 Lukas Slebodnik <lslebodn@redhat.com>

CI: Use yum-deprecated instead of dnf /usr/bin/yum is provided by the dnf-yum package and call /usr/bin/dnf on new fedora distributions. We should directly use old style yum which was renamed to /usr/bin/yum-deprecated and is still part of the yum package. Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

6a29264e870062cc42cf64519b8c9782dab69b98 01-Oct-2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

CI: Update reason blocking move to DNF Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

cf37196dca93a8785c5a4e0af6e9a5053bff4e3a 30-Sep-2015 Lukas Slebodnik <lslebodn@redhat.com>

CI: Don't depend on user input with apt-get Resolves: https://fedorahosted.org/sssd/ticket/2433 Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

3ce85a5f5264e7118beb6524e120fd8b53a13da4 02-Sep-2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

Add basic support for CI test execution Add basic support for executing continuous integration (CI) tests on RHEL6, RHEL7, Fedora 20, Fedora Rawhide and Debian Testing. This adds two front-end scripts which can be executed either locally by developers, or on a CI server: contrib/ci/run and contrib/ci/clean. The first one will run the tests and the second will wipe out the artifacts. See contrib/ci/README.md for further details. Reviewed-by: Michal Židek <mzidek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>