[Rpm-maint] [rpm-software-management/rpm] Semaphore CI (#266)
Igor Gnatenko
notifications at github.com
Thu Jul 20 15:30:15 UTC 2017
ignatenkobrain commented on this pull request.
> @@ -0,0 +1,49 @@
+FROM fedora
+MAINTAINER Igor Gnatenko <i.gnatenko.brain at gmail.com>
+
+WORKDIR /opt/rpm
+COPY . .
+
+RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.conf
+RUN dnf -y update
+RUN dnf -y install \
well, yes and no.
* If RPM starts/stops requiring something -- it is only way how to properly deal with that (especially with RPM release cadence)
* We don't really need all deps for all tests here
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/266#discussion_r128549447
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170720/981868b3/attachment.html>
More information about the Rpm-maint
mailing list