Peter Meerwald
2011-06-18 18:03:15 UTC
implement the PKG_URL_PROTO proposal to allow fetching source code from
repositories; currently git/hg/svn is somewhat supported, cvs may/may not work
as suggested, meta can now contain:
PKG_URL_PROTO=hg # (or git or svn)
PKG_URL_REV=dummy # a branch/tag/revision to check out, can also be empty
PKG_VERSION=r${PKG_URL_REV} # note the r, scripts/clean wants an r or a number
PKG_URL="http://hg.assembla.com/openbricks-test-repo/"
scripts/get checks that exactly one URL is given when PKG_URL_PROTO is used
I have created three repositories on assembla to facilitate testing
repositories; currently git/hg/svn is somewhat supported, cvs may/may not work
as suggested, meta can now contain:
PKG_URL_PROTO=hg # (or git or svn)
PKG_URL_REV=dummy # a branch/tag/revision to check out, can also be empty
PKG_VERSION=r${PKG_URL_REV} # note the r, scripts/clean wants an r or a number
PKG_URL="http://hg.assembla.com/openbricks-test-repo/"
scripts/get checks that exactly one URL is given when PKG_URL_PROTO is used
I have created three repositories on assembla to facilitate testing