generated from demus/basic-rpm-template
Fedora 44 is branched
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (f42) (release) Successful in 1m46s
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (f43) (release) Successful in 2m18s
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (f44) (release) Successful in 1m46s
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (rawhide) (release) Successful in 2m20s
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (f42) (release) Successful in 1m46s
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (f43) (release) Successful in 2m18s
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (f44) (release) Successful in 1m46s
Build and provide rpm of bats-filesystem / Build src rpm and send it to COPR (rawhide) (release) Successful in 2m20s
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
type: choice
|
||||
description: "Choose a fedora version"
|
||||
required: true
|
||||
options: [ f42, f43, rawhide ]
|
||||
options: [ f42, f43, f44, rawhide ]
|
||||
coprproject:
|
||||
type: choice
|
||||
description: "Which repo"
|
||||
|
||||
@@ -6,7 +6,7 @@ jobs:
|
||||
name: Build src rpm and send it to COPR
|
||||
strategy:
|
||||
matrix:
|
||||
fedoraversion: [ f42, f43, rawhide ]
|
||||
fedoraversion: [ f42, f43, f44, rawhide ]
|
||||
runs-on: ${{ matrix.fedoraversion }}-minimal-copr
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
type: choice
|
||||
description: "Choose a fedora version"
|
||||
required: true
|
||||
options: [ f42, f43, rawhide ]
|
||||
options: [ f42, f43, f44, rawhide ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
name: Build and deploy an rpm to the demus.dk repo
|
||||
|
||||
@@ -6,7 +6,7 @@ jobs:
|
||||
name: Build and deploy an rpm to the demus.dk repo
|
||||
strategy:
|
||||
matrix:
|
||||
fedoraversion: [ f42, f43, rawhide ]
|
||||
fedoraversion: [ f42, f43, f44, rawhide ]
|
||||
runs-on: ${{ matrix.fedoraversion }}-minimal-rpmbuild
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global helper_dir %{_prefix}/lib/bats-helpers
|
||||
|
||||
Name: bats-filesystem
|
||||
Version: 0.0.1
|
||||
Version: 0.1.0
|
||||
Release: %autorelease
|
||||
Summary: Add environment variables and location to find BATS test helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user