[Public] Make not to modify gbs.conf when tizen version is upgraded 67/218067/3
authorYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 19 Nov 2019 04:59:09 +0000 (20:59 -0800)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 19 Nov 2019 07:24:21 +0000 (23:24 -0800)
commiteecec35ac56312dfed4078b98d58ee59a304c2d6
treeae448bb49e97ed6e6950e49fcf4fa6f5ce04bb3d
parent2f325a4d4e1fdd5d1505f7ebea69891a9834ef1f
[Public] Make not to modify gbs.conf when tizen version is upgraded

Whenever the latest tizen version is released, gbs.conf has been modified
to add new repositories. It was painful routine.

With this changes, the gbs.conf doesn't need to be modified anymore and
all we have to do is just setting |DEFAULT_TIZEN_VERSION| to proper version
in common.sh like below.

> export DEFAULT_TIZEN_VERSION=5.5

Change-Id: I7c288d221d2d7eb3eba5cf4eb7894c24f6ffea6e
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
.gitignore [new file with mode: 0644]
tizen/build/common.sh
tizen/build/gbs.conf [deleted file]
tizen/build/gbs.conf.in [new file with mode: 0755]