From e4176fdcf5995736c471fa3b0401b570510091ef Mon Sep 17 00:00:00 2001 From: Max Lin Date: Thu, 21 May 2015 19:46:43 +0800 Subject: [PATCH 1/2] Should has previous ring with in order to get proper solv file --- create_test_dvds.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/create_test_dvds.sh b/create_test_dvds.sh index 77805c16..9d2d4fcb 100755 --- a/create_test_dvds.sh +++ b/create_test_dvds.sh @@ -27,8 +27,11 @@ else elif [ "$arg" = "has_ring_0" ]; then has_ring_0='yes' elif [ "$arg" = "has_ring_1" ]; then + has_ring_0='yes' has_ring_1='yes' elif [ "$arg" = "has_ring_2" ]; then + has_ring_0='yes' + has_ring_1='yes' has_ring_2='yes' elif [ "$arg" = "has_staging" ]; then has_staging='yes' From 75722231056f371e201135b1369b3e0f8ef17604 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Thu, 21 May 2015 21:30:03 +0800 Subject: [PATCH 2/2] add an output at beginning --- create_test_dvds.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create_test_dvds.sh b/create_test_dvds.sh index 9d2d4fcb..372abac2 100755 --- a/create_test_dvds.sh +++ b/create_test_dvds.sh @@ -115,6 +115,7 @@ function sync_prj() { } function start_creating() { + echo "Start checking $target $arch" for target in "$targets"; do # Rings part if [ "$has_ring_0" = "yes" ]; then