|
Bugzilla – Full Text Bug Listing |
| Summary: | zypper: read package list from file | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Thomas Göttlicher <tgoettlicher> |
| Component: | libzypp | Assignee: | Jan Kupec <jkupec> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | mvidner |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Thomas Göttlicher
2008-07-30 13:43:36 UTC
It should be possible to specify whether the listed names specify patches or packages. Perhaps a xml file would provide this functionality. If 'zypper sh' could read from an input file would be "gold standard". :-) Example: #!/usr/bin/zypper -x -l install -t patch foo install -t package bar How about this instead: kdesu -c "xargs zypper in -t patch < patches.lst" Martin, thanks for this hint. I've solved the problem using xargs. Jano, I think reading packages from a file isn't needed anymore for the updater applet as xargs works. Good. Thanx Martin :O) |