mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +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]
|
||||
releaser = tito.release.FedoraGitReleaser
|
||||
branches = master f25 f24 el6 epel7
|
||||
branches = master f27 f26 el6 epel7
|
||||
|
||||
[copr-dgoodwin]
|
||||
releaser = tito.release.CoprReleaser
|
||||
|
|
|
@ -62,12 +62,12 @@
|
|||
readonly default_python2_distros=(
|
||||
centos-6
|
||||
centos-7
|
||||
fedora-25
|
||||
fedora-27
|
||||
fedora-rawhide
|
||||
)
|
||||
|
||||
readonly default_python3_distros=(
|
||||
fedora-25
|
||||
fedora-27
|
||||
fedora-rawhide
|
||||
)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:25
|
||||
FROM fedora:27
|
||||
MAINTAINER Steve Kuznetsov <skuznets@redhat.com>
|
||||
|
||||
# Manually install python2 deps since spec won't add them
|
||||
|
@ -17,6 +17,7 @@ RUN dnf -y install \
|
|||
python3-nose \
|
||||
python3-blessings \
|
||||
python3-pep8 \
|
||||
rsync \
|
||||
createrepo_c
|
||||
|
||||
RUN useradd sandbox
|
|
@ -23,6 +23,7 @@ RUN dnf -y install \
|
|||
python3-nose \
|
||||
python3-blessings \
|
||||
python3-pep8 \
|
||||
rsync \
|
||||
createrepo_c
|
||||
|
||||
RUN useradd sandbox
|
||||
|
|
Loading…
Add table
Reference in a new issue