Re: [OpenWrt-Devel] [PATCH] Add support for git-svn package feeds

2011-05-24 Thread Jo-Philipp Wich
Committed in r26988 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Add support for git-svn package feeds

2011-05-18 Thread Jonathan McCrohan
Hi Jonas, On 15/05/11 15:11, Jonas Gorski wrote: > Where is this feeds located? it should have a full path > (a/scripts/feeds or something like that). Whoops. I didn't notice I was in the wrong directory when running the diff. >> @@ -117,6 +117,10 @@ >>'init_branch' => "git clo

Re: [OpenWrt-Devel] [PATCH] Add support for git-svn package feeds

2011-05-15 Thread Jonas Gorski
A few comments: On 13 May 2011 22:40, Jonathan McCrohan wrote: > Signed-off-by: Jonathan McCrohan > > Index: feeds > === > --- feeds       (revision 26887) > +++ feeds       (working copy) Where is this feeds located? it should hav

[OpenWrt-Devel] [PATCH] Add support for git-svn package feeds

2011-05-13 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan Index: feeds === --- feeds (revision 26887) +++ feeds (working copy) @@ -117,6 +117,10 @@ 'init_branch' => "git clone --depth 1 --branch '%s' '%s' '%s'",