Skip to content

Commit f347e5a

Browse files
committed
add TurboVNC repos
1 parent a51dc97 commit f347e5a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,21 @@ rpm_package_repos:
942942
sync_group: third_party
943943
distribution_name: ondemand-web-el9-
944944

945+
# Non-distro-specific RPMs
946+
# TurboVNC
947+
- name: TurboVNC
948+
url: https://packagecloud.io/dcommander/turbovnc/rpm_any/rpm_any/x86_64
949+
base_path: turbovnc/x86_64/
950+
short_name: turbovnc
951+
sync_group: third_party
952+
distribution_name: turbovnc-
953+
- name: TurboVNC - source
954+
url: https://packagecloud.io/dcommander/turbovnc/rpm_any/rpm_any/SRPMS
955+
base_path: turbovnc/srpms/
956+
short_name: turbovnc-source
957+
sync_group: third_party
958+
distribution_name: turbovnc-source-
959+
945960
# Default filter string for RPM package repositories.
946961
rpm_package_repo_filter: ""
947962

0 commit comments

Comments
 (0)