Skip to content

Commit

Permalink
Calling rpmcopy_secondstage all now uses unique IDs
Browse files Browse the repository at this point in the history
- This solves issue with some steps being disabled because their names
  were not unique (bnc#813072)
- SLES control file
  • Loading branch information
kobliha committed May 27, 2013
1 parent 672d9da commit a416dd2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions control/control.SLES.xml
Expand Up @@ -1146,7 +1146,8 @@ Choose the one that matches your server the best.</label></scenarios_text>
<modules config:type="list">
<module>
<label>Perform Update</label>
<name>rpmcopy_secondstage</name>
<name>rpmcopy_secondstage_update</name>
<execute>inst_rpmcopy_secondstage</execute>
</module>
<module>
<heading>yes</heading>
Expand Down Expand Up @@ -1580,7 +1581,8 @@ Choose the one that matches your server the best.</label></scenarios_text>
</module>
<module>
<label>Perform Installation</label>
<name>rpmcopy_secondstage</name>
<name>rpmcopy_secondstage_autoinstall</name>
<execute>inst_rpmcopy_secondstage</execute>
</module>
<module>
<heading>yes</heading>
Expand Down Expand Up @@ -1612,7 +1614,8 @@ Choose the one that matches your server the best.</label></scenarios_text>
</module>
<module>
<label>Perform Update</label>
<name>rpmcopy_secondstage</name>
<name>rpmcopy_secondstage_autoupgrade</name>
<execute>inst_rpmcopy_secondstage</execute>
</module>
<module>
<heading>yes</heading>
Expand Down

0 comments on commit a416dd2

Please sign in to comment.