Skip to content

Commit

Permalink
2.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 3, 2024
1 parent 5e8cc75 commit 19e2150
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Get linupdate version
run: echo "VERSION=$(cat ${GITHUB_WORKSPACE}/version)" >> $GITHUB_ENV

- name: Install CentOS7 archive repositories
run: |
rm -f /etc/yum.repos.d/*.repo
cp ${GITHUB_WORKSPACE}/.github/workflows/packaging/rpm/centos-archive-repos/*.repo /etc/yum.repos.d/
yum clean all
- name: Install dependencies packages
run: yum install rpmdevtools rpmlint -y

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[extras]
name=extras repo
comment=extras repo
baseurl=https://vault.centos.org/7.9.2009/extras/
enabled=1
gpgkey=https://vault.centos.org/RPM-GPG-KEY-CentOS-7
gpgcheck=1
7 changes: 7 additions & 0 deletions .github/workflows/packaging/rpm/centos-archive-repos/os.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[os]
name=os repo
comment=os repo
baseurl=https://vault.centos.org/7.9.2009/os/
enabled=1
gpgkey=https://vault.centos.org/RPM-GPG-KEY-CentOS-7
gpgcheck=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[updates]
name=updates repo
comment=updates repo
baseurl=https://vault.centos.org/7.9.2009/updates/
enabled=1
gpgkey=https://vault.centos.org/RPM-GPG-KEY-CentOS-7
gpgcheck=1
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.13
2.2.14

0 comments on commit 19e2150

Please sign in to comment.