mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Merge pull request #309 from dgoodwin/fix-test-suite
Fix rsync failures in dockerized tests, update for F27.
This commit is contained in:
commit
18babd175f
4 changed files with 6 additions and 4 deletions
|
@ -30,7 +30,7 @@ git_url = git://example.com
|
||||||
|
|
||||||
[fedora]
|
[fedora]
|
||||||
releaser = tito.release.FedoraGitReleaser
|
releaser = tito.release.FedoraGitReleaser
|
||||||
branches = master f25 f24 el6 epel7
|
branches = master f27 f26 el6 epel7
|
||||||
|
|
||||||
[copr-dgoodwin]
|
[copr-dgoodwin]
|
||||||
releaser = tito.release.CoprReleaser
|
releaser = tito.release.CoprReleaser
|
||||||
|
|
|
@ -62,12 +62,12 @@
|
||||||
readonly default_python2_distros=(
|
readonly default_python2_distros=(
|
||||||
centos-6
|
centos-6
|
||||||
centos-7
|
centos-7
|
||||||
fedora-25
|
fedora-27
|
||||||
fedora-rawhide
|
fedora-rawhide
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly default_python3_distros=(
|
readonly default_python3_distros=(
|
||||||
fedora-25
|
fedora-27
|
||||||
fedora-rawhide
|
fedora-rawhide
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:25
|
FROM fedora:27
|
||||||
MAINTAINER Steve Kuznetsov <skuznets@redhat.com>
|
MAINTAINER Steve Kuznetsov <skuznets@redhat.com>
|
||||||
|
|
||||||
# Manually install python2 deps since spec won't add them
|
# Manually install python2 deps since spec won't add them
|
||||||
|
@ -17,6 +17,7 @@ RUN dnf -y install \
|
||||||
python3-nose \
|
python3-nose \
|
||||||
python3-blessings \
|
python3-blessings \
|
||||||
python3-pep8 \
|
python3-pep8 \
|
||||||
|
rsync \
|
||||||
createrepo_c
|
createrepo_c
|
||||||
|
|
||||||
RUN useradd sandbox
|
RUN useradd sandbox
|
|
@ -23,6 +23,7 @@ RUN dnf -y install \
|
||||||
python3-nose \
|
python3-nose \
|
||||||
python3-blessings \
|
python3-blessings \
|
||||||
python3-pep8 \
|
python3-pep8 \
|
||||||
|
rsync \
|
||||||
createrepo_c
|
createrepo_c
|
||||||
|
|
||||||
RUN useradd sandbox
|
RUN useradd sandbox
|
||||||
|
|
Loading…
Add table
Reference in a new issue