Mercurial > hg
view contrib/packaging/docker/fedora28 @ 39179:1c3184d7e882
dagop: extract headsetofconnecteds() from dagutil
The functionality for resolving the set of DAG heads from a
subset simply requires a function to resolve parent revisions.
Let's establish a function in the dagop module to do this, which
seems to be where generic DAG functionality goes these days.
Differential Revision: https://phab.mercurial-scm.org/D4327
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Fri, 17 Aug 2018 19:45:13 +0000 |
parents | 600d8d9b8551 |
children |
line wrap: on
line source
FROM fedora:28 RUN groupadd -g 1000 build && \ useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build RUN dnf install -y \ gcc \ gettext \ make \ python-devel \ python-docutils \ rpm-build # For creating repo meta data RUN dnf install -y createrepo