rename .gbs.conf to gbs.conf.bak temporarily 87/159987/1 accepted/tizen/unified/20171116.060656 submit/tizen/20171115.071100
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 14 Nov 2017 04:49:19 +0000 (13:49 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 14 Nov 2017 04:49:19 +0000 (13:49 +0900)
There was a build failure issue with the latest gbs (0.24.9).
I found removing .gbs.conf will fix the issue.
Also, modifying upstream_branch's value "upstream" to
"origin/upstream" or "origin/tizen" etc will fix it, too.

I don't know which way is correct way to fix this issue.
To keep history of this file, I just rename it.
So, you can use gbs 0.24.9 to build the packages.

@tizen_fix

Change-Id: I668f5c6aa0bff1e1fc5cbd5d8600f87335e30844

.gbs.conf [deleted file]
gbs.conf.bak [new file with mode: 0644]

diff --git a/.gbs.conf b/.gbs.conf
deleted file mode 100644 (file)
index 2290232..0000000
--- a/.gbs.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[general]
-upstream_branch = upstream
-upstream_tag = v${upstreamversion}
diff --git a/gbs.conf.bak b/gbs.conf.bak
new file mode 100644 (file)
index 0000000..2290232
--- /dev/null
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream
+upstream_tag = v${upstreamversion}