Shahar Havivi has uploaded a new change for review. Change subject: engine: sysprep MachineObjectOU fix closing xml tag ......................................................................
engine: sysprep MachineObjectOU fix closing xml tag Change-Id: I76c14e104db8890ef1973dec9d64a3def30e1204 Signed-off-by: Shahar Havivi <[email protected]> --- M packaging/conf/sysprep/sysprep.2k12x64 M packaging/conf/sysprep/sysprep.2k8 M packaging/conf/sysprep/sysprep.2k8x64 M packaging/conf/sysprep/sysprep.w7 M packaging/conf/sysprep/sysprep.w7x64 M packaging/conf/sysprep/sysprep.w8 M packaging/conf/sysprep/sysprep.w8x64 7 files changed, 7 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/43/30143/1 diff --git a/packaging/conf/sysprep/sysprep.2k12x64 b/packaging/conf/sysprep/sysprep.2k12x64 index 9137987..ca4c710 100644 --- a/packaging/conf/sysprep/sysprep.2k12x64 +++ b/packaging/conf/sysprep/sysprep.2k12x64 @@ -15,7 +15,7 @@ </Credentials> <DebugJoin>true</DebugJoin> <JoinDomain>$JoinDomain$</JoinDomain> - <MachineObjectOU>$MachineObjectOU$<MachineObjectOU> + <MachineObjectOU>$MachineObjectOU$</MachineObjectOU> </Identification> </component> </settings> diff --git a/packaging/conf/sysprep/sysprep.2k8 b/packaging/conf/sysprep/sysprep.2k8 index e13f27c..051543b 100644 --- a/packaging/conf/sysprep/sysprep.2k8 +++ b/packaging/conf/sysprep/sysprep.2k8 @@ -15,7 +15,7 @@ </Credentials> <DebugJoin>true</DebugJoin> <JoinDomain>$JoinDomain$</JoinDomain> - <MachineObjectOU>$MachineObjectOU$<MachineObjectOU> + <MachineObjectOU>$MachineObjectOU$</MachineObjectOU> </Identification> </component> </settings> diff --git a/packaging/conf/sysprep/sysprep.2k8x64 b/packaging/conf/sysprep/sysprep.2k8x64 index d716269..cff0260 100644 --- a/packaging/conf/sysprep/sysprep.2k8x64 +++ b/packaging/conf/sysprep/sysprep.2k8x64 @@ -13,7 +13,7 @@ </Credentials> <JoinDomain>$JoinDomain$</JoinDomain> <DebugJoin>true</DebugJoin> - <MachineObjectOU>$MachineObjectOU$<MachineObjectOU> + <MachineObjectOU>$MachineObjectOU$</MachineObjectOU> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> diff --git a/packaging/conf/sysprep/sysprep.w7 b/packaging/conf/sysprep/sysprep.w7 index 5243f5c..4e4c1e7 100644 --- a/packaging/conf/sysprep/sysprep.w7 +++ b/packaging/conf/sysprep/sysprep.w7 @@ -35,7 +35,7 @@ <Username>$DomainAdmin$</Username> </Credentials> <JoinDomain>$JoinDomain$</JoinDomain> - <MachineObjectOU>$MachineObjectOU$<MachineObjectOU> + <MachineObjectOU>$MachineObjectOU$</MachineObjectOU> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> diff --git a/packaging/conf/sysprep/sysprep.w7x64 b/packaging/conf/sysprep/sysprep.w7x64 index 3b7b37c..1361a27 100644 --- a/packaging/conf/sysprep/sysprep.w7x64 +++ b/packaging/conf/sysprep/sysprep.w7x64 @@ -52,7 +52,7 @@ <Username>$DomainAdmin$</Username> </Credentials> <JoinDomain>$JoinDomain$</JoinDomain> - <MachineObjectOU>$MachineObjectOU$<MachineObjectOU> + <MachineObjectOU>$MachineObjectOU$</MachineObjectOU> </Identification> </component> </settings> diff --git a/packaging/conf/sysprep/sysprep.w8 b/packaging/conf/sysprep/sysprep.w8 index ed0f765..941e7ea 100644 --- a/packaging/conf/sysprep/sysprep.w8 +++ b/packaging/conf/sysprep/sysprep.w8 @@ -35,7 +35,7 @@ <Username>$DomainAdmin$</Username> </Credentials> <JoinDomain>$JoinDomain$</JoinDomain> - <MachineObjectOU>$MachineObjectOU$<MachineObjectOU> + <MachineObjectOU>$MachineObjectOU$</MachineObjectOU> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> diff --git a/packaging/conf/sysprep/sysprep.w8x64 b/packaging/conf/sysprep/sysprep.w8x64 index ef2684f..b7b0fb3 100644 --- a/packaging/conf/sysprep/sysprep.w8x64 +++ b/packaging/conf/sysprep/sysprep.w8x64 @@ -52,7 +52,7 @@ <Username>$DomainAdmin$</Username> </Credentials> <JoinDomain>$JoinDomain$</JoinDomain> - <MachineObjectOU>$MachineObjectOU$<MachineObjectOU> + <MachineObjectOU>$MachineObjectOU$</MachineObjectOU> </Identification> </component> </settings> -- To view, visit http://gerrit.ovirt.org/30143 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I76c14e104db8890ef1973dec9d64a3def30e1204 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
