From a6f4153665d287f3a40ee02005b816bfb19d93d8 Mon Sep 17 00:00:00 2001 From: u Date: May 01 2024 18:26:24 +0000 Subject: update --- diff --git a/.copr/main.sh b/.copr/main.sh index 0437753..03d9685 100644 --- a/.copr/main.sh +++ b/.copr/main.sh @@ -3,7 +3,7 @@ curl -L https://copr.fedorainfracloud.org/coprs/huakim/txt/repo/fedora-rawhide/txt.repo -o .copr/txt.repo curl -L https://copr.fedorainfracloud.org/coprs/huakim/perl/repo/fedora-rawhide/perl.repo -o .copr/perl.repo curl -L https://copr.fedorainfracloud.org/coprs/huakim/python/repo/fedora-rawhide/python.repo -o .copr/python.repo -dnf --nogpgcheck --releasever=rawhide --setopt=reposdir=.copr/ install -y obs-tools sed perl-macros rpm-build +dnf --nogpgcheck --releasever=rawhide --setopt=reposdir=.copr/ install -y obs-tools sed jq cpanspec perl-macros rpm-build dnf --nogpgcheck --releasever=rawhide --setopt=reposdir=.copr/ install -y `obs_service_list | sed s~^~obs-service-~` obs_service_run > /dev/null rpmbuild "-D%_srcrpmdir $outdir" "-D_sourcedir .osc/_output_dir/" -bs ".osc/_output_dir/"*.spec diff --git a/.gitignore b/.gitignore index ac35db6..eda5f83 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ _output_dir .osc _output_dir .osc.script.copr.sh +.osc +_output_dir +.osc.script.copr.sh