1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-15 13:34:32 +01:00

Added logic to upload source RPM for Fedora build as artifact for CircleCI

This commit is contained in:
Pavel Odintsov 2022-05-28 18:57:24 +01:00
parent 965bd719dc
commit 420e7b8732
2 changed files with 6 additions and 4 deletions

@ -82,15 +82,17 @@ jobs:
- run:
name: Build source RPM
command: cd ~/rpmbuild/SPECS && rpmbuild -bs fastnetmon.spec
- store_artifacts:
path: /root/rpmbuild/SRPMS/fastnetmon-1.2.1-1.fc<< parameters.fedora_version >>.src.rpm
- run:
name: Build RPM
command: cd ~/rpmbuild/SPECS && rpmbuild -bb fastnetmon.spec
- store_artifacts:
path: /root/rpmbuild/RPMS/x86_64/fastnetmon-1.2.2-1.fc<< parameters.fedora_version >>.x86_64.rpm
path: /root/rpmbuild/RPMS/x86_64/fastnetmon-1.2.1-1.fc<< parameters.fedora_version >>.x86_64.rpm
- store_artifacts:
path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debugsource-1.2.2-1.fc<< parameters.fedora_version >>.x86_64.rpm
path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debugsource-1.2.1-1.fc<< parameters.fedora_version >>.x86_64.rpm
- store_artifacts:
path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debuginfo-1.2.2-1.fc<< parameters.fedora_version >>.x86_64.rpm
path: /root/rpmbuild/RPMS/x86_64/fastnetmon-debuginfo-1.2.1-1.fc<< parameters.fedora_version >>.x86_64.rpm
build_ubuntu:
parameters:
docker_image:

@ -7,7 +7,7 @@
%global fastnetmon_project_name fastnetmon
Name: fastnetmon
Version: 1.2.2
Version: 1.2.1
Release: 1%{?dist}
Summary: A high performance DoS/DDoS load analyzer built on top of multiple packet capture engines (NetFlow, IPFIX, sFlow, PCAP).