To make convert32.sh and convert64.sh can be run on gbs build, git
command is removed from those scripts.
(Since gbs build runs on a sandbox environment, there is no need to use
git command to restore or something)
Change-Id: I2b253b42bd386673086e35d674160a89260e6a0a
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
#/bin/bash
# xml Converter
-git checkout ./rs_resource ./rs_resource_invisible
find ./ \( -name "*-rs.xml" ! -iname "setup-rs.xml" \) \
-exec xmlstarlet ed -L -u //rootstrap/emulator/rpm/@arch -v "i686" {} \; \
-exec xmlstarlet ed -L -u //rootstrap/target/rpm/@arch -v "armv7l" {} \; \
#/bin/bash
# xml Converter
-git checkout ./rs_resource ./rs_resource_invisible
find ./ \( -name "*-rs.xml" ! -iname "setup-rs.xml" \) \
-exec xmlstarlet ed -L -u //rootstrap/emulator/rpm/@arch -v "x86_64" {} \; \
-exec xmlstarlet ed -L -u //rootstrap/target/rpm/@arch -v "aarch64" {} \; \