summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-09 03:40:42 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-11-09 06:06:30 (GMT)
commit012726c9c79466c62964d064bf5eb698324f755f (patch)
treec10704238315e7d16c6292337f6891f7998e567d /docs
parenta1523ae12eaec1a128620fbab6bb01a5bed0038b (diff)
downloadmxe-012726c9c79466c62964d064bf5eb698324f755f.zip
mxe-012726c9c79466c62964d064bf5eb698324f755f.tar.gz
mxe-012726c9c79466c62964d064bf5eb698324f755f.tar.bz2
github.mk: add releases api and avoid api rate limiting
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index d7006be..9946b3b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1245,13 +1245,25 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
$(PKG)_UPDATE</code> sections.
</p>
<p>
- To track normal release tags set:
- <pre>$(PKG)_GH_CONF := owner/repo[, tag prefix, tag suffix, tag filter-out, version separator]</pre>
+ To track releases set:
+ <pre>$(PKG)_GH_CONF := owner/repo/releases[/latest][, tag prefix, tag suffix, tag filter-out, version separator]</pre>
+ Releases may require setting _FILE, _SUBDIR, _URL, depending on
+ the naming convention used by the project for tarballs.
+ </p>
+ <p>
+ To track tags set:
+ <pre>$(PKG)_GH_CONF := owner/repo/tags[, tag prefix, tag suffix, tag filter-out, version separator]</pre>
+ </p>
+ <p>
To track branches, set:
<pre>$(PKG)_GH_CONF := owner/repo/branch</pre>
See the following packages for examples:
<ul>
<li>
+ <a href="https://github.com/mxe/mxe/blob/master/src/gc.mk">gc.mk</a>
+ for release tracking
+ </li>
+ <li>
<a href="https://github.com/mxe/mxe/blob/master/src/vmime.mk">vmime.mk</a>
for branch tracking
</li>