I have no idea why this keeps on breaking and I am fast getting to the point of removing the fedora package until I can wrap my head around it.
This commit is contained in:
parent
d2ac490181
commit
141c52dd58
2 changed files with 4 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -74,8 +74,8 @@ pipeline
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
sh 'rpmbuild -bb packaging/supportchild.spec --define "_topdir $PWD/.rpmbuild-fedora" --define "dev_build true"'
|
sh 'rpmbuild -bb packaging/supportchild.spec --define "_topdir $PWD/.rpmbuild-fedora" --define "dev_build true"'
|
||||||
sh 'cp .rpmbuild-fedora/RPMS/x86_64/supportchild-dev-*.fedora.x86_64.rpm linux-x64/'
|
sh 'cp .rpmbuild-fedora/RPMS/x86_64/supportchild-dev-*.fed.x86_64.rpm linux-x64/'
|
||||||
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.fedora.x86_64.rpm', caseSensitive: true)
|
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.fed.x86_64.rpm', caseSensitive: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@ Name: supportchild-dev
|
||||||
Summary: A support ticket Discord bot (dev build)
|
Summary: A support ticket Discord bot (dev build)
|
||||||
Version: %{base_version}~%(date "+%%Y%%m%%d%%H%%M%%S")git%(git rev-parse --short HEAD)
|
Version: %{base_version}~%(date "+%%Y%%m%%d%%H%%M%%S")git%(git rev-parse --short HEAD)
|
||||||
Source: https://toastielab.dev/toastie-stuff/SupportChild/archive/%(git rev-parse HEAD).zip
|
Source: https://toastielab.dev/toastie-stuff/SupportChild/archive/%(git rev-parse HEAD).zip
|
||||||
|
Provides: supportchild
|
||||||
%else
|
%else
|
||||||
Name: supportchild
|
Name: supportchild
|
||||||
Summary: A support ticket Discord bot
|
Summary: A support ticket Discord bot
|
||||||
|
@ -16,7 +17,7 @@ Source: https://toastielab.dev/toastie-stuff/SupportChild/archive/%{base_ver
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://toastielab.dev/toastie-stuff/SupportChild
|
URL: https://toastielab.dev/toastie-stuff/SupportChild
|
||||||
Packager: KarlofDuty
|
Packager: Toastie_t0ast
|
||||||
|
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
Requires: dotnet-runtime-9.0
|
Requires: dotnet-runtime-9.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue