summaryrefslogtreecommitdiffstats
path: root/layman/updater.py
Commit message (Collapse)AuthorAgeFilesLines
* add auto detection for make.conf locationBrian Dolbec2012-11-181-1/+4
|
* fix a bug in layman-updater to use MakeConf class to create a proper ↵Brian Dolbec2012-10-311-7/+4
| | | | | make.conf file. Fix a comment path in MakeConf.
* update the make.conf path to the new /etc/portage one. Thanks kurly for ↵Brian Dolbec2012-10-161-1/+1
| | | | reporting it.
* Add checking for ROOT in the environment on statup, and setting it in the ↵Brian Dolbec2012-10-141-3/+10
| | | | | | appropriate paths. Add warnings for not finding the config file and installed db. Fix updaters config file path
* move elog, einfo messages into updater and print them only if relavent.Brian Dolbec2012-10-131-13/+70
| | | | indent ouput for better display.
* move the rename_db code to a standalone updater utility.Brian Dolbec2012-10-081-0/+92