|
Bugzilla – Full Text Bug Listing |
| Summary: | Implment "download only" in zypper | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Miquel A. Noguera <ibz> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | ma |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
*** This bug has been marked as a duplicate of bug 458925 *** |
Please, implement the "download only" possibility in zypper. It should accept a list of files as a argument, without checking for package dependencies. I would use this to download only the packages I really use and use them to maintain my own local repo. Before I did it with apt: To get the file list I need (in each pc): rpm -qa --queryformat "%{name}\n" | grep -v gpg-pubkey | sort > workstation-1.lst Then, I run nightly in my server: apt-get -dy `cat workstation-1.lst` `cat workstation-2.lst` ... Thanks