[TINF-1190] Adjust package group and post script 08/55408/2 accepted/tizen/tv/20151224.002952 submit/tizen/20151223.235310
authorJoonsub Lee <joon-sub.lee@samsung.com>
Wed, 23 Dec 2015 11:20:24 +0000 (20:20 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Wed, 23 Dec 2015 11:54:05 +0000 (20:54 +0900)
Change-Id: I9cf4a7b8c84fd5b16c9008204a14fe0e0e3c9109
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
scripts/tv-packaging.post
tv.yaml

index 6fd28a5..59a5a0e 100644 (file)
@@ -1,49 +1,3 @@
 #!/bin/sh
 echo "############### tv-packaging.post ################"
 
-# generate repo files for zypper
-function genrepo() {
-       local url=$1
-       local reponame=$2
-       local filename=${3:-$2}
-       local enabled=${4:-0}
-
-       local prefix=${TZ_BUILD_VENDOR}-${TZ_BUILD_PROFILE}-${TZ_BUILD_REPO}
-
-       # remove double slashes if any
-       url=$(sed -e  's|/\+|/|g' -e 's|:/|://|' <<<$url)
-
-       cat >> /etc/zypp/repos.d/$prefix-${filename}.repo << EOF
-[$prefix-${reponame}]
-name=$prefix-${reponame}
-enabled=$enabled
-autorefresh=0
-baseurl=${url}?ssl_verify=no
-type=rpm-md
-gpgcheck=0
-EOF
-}
-
-# source /etc/tizen-build.conf to get more infos about project, repos etc.
-. /etc/tizen-build.conf 
-
-# adjust build_id if this scripts executes before the replacement in /etc/tizen-build.conf
-TZ_BUILD_ID=$(echo $TZ_BUILD_ID | sed 's|@BUILD_ID[@]|@BUILD_ID@|')
-
-# snapshot repo
-genrepo ${TZ_BUILD_SNAPSHOT_URL}/${TZ_BUILD_ID}/repos/${TZ_BUILD_REPO}/packages snapshot snapshot 1
-genrepo ${TZ_BUILD_SNAPSHOT_URL}/${TZ_BUILD_ID}/repos/${TZ_BUILD_REPO}/debug snapshot-debug snapshot 1
-
-# latest repo
-genrepo ${TZ_BUILD_SNAPSHOT_URL}/latest/repos/${TZ_BUILD_REPO}/packages update update 0
-genrepo ${TZ_BUILD_SNAPSHOT_URL}/latest/repos/${TZ_BUILD_REPO}/debug update-debug update 0
-
-# daily repo
-genrepo ${TZ_BUILD_DAILY_URL}/latest/repos/${TZ_BUILD_REPO}/packages daily daily 0
-genrepo ${TZ_BUILD_DAILY_URL}/latest/repos/${TZ_BUILD_REPO}/debug daily-debug daily 0
-
-# weekly repo
-genrepo ${TZ_BUILD_WEEKLY_URL}/latest/repos/${TZ_BUILD_REPO}/packages weekly weekly 0
-genrepo ${TZ_BUILD_WEEKLY_URL}/latest/repos/${TZ_BUILD_REPO}/debug weekly-debug weekly 0
-
diff --git a/tv.yaml b/tv.yaml
index 39db8cc..f8b5288 100644 (file)
--- a/tv.yaml
+++ b/tv.yaml
@@ -43,10 +43,8 @@ Wayland:
         - Generic Base
         - TV Base
         - Generic Console Tools
-        - Generic Packaging
         - Generic Adaptation
         - TV Adaptation
-        - Generic Wayland
         - TV Wayland
         - TV Middleware
         - Generic Applications
@@ -89,10 +87,8 @@ Emulator-wayland:
         - Generic Base
         - TV Base
         - Generic Console Tools
-        - Generic Packaging
         - Generic Adaptation
         - TV Adaptation
-        - Generic Wayland
         - TV Wayland
         - TV Middleware
         - Generic Applications