Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Switch to Cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Jun 13, 2019
1 parent 70f38b7 commit b1db483
Show file tree
Hide file tree
Showing 55 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
task:
env:
matrix:
- RELEASEVER: 6
- RELEASEVER: 7
name: el$RELEASEVER
container:
image: centos:$RELEASEVER
epel_script: yum --assumeyes install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
toolchain_script: yum --assumeyes install yum-utils rpmdevtools @buildsys-build
sources_script: spectool --get-files $CIRRUS_REPO_NAME.spec
srpm_script: rpmbuild -bs --define "_sourcedir $PWD" --define "_specdir $PWD" --define "dist .el$RELEASEVER.ius" --define "vendor IUS" $CIRRUS_REPO_NAME.spec
builddep_script: yum-builddep --assumeyes $HOME/rpmbuild/SRPMS/$CIRRUS_REPO_NAME-*.src.rpm
rpm_script: rpmbuild -bb --define "_sourcedir $PWD" --define "_specdir $PWD" --define "dist .el$RELEASEVER.ius" --define "vendor IUS" $CIRRUS_REPO_NAME.spec
gather_script:
- mv --verbose $HOME/rpmbuild/SRPMS/*.src.rpm .
- mv --verbose $HOME/rpmbuild/RPMS/*/*.rpm .
results_artifacts:
path: '*.rpm'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion SPECS/httpd24u.spec → httpd24u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Summary: Apache HTTP Server
Name: httpd24u
Version: 2.4.39
Release: 1.ius%{?dist}
Release: 1%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source2: httpd.logrotate
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b1db483

Please sign in to comment.