From d1617f868b16a297a9644b86b00889b954b450f1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 15 Mar 2020 23:14:52 +0000 Subject: Move check_{no,}arch to a new RPM module They have nothing to do with the config and work on an RPM file. --- ulri | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ulri') diff --git a/ulri b/ulri index 2c33ac6..7f61efb 100755 --- a/ulri +++ b/ulri @@ -21,11 +21,12 @@ use strict; use MDK::Common qw(any cat_ if_ find); -use Iurt::Config qw(config_usage get_date config_init get_author_email check_arch check_noarch get_target_arch get_mandatory_arch); +use Iurt::Config qw(config_usage get_date config_init get_author_email get_target_arch get_mandatory_arch); use Iurt::File qw(create_file); +use Iurt::Mail qw(sendmail); use Iurt::Process qw(check_pid); use Iurt::Queue qw(check_if_mandatory_arch_failed cleanup_failed_build get_upload_tree_state); -use Iurt::Mail qw(sendmail); +use Iurt::RPM qw(check_arch check_noarch); use Iurt::Util qw(plog_init plog ssh_setup ssh sout sget sput); use Iurt::Ulri qw(build_package warn_about_failure); use File::Copy 'move'; -- cgit v1.2.1