Modify ↓
#94 closed enhancement (fixed)
Request for add make download
Reported by: | GIUSEPPE <ciusss@…> | Owned by: | amain |
---|---|---|---|
Priority: | trivial | Milestone: | milestone: |
Component: | buildsystem | Version: | 2.0 |
Severity: | Keywords: | make download | |
Cc: |
Description
I wonder if you can add option (like openwrt) make download at debwrt
Thanks!
Attachments (0)
Change History (5)
comment:1 follow-up: ↓ 2 Changed 12 years ago by amain
comment:2 in reply to: ↑ 1 Changed 12 years ago by GIUSEPPE <ciusss@…>
Replying to amain:
I don't know that feature. What should it do? And why is it useful?
Hi
In openwrt, the command make download, it perform only all download of packages then are used in future, when user run make.
Is maybe not very useful...but i use sometimes this option for prepare it at compilation.
comment:3 Changed 12 years ago by amain
- Resolution set to fixed
- Status changed from new to closed
Implemented in revision #176.
Some other tips:
- use apt-cacher-ng and set something like this in .config:
- CONFIG_DEBIAN_BUILDENV_REPOSITORY="http://localhost:3142/ftp.debian.org/debian"
- CONFIG_EMDEBIAN_BUILDENV_REPOSITORY="http://localhost:3142/www.emdebian.org/debian"
- Specify alternate download directory to prevent re-downloading OpenWrt each time
- CONFIG_OPENWRT_DOWNLOAD_DIR="../../../../dl"
( see make menuconfig )
comment:4 Changed 12 years ago by amain
note on usage:
make openwrt/download
Note: See
TracTickets for help on using
tickets.
I don't know that feature. What should it do? And why is it useful?