Merge lp://staging/~maxime-ripard/project-rootstock/local-file into lp://staging/project-rootstock
Proposed by
Maxime Ripard
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~maxime-ripard/project-rootstock/local-file |
Merge into: | lp://staging/project-rootstock |
Diff against target: |
25 lines (+7/-2) 1 file modified
rootstock (+7/-2) |
To merge this branch: | bzr merge lp://staging/~maxime-ripard/project-rootstock/local-file |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Developers of the Rootstock rootfs builder tool | Pending | ||
Review via email: mp+76252@code.staging.launchpad.net |
Description of the change
This patch includes a way to fetch a local .deb for the kernel image instead of relying only on wget to do so.
To post a comment you must log in.
Unmerged revisions
- 130. By Maxime Ripard <email address hidden>
-
When you develop, the package is often present on your local machine
instead of on a HTTP server. This patch adds a way to use a local .deb
through the file:// URL scheme.