From 1bcea1e83529b3a0fa383a41a483b4fa45fd2d7b Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 26 Nov 2021 15:12:11 +0100 Subject: [PATCH] move to the new CI system --- MOCKCONFIG/scaphandre.cfg | 1 + MOCKCONFIG/snmp_exporter.cfg | 1 + MOCKCONFIG/traefik-forward-auth.cfg | 1 + MOCKCONFIG/traefik.cfg | 2 ++ MOCKCONFIG/wimip.cfg | 1 + SPECS/addrwatch.spec | 2 +- release.sh | 36 ----------------------------- 7 files changed, 7 insertions(+), 37 deletions(-) create mode 100644 MOCKCONFIG/scaphandre.cfg create mode 100644 MOCKCONFIG/snmp_exporter.cfg create mode 100644 MOCKCONFIG/traefik-forward-auth.cfg create mode 100644 MOCKCONFIG/traefik.cfg create mode 100644 MOCKCONFIG/wimip.cfg delete mode 100755 release.sh diff --git a/MOCKCONFIG/scaphandre.cfg b/MOCKCONFIG/scaphandre.cfg new file mode 100644 index 0000000..cc0ffaf --- /dev/null +++ b/MOCKCONFIG/scaphandre.cfg @@ -0,0 +1 @@ +EXTRA_PARAMS="--enable-network" diff --git a/MOCKCONFIG/snmp_exporter.cfg b/MOCKCONFIG/snmp_exporter.cfg new file mode 100644 index 0000000..cc0ffaf --- /dev/null +++ b/MOCKCONFIG/snmp_exporter.cfg @@ -0,0 +1 @@ +EXTRA_PARAMS="--enable-network" diff --git a/MOCKCONFIG/traefik-forward-auth.cfg b/MOCKCONFIG/traefik-forward-auth.cfg new file mode 100644 index 0000000..cc0ffaf --- /dev/null +++ b/MOCKCONFIG/traefik-forward-auth.cfg @@ -0,0 +1 @@ +EXTRA_PARAMS="--enable-network" diff --git a/MOCKCONFIG/traefik.cfg b/MOCKCONFIG/traefik.cfg new file mode 100644 index 0000000..0cf6cd3 --- /dev/null +++ b/MOCKCONFIG/traefik.cfg @@ -0,0 +1,2 @@ +BUILDER="fedora-35-x86_64" +EXTRA_PARAMS="--enable-network" diff --git a/MOCKCONFIG/wimip.cfg b/MOCKCONFIG/wimip.cfg new file mode 100644 index 0000000..cc0ffaf --- /dev/null +++ b/MOCKCONFIG/wimip.cfg @@ -0,0 +1 @@ +EXTRA_PARAMS="--enable-network" diff --git a/SPECS/addrwatch.spec b/SPECS/addrwatch.spec index 9d78ac1..0b0c36b 100644 --- a/SPECS/addrwatch.spec +++ b/SPECS/addrwatch.spec @@ -7,7 +7,7 @@ Summary: Monitoring IPv4/IPv6 and Ethernet address pairings License: GPLv3 URL: https://github.com/fln/addrwatch -Source0: %{url}/fln/addrwatch/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: %{name}.service Source2: %{name}.sysconfig # https://github.com/fln/addrwatch/issues/11 diff --git a/release.sh b/release.sh deleted file mode 100755 index e8fa221..0000000 --- a/release.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -set -Eeuo pipefail - -mkdir -p REPO/x86_64 REPO/sources - -rsync -a --ignore-existing RPMS/x86_64/ REPO/x86_64 -rsync -a --ignore-existing SRPMS/ REPO/sources - -createrepo REPO/x86_64 -createrepo REPO/sources - -cat > REPO/itix.repo <<"EOF" -[itix] -name=ITIX $releasever - $basearch -baseurl=https://f003.backblazeb2.com/file/itix-rpms/$basearch/ -enabled=1 -countme=1 -metadata_expire=7d -repo_gpgcheck=0 -type=rpm -gpgcheck=0 -skip_if_unavailable=False - -[itix-source] -name=ITIX $releasever - Source -baseurl=https://f003.backblazeb2.com/file/itix-rpms/sources/ -enabled=0 -metadata_expire=7d -repo_gpgcheck=0 -type=rpm -gpgcheck=0 -skip_if_unavailable=False -EOF - -rclone sync -P REPO/ backblaze:itix-rpms