diff options
author | François Andriot <[email protected]> | 2017-07-21 22:11:22 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2017-07-21 22:11:22 +0200 |
commit | a166e45221dabbf06d176ce3186e5f52b1549a1f (patch) | |
tree | 8623343aee311fd623605b567f03e3f368ea0188 /redhat/docker/f26/rpmbuild.repo | |
parent | 90da17e79795662dbabd42c2aff692e23fa83714 (diff) | |
download | tde-packaging-a166e45221dabbf06d176ce3186e5f52b1549a1f.tar.gz tde-packaging-a166e45221dabbf06d176ce3186e5f52b1549a1f.zip |
RPM packaging: add docker build scripts
Diffstat (limited to 'redhat/docker/f26/rpmbuild.repo')
-rw-r--r-- | redhat/docker/f26/rpmbuild.repo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/docker/f26/rpmbuild.repo b/redhat/docker/f26/rpmbuild.repo new file mode 100644 index 000000000..750290651 --- /dev/null +++ b/redhat/docker/f26/rpmbuild.repo @@ -0,0 +1,11 @@ +[rpmbuild.${ARCH}] +name=rpmbuild.${ARCH} +baseurl=file:///home/trinity/rpmbuild/RPMS.tde-${TDE_VERSION}/${ARCH} +enabled=1 +gpgcheck=0 + +[rpmbuild.noarch] +name=rpmbuild.noarch +baseurl=file:///home/trinity/rpmbuild/RPMS.tde-${TDE_VERSION}/noarch +enabled=1 +gpgcheck=0 |