Skip to content

Commit b9d392e

Browse files
committed
add TurboVNC repos
1 parent a51dc97 commit b9d392e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ rpm_package_repos:
688688
url: https://mirrors.fedoraproject.org/metalink?repo=epel-cisco-openh264-9&arch=x86_64
689689
base_path: epel-cisco-openh264/9/Everything/x86_64/
690690
short_name: epel_cisco_openh264_9
691+
sync_group: epel
691692
distribution_name: extra-packages-for-enterprise-linux-9-cisco-openh264-x86_64-
692693

693694
# ELRepo 9 repository
@@ -942,6 +943,21 @@ rpm_package_repos:
942943
sync_group: third_party
943944
distribution_name: ondemand-web-el9-
944945

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

0 commit comments

Comments
 (0)