sort on you

This commit is contained in:
Filip Valder
2016-12-07 13:22:01 +01:00
parent 1abffa34da
commit 2b7cf817a6
2 changed files with 31 additions and 31 deletions

View File

@@ -2,28 +2,28 @@ FROM fedora:24
# so we don't have to compile those when fetched from PyPI
RUN dnf install -y \
python-pip \
python2-setuptools \
python2-cffi \
python2-zmq \
python2-cryptography \
koji \
python2-pdc-client \
python-m2ext \
fedmsg-relay \
python-mock \
git \
krb5-workstation \
systemd-devel \
gcc \
redhat-rpm-config \
git \
koji \
krb5-workstation \
python-devel \
python-flask \
python-m2ext \
python-mock \
python-pip \
python2-cffi \
python2-cryptography \
python2-pdc-client \
python2-setuptools \
python2-zmq \
redhat-rpm-config \
systemd-devel \
# Troubleshooting tools
telnet \
findutils \
nc \
procps \
findutils \
telnet \
&& dnf autoremove -y \
&& dnf clean all \
&& mkdir /tmp/module_build_service/

32
Vagrantfile vendored
View File

@@ -3,27 +3,27 @@
$script = <<SCRIPT
dnf install -y \
python \
python-virtualenv \
python-devel \
libffi-devel \
redhat-rpm-config \
openssl-devel \
fedmsg-relay \
fedpkg \
gcc \
gcc \
gcc-c++ \
koji \
git \
swig \
fedmsg-relay \
rpm-build \
fedpkg \
python-mock \
koji \
krb5-workstation \
systemd-devel \
gcc \
redhat-rpm-config \
libffi-devel \
openssl-devel \
python \
python-devel \
python-flask
python-devel \
python-flask \
python-mock \
python-virtualenv \
redhat-rpm-config \
redhat-rpm-config \
rpm-build \
swig \
systemd-devel
cd /tmp/module_build_service
python setup.py install
mbs-upgradedb