Skip to content

Commit

Permalink
Add jetapps-* to the list of vetted repos
Browse files Browse the repository at this point in the history
Case RE-542: In RE-420, we updated the Repository blocker to check for
packages installed from repositories that are no longer enabled.  This
resulted in jetapps support being broken since the jetapps repositories
were not in the list of vetted repositories.  This change reinstates
jetapps support.

Changelog:  Add jetapps-* to the list of vetted repos
  • Loading branch information
cPholloway committed Jul 11, 2024
1 parent a1e1720 commit 0ebf8e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elevate-cpanel
Original file line number Diff line number Diff line change
Expand Up @@ -5723,6 +5723,8 @@ EOS
'imunify360-ea-php-hardened',
qr/^imunify360-rollout-[0-9]+$/,
'influxdb',
'jetapps',
qr/^jetapps-(?:stable|beta|edge)$/,
'kernelcare',
'updates',
qr/^wp-toolkit-(?:cpanel|thirdparties)$/,
Expand Down
2 changes: 2 additions & 0 deletions lib/Elevate/OS/RHEL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ use constant vetted_yum_repo => (
'imunify360-ea-php-hardened',
qr/^imunify360-rollout-[0-9]+$/,
'influxdb',
'jetapps',
qr/^jetapps-(?:stable|beta|edge)$/,
'kernelcare',
'updates',
qr/^wp-toolkit-(?:cpanel|thirdparties)$/,
Expand Down

0 comments on commit 0ebf8e0

Please sign in to comment.