Are there any plans to build tito for EPEL 8? I could really use it.
Should the answer be “yes”, I filed https://bugzilla.redhat.com/show_bug.cgi?id=1777377.
Building tito-0.6.12-2.fc30 against epel8 results in a tito that seemingly just works. I'm able to do local builds and attempt to release into Koji. Would be great to get a tagged build into epel8 officially. bash-4.4# cat /etc/os-release NAME="CentOS Linux" VERSION="8 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Linux 8 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:8" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-8" CENTOS_MANTISBT_PROJECT_VERSION="8" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="8" bash-4.4# rpm -q tito tito-0.6.12-2.el8.noarch bash-4.4# tito build --test --rpm --quiet Creating output directory: /tmp/tito Building package [tini-0.18.0-2] Successfully built: /tmp/tito/tini-0.18.0-2.git.0.ac74d87.el8.src.rpm - /tmp/tito/x86_64/tini-0.18.0-2.git.0.ac74d87.el8.x86_64.rpm bash-4.4# tito release --test --scratch el8 Creating output directory: /tmp/tito Will release to the following targets: el8 Releasing to target: el8 Working in: /tmp/tito/release-tinimggoebus Building release in Koji... Wrote: /tmp/tito/tini-0.18.0-2.git.0.ac74d87.el8.src.rpm Submitting build with: koji build --nowait --scratch el8 /tmp/tito/tini-0.18.0-2.git.0.ac74d87.el8.src.rpm ...