From 60fe3079670b07187d6db2b7d952500c24b19db0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 31 Jul 2014 21:07:41 -0400 Subject: add checkout verb, to make bite-sized git repos This allows you to create a repo as a child of asp's, which you can modify as you wish, and continue to pull changes from after calling 'abs update'. One might create a new remote for this repo in which to publish their own downstream branch. --- package.inc.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'package.inc.sh') diff --git a/package.inc.sh b/package.inc.sh index f6059e4..63b968a 100644 --- a/package.inc.sh +++ b/package.inc.sh @@ -91,6 +91,19 @@ package_export() { bsdtar -C "$startdir" -s ",^$subtree/,$pkgname/," -xf - "$subtree/" } +package_checkout() { + local pkgname=$1 remote + + package_init "$pkgname" remote || return 1 + + # create a local tracking branch to clone from. ignore errors because + # it might already exist. + git branch "$remote/packages/$pkgname" "$remote/packages/$pkgname" 2>/dev/null + + git clone "$ASPROOT" --single-branch --branch "$remote/packages/$pkgname" \ + "$startdir/$pkgname" +} + package_get_repos_with_arch() { local pkgname=$1 remote=$2 local objtype path arch repo -- cgit v1.2.3-70-g09d2