From 5e9131fcd9ac5aaeb2b9af84aefef93f49f967b1 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 7 May 2019 13:05:42 +0900 Subject: [PATCH] Remove unnecessary files Change-Id: I6739a6797dd86383d23e1bfb79e3e949c55ed6ba --- AUTHORS | 2 -- NOTICE | 3 --- build.sh | 1 - build_mobile.sh | 4 ---- build_wareable.sh | 2 -- download-provider-w.manifest | 5 ----- i.sh | 10 ---------- refresh.sh | 6 ------ script/commit-template | 10 ---------- 9 files changed, 43 deletions(-) delete mode 100644 AUTHORS delete mode 100644 NOTICE delete mode 100755 build.sh delete mode 100755 build_mobile.sh delete mode 100755 build_wareable.sh delete mode 100644 download-provider-w.manifest delete mode 100755 i.sh delete mode 100755 refresh.sh delete mode 100644 script/commit-template diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 707ec6f..0000000 --- a/AUTHORS +++ /dev/null @@ -1,2 +0,0 @@ -Kwangmin Bang -Jungki Kwak diff --git a/NOTICE b/NOTICE deleted file mode 100644 index 6220b80..0000000 --- a/NOTICE +++ /dev/null @@ -1,3 +0,0 @@ -Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. -Except as noted, this software is licensed under Apache License, Version 2. -Please, see the LICENSE file for Apache License terms and conditions. diff --git a/build.sh b/build.sh deleted file mode 100755 index f1316d2..0000000 --- a/build.sh +++ /dev/null @@ -1 +0,0 @@ -gbs -c .gbs.conf build -P tztv_v3.0_arm-kantm -A armv7l --include-all $@ diff --git a/build_mobile.sh b/build_mobile.sh deleted file mode 100755 index 2391869..0000000 --- a/build_mobile.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -gbs -c .gbs.conf build -P profile.tzmo_v3.0_arm-wayland_mirror -A armv7l --include-all -#gbs -c .gbs.conf build -P profile.tzmo_v3.0_arm-wayland -A armv7l --include-all -#gbs -c .gbs.conf build -P profile.tzmo_v3.0_arm64-wayland -A aarch64 --include-all diff --git a/build_wareable.sh b/build_wareable.sh deleted file mode 100755 index 49b20bc..0000000 --- a/build_wareable.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -gbs -c .gbs.conf build -P profile.wearable -A armv7l --include-all diff --git a/download-provider-w.manifest b/download-provider-w.manifest deleted file mode 100644 index a76fdba..0000000 --- a/download-provider-w.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/i.sh b/i.sh deleted file mode 100755 index 7c9d615..0000000 --- a/i.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -sdb root on -sdb shell change-booting-mode.sh --update - -sdb -d push /home/choi/GBS-ROOT-3.0-MOBILE-arm-wayland/local/repos/tzmo_v3.0_arm_wayland_mirror/armv7l/RPMS/org.tizen.browser* /root - -sdb shell rpm -e --nodeps org.tizen.browser -sdb shell pkgcmd -i -t rpm -p /root/org.tizen.browser-4* - diff --git a/refresh.sh b/refresh.sh deleted file mode 100755 index 2e2539d..0000000 --- a/refresh.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -git fetch --all -git reset --hard origin/tizen -git pull - diff --git a/script/commit-template b/script/commit-template deleted file mode 100644 index e398cc3..0000000 --- a/script/commit-template +++ /dev/null @@ -1,10 +0,0 @@ -[Title] - -[Issue#] N/A -[Problem] N/A -[Cause] N/A -[Solution] N/A - -# please fill the each items. -# If this is the commit to fix issue, please replace N/A to the number of issue. - -- 2.7.4