summaryrefslogtreecommitdiffstats
path: root/remote/tools/base/base.conf.zypper
Commit message (Collapse)AuthorAgeFilesLines
* base -> base32 and started new base31Jonathan Bauer2013-03-141-56/+0Star
|
* Generalization:root2013-02-271-0/+56
- Rework install_dependencies: make it a global function, not per tools.build - Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm) - Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise - Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done"