20 Jun 2011 14:28
[openbricks-devel] [PATCH 0 of 2] v3: allow to fetch source from git/hg/svn repository
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
v2:
added brief documentation in package-format.txt
fixed URLs in test packages
v3:
change repository archive compression from tar.gz to tar.bz2
drop test packages
handy packages for testing are still hosted here:
http://hg.assembla.com/openbricks-test-repo/
git://git.assembla.com/openbricks-test-repo.git
http://subversion.assembla.com/svn/openbricks-test-repo/
RSS Feed