You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Populate optional comps.xml unit fields [RHELDST-25995]
When pushing comps.xml files, if a unit already exists in Pulp, fields
that have been removed from the comps.xml did not get overwritten. This
resulted in unexpected older data being published from Pulp.
This change extends the comps.xml parsing by giving an option to fill in
all fields in comp unit classes from pulp-rpm. When the data is uploaded
into pulp this will overwrite old unwanted data.
"description": "This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware.",
167
+
"translated_description": {
168
+
"sr": "Ова група је скуп графичких системских административних алатки, нпр. за управљање корисничким налозима и подешавање хардвера у систему.",
169
+
"sr@Latn": "Ova grupa je skup grafičkih sistemskih administrativnih alatki, npr. za upravljanje korisničkim nalozima i podešavanje hardvera u sistemu."},
This was originally copied from sample-comps.xml, but trimmed down to
10
+
test field population
11
+
-->
12
+
13
+
<comps>
14
+
15
+
16
+
<group>
17
+
<id>3d-printing</id>
18
+
<name>3D Printing</name>
19
+
<namexml:lang="af">3D-drukwerk</name>
20
+
<namexml:lang="bg">3D Печатане</name>
21
+
<uservisible>true</uservisible>
22
+
</group>
23
+
<group>
24
+
<id>admin-tools</id>
25
+
<name>Administration Tools</name>
26
+
<namexml:lang="af">Administrasienutsgoed</name>
27
+
<namexml:lang="am">የአስተዳደሩ መሣሪያዎች</name>
28
+
<description>This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware.</description>
29
+
<descriptionxml:lang="sr">Ова група је скуп графичких системских административних алатки, нпр. за управљање корисничким налозима и подешавање хардвера у систему.</description>
30
+
<descriptionxml:lang="sr@Latn">Ova grupa je skup grafičkih sistemskih administrativnih alatki, npr. za upravljanje korisničkim nalozima i podešavanje hardvera u sistemu.</description>
<descriptionxml:lang="ast">Un entornu d'escritoriu llixeru que furrula bien en máquines pequeñes.</description>
56
+
<display_order>15</display_order>
57
+
<grouplist>
58
+
<groupid>xfce-apps</groupid>
59
+
<groupid>xfce-desktop</groupid>
60
+
</grouplist>
61
+
</category>
62
+
63
+
64
+
<environment>
65
+
<id>basic-desktop-environment</id>
66
+
<name>Basic Desktop</name>
67
+
<description>X Window System with a choice of window manager.</description>
68
+
<descriptionxml:lang="af">X Window-stelsel met ’n keuse van vensterbestuurder.</description>
69
+
<descriptionxml:lang="bg">X Window система с избор на мениджър на прозорци.</description>
70
+
<display_order><!-- tweaked: try empty display order --></display_order>
71
+
<grouplist>
72
+
<groupid>networkmanager-submodules</groupid>
73
+
<groupid>standard</groupid>
74
+
</grouplist>
75
+
</environment>
76
+
<environment>
77
+
<id>cinnamon-desktop-environment</id>
78
+
<name>Cinnamon Desktop</name>
79
+
<namexml:lang="en_GB">Cinnamon Desktop</name>
80
+
<namexml:lang="fr">Bureau Cinnamon</name>
81
+
<descriptionxml:lang="ca">Cinnamon proporciona un escriptori amb un disseny tradicional, funcionalitats avançades, facilitat d'ús, potent i flexible.</description>
82
+
<descriptionxml:lang="es">Cinnamon proporciona un entorno de escritorio tradicional, con características avanzadas, fácil de usar, potente y flexible.</description>
0 commit comments