mirror of
https://git.resf.org/sig_core/wiki.git
synced 2024-11-16 04:21:24 +00:00
Deployed a73156e
with MkDocs version: 1.4.2
This commit is contained in:
parent
a9994ee0c8
commit
a3e92d4d07
2
404.html
2
404.html
@ -345,7 +345,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="/documentation/compose/" class="md-nav__link">
|
<a href="/documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Composing Releases - SIG/Core Wiki</title>
|
<title>Composing and Managing Releases - SIG/Core Wiki</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -104,7 +104,7 @@
|
|||||||
<div class="md-header__topic" data-md-component="header-topic">
|
<div class="md-header__topic" data-md-component="header-topic">
|
||||||
<span class="md-ellipsis">
|
<span class="md-ellipsis">
|
||||||
|
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@ -362,7 +362,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<a href="./" class="md-nav__link md-nav__link--active">
|
<a href="./" class="md-nav__link md-nav__link--active">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@ -666,16 +666,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Composing Releases</h1>
|
<h1>Composing and Managing Releases</h1>
|
||||||
|
|
||||||
<p>This section goes over the process of composing a release.</p>
|
<p>This section goes over the process of composing a release from a bunch of
|
||||||
|
packages to repositories, to images. This section also goes over the basics of
|
||||||
|
working with koji when necessary.</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<div class="md-source-file">
|
<div class="md-source-file">
|
||||||
<small>
|
<small>
|
||||||
|
|
||||||
Last update:
|
Last update:
|
||||||
2022-10-21
|
2023-04-13
|
||||||
|
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
@ -355,7 +355,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../" class="md-nav__link">
|
<a href="../" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../compose/" class="md-nav__link">
|
<a href="../compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -831,6 +831,15 @@ come from upstream. Below lists how to use <code>empanadas</code>, as well as th
|
|||||||
options.</p>
|
options.</p>
|
||||||
<p>Note that for each of these commands, it is fully expected you are running
|
<p>Note that for each of these commands, it is fully expected you are running
|
||||||
<code>poetry run</code> in the root of empanadas.</p>
|
<code>poetry run</code> in the root of empanadas.</p>
|
||||||
|
<div class="highlight"><pre><span></span><code># Syncs all repositoryes for the "9" release
|
||||||
|
% poetry run sync_from_peridot --release 9 --clean-old-packages
|
||||||
|
|
||||||
|
# Syncs only the BaseOS repository without syncing sources
|
||||||
|
% poetry run sync_from_peridot --release 9 --clean-old-packages --repo BaseOS --ignore-source
|
||||||
|
|
||||||
|
# Syncs only AppStream for ppc64le
|
||||||
|
% poetry run sync_from_peridot --release 9 --clean-old-packages --repo AppStream --arch ppc64le
|
||||||
|
</code></pre></div>
|
||||||
<h4>Resources</h4>
|
<h4>Resources</h4>
|
||||||
|
|
||||||
<div class="tabbed-set tabbed-alternate" data-tabs="1:6"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><input id="__tabbed_1_3" name="__tabbed_1" type="radio" /><input id="__tabbed_1_4" name="__tabbed_1" type="radio" /><input id="__tabbed_1_5" name="__tabbed_1" type="radio" /><input id="__tabbed_1_6" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Account Services</label><label for="__tabbed_1_2">Git (RESF Git Service)</label><label for="__tabbed_1_3">Git (Rocky Linux GitHub)</label><label for="__tabbed_1_4">Git (Rocky Linux GitLab)</label><label for="__tabbed_1_5">Mail Lists</label><label for="__tabbed_1_6">Contacts</label></div>
|
<div class="tabbed-set tabbed-alternate" data-tabs="1:6"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><input id="__tabbed_1_3" name="__tabbed_1" type="radio" /><input id="__tabbed_1_4" name="__tabbed_1" type="radio" /><input id="__tabbed_1_5" name="__tabbed_1" type="radio" /><input id="__tabbed_1_6" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Account Services</label><label for="__tabbed_1_2">Git (RESF Git Service)</label><label for="__tabbed_1_3">Git (Rocky Linux GitHub)</label><label for="__tabbed_1_4">Git (Rocky Linux GitLab)</label><label for="__tabbed_1_5">Mail Lists</label><label for="__tabbed_1_6">Contacts</label></div>
|
||||||
@ -929,7 +938,7 @@ options.</p>
|
|||||||
<small>
|
<small>
|
||||||
|
|
||||||
Last update:
|
Last update:
|
||||||
2022-10-20
|
2023-04-13
|
||||||
|
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
@ -409,7 +409,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="compose/" class="md-nav__link">
|
<a href="compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -353,7 +353,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../compose/" class="md-nav__link">
|
<a href="../compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -353,7 +353,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../compose/" class="md-nav__link">
|
<a href="../compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../compose/" class="md-nav__link">
|
<a href="../../compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../compose/" class="md-nav__link">
|
<a href="../../compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../compose/" class="md-nav__link">
|
<a href="../../compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -353,7 +353,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../compose/" class="md-nav__link">
|
<a href="../compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -351,7 +351,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../documentation/compose/" class="md-nav__link">
|
<a href="../../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -423,7 +423,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="documentation/compose/" class="md-nav__link">
|
<a href="documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -359,7 +359,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../documentation/compose/" class="md-nav__link">
|
<a href="../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
42
sitemap.xml
42
sitemap.xml
@ -2,107 +2,107 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/</loc>
|
<loc>https://sig-core.rocky.page/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/members/</loc>
|
<loc>https://sig-core.rocky.page/members/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/what_we_do/</loc>
|
<loc>https://sig-core.rocky.page/what_we_do/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/</loc>
|
<loc>https://sig-core.rocky.page/documentation/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/empanadas/</loc>
|
<loc>https://sig-core.rocky.page/documentation/empanadas/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/peridot/</loc>
|
<loc>https://sig-core.rocky.page/documentation/peridot/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/rebuild/</loc>
|
<loc>https://sig-core.rocky.page/documentation/rebuild/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/compose/</loc>
|
<loc>https://sig-core.rocky.page/documentation/compose/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/compose/koji/</loc>
|
<loc>https://sig-core.rocky.page/documentation/compose/koji/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/references/</loc>
|
<loc>https://sig-core.rocky.page/documentation/references/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/references/empanadas_common/</loc>
|
<loc>https://sig-core.rocky.page/documentation/references/empanadas_common/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/references/empanadas_config/</loc>
|
<loc>https://sig-core.rocky.page/documentation/references/empanadas_config/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/documentation/references/empanadas_sig_config/</loc>
|
<loc>https://sig-core.rocky.page/documentation/references/empanadas_sig_config/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/include/resources_bottom/</loc>
|
<loc>https://sig-core.rocky.page/include/resources_bottom/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/sop/</loc>
|
<loc>https://sig-core.rocky.page/sop/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/sop/sop_compose/</loc>
|
<loc>https://sig-core.rocky.page/sop/sop_compose/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/sop/sop_compose_8/</loc>
|
<loc>https://sig-core.rocky.page/sop/sop_compose_8/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/sop/sop_compose_sig/</loc>
|
<loc>https://sig-core.rocky.page/sop/sop_compose_sig/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/sop/sop_mirrormanager2/</loc>
|
<loc>https://sig-core.rocky.page/sop/sop_mirrormanager2/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/sop/sop_release/</loc>
|
<loc>https://sig-core.rocky.page/sop/sop_release/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://sig-core.rocky.page/sop/sop_upstream_prep_checklist/</loc>
|
<loc>https://sig-core.rocky.page/sop/sop_upstream_prep_checklist/</loc>
|
||||||
<lastmod>2023-04-13</lastmod>
|
<lastmod>2023-04-14</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
@ -351,7 +351,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../documentation/compose/" class="md-nav__link">
|
<a href="../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../documentation/compose/" class="md-nav__link">
|
<a href="../../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../documentation/compose/" class="md-nav__link">
|
<a href="../../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../documentation/compose/" class="md-nav__link">
|
<a href="../../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -354,7 +354,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../documentation/compose/" class="md-nav__link">
|
<a href="../../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../documentation/compose/" class="md-nav__link">
|
<a href="../../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../../documentation/compose/" class="md-nav__link">
|
<a href="../../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -359,7 +359,7 @@
|
|||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="../documentation/compose/" class="md-nav__link">
|
<a href="../documentation/compose/" class="md-nav__link">
|
||||||
Composing Releases
|
Composing and Managing Releases
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user