docs: note usage of GH_CONF owner/repo/branches/<branch name>

This commit is contained in:
Tony Theodore 2018-03-15 01:02:01 +11:00
parent e218100c97
commit edc114de98
1 changed files with 6 additions and 2 deletions

View File

@ -1475,14 +1475,18 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<p>
To track branches, set:
</p>
<pre>$(PKG)_GH_CONF := owner/repo/branch</pre>
<pre>$(PKG)_GH_CONF := owner/repo/branches/&lt;branch name&gt;</pre>
<p>
See the following packages for examples:
</p>
<ul>
<li>
<a href="https://github.com/mxe/mxe/blob/master/src/gc.mk">gc.mk</a>
for release tracking
for release tracking with non-standard file name
</li>
<li>
<a href="https://github.com/mxe/mxe/blob/master/src/yaml-cpp.mk">yaml-cpp.mk</a>
for release tracking with standard file name
</li>
<li>
<a href="https://github.com/mxe/mxe/blob/master/src/vmime.mk">vmime.mk</a>