From 2a9d7a01d6d987acf84812ad0adba7d1ec878701 Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Mon, 6 Jul 2026 13:37:16 +0200 Subject: [PATCH 1/6] Optimize abstracts --- .../con_managing-flatpak-repositories-in-project.adoc | 3 +-- .../modules/proc_creating-a-flatpak-remote-by-using-cli.adoc | 2 +- .../proc_creating-a-flatpak-remote-by-using-web-ui.adoc | 2 +- ...latpak-repositories-to-project-products-by-using-cli.adoc | 2 +- ...pak-repositories-to-project-products-by-using-web-ui.adoc | 2 +- .../modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc | 5 ++--- .../proc_scanning-a-flatpak-remote-by-using-web-ui.adoc | 5 ++--- .../proc_viewing-flatpak-remote-details-by-using-cli.adoc | 2 +- .../proc_viewing-flatpak-remote-details-by-using-web-ui.adoc | 2 +- 9 files changed, 11 insertions(+), 14 deletions(-) diff --git a/guides/common/modules/con_managing-flatpak-repositories-in-project.adoc b/guides/common/modules/con_managing-flatpak-repositories-in-project.adoc index 0c3e33ee095..eb35a770826 100644 --- a/guides/common/modules/con_managing-flatpak-repositories-in-project.adoc +++ b/guides/common/modules/con_managing-flatpak-repositories-in-project.adoc @@ -4,8 +4,7 @@ = Managing Flatpak repositories in {Project} [role="_abstract"] -Flatpak allows users to install, manage, and run portable applications, primarily for desktop environments. -In {Project}, you can integrate Flatpak remotes and synchronize Flatpak repositories into products to manage application content centrally. +Flatpak remotes in {Project} connect to external application indexes so you can scan available repositories, mirror them into products, and distribute desktop application content to hosts. Flatpak repositories function similarly to other content repositories in {Project}. You can synchronize, manage access permissions, and assign repositories to specific lifecycle environments to control which applications are available to hosts. diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc index 9b48f3c11c1..3f66392566b 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using Hammer CLI [role="_abstract"] -You can create a Flatpak remote to access and manage Flatpak repositories by using Hammer CLI. +Register an external Flatpak index using Hammer CLI as the first step toward scanning it and mirroring selected repositories into your products for host distribution. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission. diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc index df43c9c924e..8edda677b94 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using {ProjectWebUI} [role="_abstract"] -You can create a Flatpak remote to access and manage Flatpak repositories in {ProjectWebUI}. +Register an external Flatpak index in {ProjectWebUI} as the first step toward scanning it and mirroring selected repositories into your products for host distribution. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission. diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc index 30aa0e07b04..a001e702c0f 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc @@ -4,7 +4,7 @@ = Mirroring remote Flatpak repositories to {Project} products by using Hammer CLI [role="_abstract"] -You can mirror a Flatpak repository from a Flatpak remote into an existing product in {Project} to make it available for content management and distribution. +Mirror a Flatpak repository from a scanned remote into an existing product using Hammer CLI so you can synchronize it and publish application content to hosts through content views. This action creates a new repository inside the product you selected. You can now synchronize the repository to pull down its content. diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc index 0b8990f893e..100a07ec22e 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Mirroring remote Flatpak repositories to {Project} products by using {ProjectWebUI} [role="_abstract"] -You can mirror a Flatpak repository from a Flatpak remote into an existing product in {Project} to make it available for content management and distribution. +Mirror a Flatpak repository from a scanned remote into an existing product in {ProjectWebUI} so you can synchronize it and publish application content to hosts through content views. This action creates a new repository inside the product you selected. You can now synchronize the repository to pull down its content. diff --git a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc index fc864e03161..303c99b1720 100644 --- a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc +++ b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc @@ -4,9 +4,8 @@ = Scanning a Flatpak remote by using Hammer CLI [role="_abstract"] -You can scan a Flatpak remote to fetch metadata about the repositories it provides. -Scanning a Flatpak remote creates remote repository artifacts for the repositories hosted by the Flatpak remote. -If new repositories are added to the Flatpak remote, scan it again to pull in the changes. +Scan a Flatpak remote using Hammer CLI to discover the repositories its index hosts before you mirror them into products. +Rescan the remote when new repositories are added. .Prerequisites * Your {Project} account has a role that grants the `view_flatpak_remotes` and `edit_flatpak_remotes` permissions. diff --git a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc index 5f87961800d..ff2fbe5717e 100644 --- a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc +++ b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc @@ -4,9 +4,8 @@ = Scanning a Flatpak remote by using {ProjectWebUI} [role="_abstract"] -You can scan a Flatpak remote to fetch metadata about the repositories it provides. -Scanning a Flatpak remote creates remote repository artifacts for the repositories hosted by the Flatpak remote. -If new repositories are added to the Flatpak remote, scan it again to pull in the changes. +Scan a Flatpak remote in {ProjectWebUI} to discover the repositories its index hosts before you mirror them into products. +Rescan the remote when new repositories are added. .Prerequisites * Your {Project} account has a role that grants the `view_flatpak_remotes` and `edit_flatpak_remotes` permissions. diff --git a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc index 5807c1f6981..3d81f66def5 100644 --- a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc +++ b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc @@ -4,7 +4,7 @@ = Viewing Flatpak remote details by using Hammer CLI [role="_abstract"] -You can view a list of the repositories a scanned Flatpak remote provides. +Review the repositories a scanned Flatpak remote provides using Hammer CLI to decide which ones to mirror into your products. .Prerequisites * Your {Project} account has a role that grants the `view_flatpak_remotes` permission. diff --git a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc index 17e47c300f7..6fceaabe27e 100644 --- a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc +++ b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Viewing Flatpak remote details by using {ProjectWebUI} [role="_abstract"] -You can view a list of the repositories a scanned Flatpak remote provides. +Review the repositories a scanned Flatpak remote provides in {ProjectWebUI} to decide which ones to mirror into your products. .Prerequisites * Your {Project} account has a role that grants the `view_flatpak_remotes` permission. From 48f1b16bd65de5b57b29169c5b4bf9b17fe4e9c7 Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Mon, 6 Jul 2026 13:38:44 +0200 Subject: [PATCH 2/6] Optimize prerequisites --- ...latpak-repositories-to-project-products-by-using-cli.adoc | 5 +++-- ...pak-repositories-to-project-products-by-using-web-ui.adoc | 5 +++-- .../modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc | 1 + .../proc_scanning-a-flatpak-remote-by-using-web-ui.adoc | 1 + .../proc_viewing-flatpak-remote-details-by-using-cli.adoc | 1 + .../proc_viewing-flatpak-remote-details-by-using-web-ui.adoc | 1 + 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc index a001e702c0f..e1489dc0cd7 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc @@ -16,12 +16,13 @@ To make the {EL} 10 Mozilla Firefox Flatpak available to a host, ensure that the endif::[] .Prerequisites +* The Flatpak remote has been scanned. * Your {Project} account has a role that grants the `view_flatpak_remotes` and `edit_flatpak_remotes` permissions. -* Ensure that Flatpak runtime repositories are available to hosts alongside application repositories. +* You have created a {customproduct} on {Project}. +* Flatpak runtime repositories are available to hosts alongside application repositories. ifdef::katello,satellite,almalinux,oracle_linux,red_hat_enterprise_linux,rocky_linux[] Flatpak applications, such as `rhel9/firefox-flatpak`, depend on the runtime for installation. endif::[] -* You have created a {customproduct} on {Project}. .Procedure * Mirror a Flatpak repository into your product: diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc index 100a07ec22e..c0fadde2959 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc @@ -16,12 +16,13 @@ To make the {EL} 10 Mozilla Firefox Flatpak available to a host, ensure that the endif::[] .Prerequisites +* The Flatpak remote has been scanned. * Your {Project} account has a role that grants the `view_flatpak_remotes` and `edit_flatpak_remotes` permissions. -* Ensure that Flatpak runtime repositories are available to hosts alongside application repositories. +* You have created a {customproduct} on {Project}. +* Flatpak runtime repositories are available to hosts alongside application repositories. ifdef::katello,satellite,almalinux,oracle_linux,red_hat_enterprise_linux,rocky_linux[] Flatpak applications, such as `rhel9/firefox-flatpak`, depend on the runtime for installation. endif::[] -* You have created a {customproduct} on {Project}. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Flatpak Remotes*. diff --git a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc index 303c99b1720..c515497b77a 100644 --- a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc +++ b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc @@ -8,6 +8,7 @@ Scan a Flatpak remote using Hammer CLI to discover the repositories its index ho Rescan the remote when new repositories are added. .Prerequisites +* A Flatpak remote exists in {Project}. * Your {Project} account has a role that grants the `view_flatpak_remotes` and `edit_flatpak_remotes` permissions. .Procedure diff --git a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc index ff2fbe5717e..930b54b36bf 100644 --- a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc +++ b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc @@ -8,6 +8,7 @@ Scan a Flatpak remote in {ProjectWebUI} to discover the repositories its index h Rescan the remote when new repositories are added. .Prerequisites +* A Flatpak remote exists in {Project}. * Your {Project} account has a role that grants the `view_flatpak_remotes` and `edit_flatpak_remotes` permissions. .Procedure diff --git a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc index 3d81f66def5..da2568a9814 100644 --- a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc +++ b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc @@ -7,6 +7,7 @@ Review the repositories a scanned Flatpak remote provides using Hammer CLI to decide which ones to mirror into your products. .Prerequisites +* The Flatpak remote has been scanned. * Your {Project} account has a role that grants the `view_flatpak_remotes` permission. .Procedure diff --git a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc index 6fceaabe27e..34d9e8939dc 100644 --- a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc +++ b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc @@ -7,6 +7,7 @@ Review the repositories a scanned Flatpak remote provides in {ProjectWebUI} to decide which ones to mirror into your products. .Prerequisites +* The Flatpak remote has been scanned. * Your {Project} account has a role that grants the `view_flatpak_remotes` permission. .Procedure From d02a2254f871b87fe0b3545e810b549b22b85074 Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Mon, 6 Jul 2026 13:47:55 +0200 Subject: [PATCH 3/6] Drop interfaces from abstracts --- .../modules/proc_creating-a-flatpak-remote-by-using-cli.adoc | 2 +- .../modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc | 2 +- ...e-flatpak-repositories-to-project-products-by-using-cli.adoc | 2 +- ...latpak-repositories-to-project-products-by-using-web-ui.adoc | 2 +- .../modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc | 2 +- .../modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc | 2 +- .../proc_viewing-flatpak-remote-details-by-using-cli.adoc | 2 +- .../proc_viewing-flatpak-remote-details-by-using-web-ui.adoc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc index 3f66392566b..f5d6448a0d0 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using Hammer CLI [role="_abstract"] -Register an external Flatpak index using Hammer CLI as the first step toward scanning it and mirroring selected repositories into your products for host distribution. +Register an external Flatpak index as the first step toward scanning it and mirroring selected repositories into your products for host distribution. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission. diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc index 8edda677b94..ff84eddc588 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using {ProjectWebUI} [role="_abstract"] -Register an external Flatpak index in {ProjectWebUI} as the first step toward scanning it and mirroring selected repositories into your products for host distribution. +Register an external Flatpak index as the first step toward scanning it and mirroring selected repositories into your products for host distribution. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission. diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc index e1489dc0cd7..7ae25f4a5a6 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc @@ -4,7 +4,7 @@ = Mirroring remote Flatpak repositories to {Project} products by using Hammer CLI [role="_abstract"] -Mirror a Flatpak repository from a scanned remote into an existing product using Hammer CLI so you can synchronize it and publish application content to hosts through content views. +Mirror a Flatpak repository from a scanned remote into an existing product so you can synchronize it and publish application content to hosts through content views. This action creates a new repository inside the product you selected. You can now synchronize the repository to pull down its content. diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc index c0fadde2959..665b614ee31 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Mirroring remote Flatpak repositories to {Project} products by using {ProjectWebUI} [role="_abstract"] -Mirror a Flatpak repository from a scanned remote into an existing product in {ProjectWebUI} so you can synchronize it and publish application content to hosts through content views. +Mirror a Flatpak repository from a scanned remote into an existing product so you can synchronize it and publish application content to hosts through content views. This action creates a new repository inside the product you selected. You can now synchronize the repository to pull down its content. diff --git a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc index c515497b77a..8dc857fb301 100644 --- a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc +++ b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-cli.adoc @@ -4,7 +4,7 @@ = Scanning a Flatpak remote by using Hammer CLI [role="_abstract"] -Scan a Flatpak remote using Hammer CLI to discover the repositories its index hosts before you mirror them into products. +Scan a Flatpak remote to discover the repositories its index hosts before you mirror them into products. Rescan the remote when new repositories are added. .Prerequisites diff --git a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc index 930b54b36bf..44dd05a0962 100644 --- a/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc +++ b/guides/common/modules/proc_scanning-a-flatpak-remote-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Scanning a Flatpak remote by using {ProjectWebUI} [role="_abstract"] -Scan a Flatpak remote in {ProjectWebUI} to discover the repositories its index hosts before you mirror them into products. +Scan a Flatpak remote to discover the repositories its index hosts before you mirror them into products. Rescan the remote when new repositories are added. .Prerequisites diff --git a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc index da2568a9814..327469ad58f 100644 --- a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc +++ b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-cli.adoc @@ -4,7 +4,7 @@ = Viewing Flatpak remote details by using Hammer CLI [role="_abstract"] -Review the repositories a scanned Flatpak remote provides using Hammer CLI to decide which ones to mirror into your products. +Review the repositories a scanned Flatpak remote provides to decide which ones to mirror into your products. .Prerequisites * The Flatpak remote has been scanned. diff --git a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc index 34d9e8939dc..43073aba726 100644 --- a/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc +++ b/guides/common/modules/proc_viewing-flatpak-remote-details-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Viewing Flatpak remote details by using {ProjectWebUI} [role="_abstract"] -Review the repositories a scanned Flatpak remote provides in {ProjectWebUI} to decide which ones to mirror into your products. +Review the repositories a scanned Flatpak remote provides to decide which ones to mirror into your products. .Prerequisites * The Flatpak remote has been scanned. From 62eda600bfdb92f64445545d7211a63e28105925 Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Wed, 8 Jul 2026 13:31:56 +0200 Subject: [PATCH 4/6] Fine tune abstracts --- .../modules/proc_creating-a-flatpak-remote-by-using-cli.adoc | 2 +- .../modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc index f5d6448a0d0..a34bf49bcc5 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using Hammer CLI [role="_abstract"] -Register an external Flatpak index as the first step toward scanning it and mirroring selected repositories into your products for host distribution. +Add a Flatpak remote to your {Project} inventory to scan it and mirror selected repositories into your products for host distribution. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission. diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc index ff84eddc588..a76d41cd598 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using {ProjectWebUI} [role="_abstract"] -Register an external Flatpak index as the first step toward scanning it and mirroring selected repositories into your products for host distribution. +Add a Flatpak remote to your {Project} inventory to scan it and mirror selected repositories into your products for host distribution. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission. From cf46716ce55cf330024df5510d67deb8ae4015a8 Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Wed, 8 Jul 2026 13:32:05 +0200 Subject: [PATCH 5/6] Add next steps --- ...-flatpak-repositories-to-project-products-by-using-cli.adoc | 3 +++ ...atpak-repositories-to-project-products-by-using-web-ui.adoc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc index 7ae25f4a5a6..3d8b7e08c33 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-cli.adoc @@ -34,3 +34,6 @@ $ hammer flatpak-remote remote-repository mirror \ --id _My_Flatpak_Repository_ID_ \ --product-id _My_Product_ID_ ---- + +.Next steps +* xref:synchronizing-repositories-ad-hoc[] diff --git a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc index 665b614ee31..9339b904efb 100644 --- a/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc +++ b/guides/common/modules/proc_mirroring-remote-flatpak-repositories-to-project-products-by-using-web-ui.adoc @@ -31,3 +31,6 @@ endif::[] . Select the *Mirror Action* menu on the row of the repository. . In the *Mirror* window, select the existing product where you want to create the new repository. . Click *Mirror*. + +.Next steps +* xref:synchronizing-repositories-ad-hoc[] From 5c08032c65db322913c7c2c5012d93ac9969b474 Mon Sep 17 00:00:00 2001 From: Lena Ansorge Date: Wed, 8 Jul 2026 17:04:20 +0200 Subject: [PATCH 6/6] Apply suggestions from review Co-authored-by: Lena Ansorge --- .../modules/proc_creating-a-flatpak-remote-by-using-cli.adoc | 2 +- .../modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc index a34bf49bcc5..029cec3fcf3 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using Hammer CLI [role="_abstract"] -Add a Flatpak remote to your {Project} inventory to scan it and mirror selected repositories into your products for host distribution. +Add a Flatpak remote to your {Project} inventory to scan it, mirror selected repositories into your products, and distribute desktop application content to hosts. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission. diff --git a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc index a76d41cd598..26e142cda17 100644 --- a/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-flatpak-remote-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a Flatpak remote by using {ProjectWebUI} [role="_abstract"] -Add a Flatpak remote to your {Project} inventory to scan it and mirror selected repositories into your products for host distribution. +Add a Flatpak remote to your {Project} inventory to scan it, mirror selected repositories into your products, and distribute desktop application content to hosts. .Prerequisites * Your {Project} account has a role that grants the `create_flatpak_remotes` permission.