Bug 3343 - Add file:// download SITE_METHOD
Summary: Add file:// download SITE_METHOD
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2010.11
Hardware: All All
: P5 enhancement
Target Milestone: ---
Assignee: Thomas Petazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 20:43 UTC by Richard Guy Briggs
Modified: 2011-10-09 20:43 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch to add support for SITE_METHODS scp, file(cp), rsync (3.96 KB, patch)
2011-02-28 20:43 UTC, Richard Guy Briggs
Details

Note You need to log in before you can comment on or make changes to this bug.
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).