Bug 3343

Summary: Add file:// download SITE_METHOD
Product: buildroot Reporter: Richard Guy Briggs <rgbmj>
Component: OtherAssignee: Thomas Petazzoni <thomas.petazzoni>
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: 2010.11   
Target Milestone: ---   
Hardware: All   
OS: All   
Host: Target:
Build:
Attachments: patch to add support for SITE_METHODS scp, file(cp), rsync

Description Richard Guy Briggs 2011-02-28 20:43:16 UTC
Created attachment 3043 [details]
patch to add support for SITE_METHODS scp, file(cp), rsync

Add SITE_METHODs for flexibility and development ease.  Since http, ftp and git, svn and bzr are already supported, I added the "file://", scp and rsync SITE_METHODs for ease of development before migrating to git.  Since this is a proof of concept, feedback is sought about how appropriate these are.
Comment 1 Thomas Petazzoni 2011-09-18 09:48:37 UTC
This bug is going to be fixed by the for-2011.11/pkg-infra branch which I have proposed on the Buildroot list.
Comment 2 Peter Korsgaard 2011-10-09 20:43:42 UTC
Fixed in git by Thomas/David (2690e76aa2adb4).