##// END OF EJS Templates
obsolete: store metadata as a tuple of (key, value) pairs (API)...
obsolete: store metadata as a tuple of (key, value) pairs (API) Different formats will encode metadata in different ways. So we cannot keep the binary blob in the object anymore. We use a tuple to ensure it is immutable and hashable.

File last commit:

r22444:49ea4982 default
r22845:ef880e28 default
Show More
centos5
6 lines | 275 B | text/plain | TextLexer
FROM saltstack/centos-5-minimal
RUN yum install -y gcc make rpm-build gettext tar
RUN yum install -y python-devel python-docutils
# For creating repo meta data
RUN yum install -y createrepo
RUN yum install -y readline-devel openssl-devel ncurses-devel zlib-devel bzip2-devel