Skip to content

Commit

Permalink
#3848 use a different repo file for CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 15, 2023
1 parent d98af74 commit 9802f55
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packaging/repos/CentOS/7/xpra-beta.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[xpra-beta]
name=Xpra Beta $releasever - $basearch
enabled=1
metadata_expire=1d
gpgcheck=1
gpgkey=https://xpra.org/gpg.asc
https://xpra.org/gpg-2018.asc
baseurl=https://xpra.org/beta/CentOS/$releasever/$basearch/
skip_if_unavailable = 1
8 changes: 8 additions & 0 deletions packaging/repos/CentOS/7/xpra.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[xpra]
name=Xpra $releasever - $basearch
enabled=1
metadata_expire=1d
gpgcheck=1
gpgkey=https://xpra.org/gpg.asc
https://xpra.org/gpg-2018.asc
baseurl=https://xpra.org/dists/CentOS/$releasever/$basearch/
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions packaging/repos/CentOS/9/xpra-beta.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[xpra-beta]
name=Xpra Beta $releasever - $basearch
enabled=1
metadata_expire=1d
gpgcheck=1
gpgkey=https://xpra.org/gpg.asc
https://xpra.org/gpg-2022.asc
baseurl=https://xpra.org/beta/CentOS/$releasever/$basearch/
skip_if_unavailable = 1
8 changes: 8 additions & 0 deletions packaging/repos/CentOS/9/xpra.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[xpra]
name=Xpra $releasever - $basearch
enabled=1
metadata_expire=1d
gpgcheck=1
gpgkey=https://xpra.org/gpg.asc
https://xpra.org/gpg-2022.asc
baseurl=https://xpra.org/dists/CentOS/$releasever/$basearch/

0 comments on commit 9802f55

Please sign in to comment.