[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-351-g0d22696
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-05-13 16:32:13
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 0d22696d93e934c40dbdac1368d6eb546ce0f0d7 (commit)
via a899d947faa30fba41e3a141907d4d42caf98253 (commit)
via c62a845b57369c7ad08c517ac0ff27cb25542318 (commit)
from 16a427b63a7e30d782efb98347ee226df25f7fc0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0d22696d93e934c40dbdac1368d6eb546ce0f0d7
Author: Jaume Figeras <jau...@up...>
Date: Thu May 13 18:31:31 2010 +0200
[BUILDROOT] Add spanish keymap
commit a899d947faa30fba41e3a141907d4d42caf98253
Merge: c62a845b57369c7ad08c517ac0ff27cb25542318 16a427b63a7e30d782efb98347ee226df25f7fc0
Author: Julien Boibessot <jul...@ar...>
Date: Thu May 13 18:24:17 2010 +0200
Merge branch 'master' of ssh://artemys@armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit c62a845b57369c7ad08c517ac0ff27cb25542318
Author: Julien Boibessot <jul...@ar...>
Date: Wed May 12 16:39:58 2010 +0200
[TEST] Improve media_perf.sh
-----------------------------------------------------------------------
Summary of changes:
.../rootfs/target_skeleton/etc/i18n/es_CA.kmap | Bin 0 -> 2823 bytes
target/test/mmc/media_perf.sh | 3 ++-
2 files changed, 2 insertions(+), 1 deletions(-)
create mode 100644 buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/es_CA.kmap
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/es_CA.kmap b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/es_CA.kmap
new file mode 100644
index 0000000..0977051
Binary files /dev/null and b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/es_CA.kmap differ
diff --git a/target/test/mmc/media_perf.sh b/target/test/mmc/media_perf.sh
index cedcc4e..4d9abaf 100755
--- a/target/test/mmc/media_perf.sh
+++ b/target/test/mmc/media_perf.sh
@@ -133,7 +133,7 @@ if [ "$2" != "" ]; then
fi
if [ ! -b $MMC_DEVICE ] && [ ! -b $USB_DEVICE ]; then
- echo -n "Please insert your MMC/SD/microSD/USB key"
+ echo -n "Please insert your storage device: MMC/SD/microSD or USB key"
it=0
while [ ! -b $MMC_DEVICE ] && [ ! -b $USB_DEVICE ] && [ $it -le 20 ]; do
it=$((it+1))
@@ -229,5 +229,6 @@ echo "Integrity test successful !"
rm -rf $TEMP_DIR
rm $MOUNT_DIR/*.rnd
+umount $MOUNT_DIR
exit 0
hooks/post-receive
--
armadeus
|