aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-05 20:33:09 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-05 20:33:09 +0200
commitbc92a3545e837b66eeb21433ec2a8d8e33e3acba (patch)
treeefc2f8f437e0805c8ea0da41522638617cf3da96
parent97b6fc723632bd803784e7c799b75dcf043fc8e0 (diff)
Provide another example usage, for creating production uniseed.
-rwxr-xr-xutils/seeded-builds/seed-create1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/seeded-builds/seed-create b/utils/seeded-builds/seed-create
index 95abda2..afed1d0 100755
--- a/utils/seeded-builds/seed-create
+++ b/utils/seeded-builds/seed-create
@@ -3,6 +3,7 @@
if [ "$1" == "" -o "$1" == "--help" ]; then
echo "Usage: $0 <seed-base-name> <repo-init-manifest-params>"
echo "Example: $0 panda-seed -u git://android.git.linaro.org/platform/manifest.git -b linaro_android_2.3.5 -m LEB-panda.xml"
+ echo "Example: $0 uniseed -u git://git.linaro.org/people/pfalcon/android/platform/manifest.git -b linaro_android_4.2.1-uniseed -m uniseed.xml"
exit
fi