aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update.py: Adds functionality to ensure proper sqlite migrationDevan Franchini2015-08-031-1/+4
* external.py: Adds json DB testingDevan Franchini2015-07-201-1/+1
* updater.py: Modifies the db_type setting methodDevan Franchini2015-07-181-11/+25
* updater.py: Adds database migration toolDevan Franchini2015-07-171-1/+104
* updater.py: Cleans up importsDevan Franchini2015-07-171-5/+4
* updater.py: Corrects "Package" misspellingDevan Franchini2015-04-201-1/+1
* updater.py: Removes unnecessary else in create_repos_conf()Devan Franchini2015-03-241-3/+0
* updater.py: Adds check to ensure repos_conf is not a directoryDevan Franchini2015-03-241-1/+12
* updater.py: Adds repos.conf dir creation if it doesn't existDevan Franchini2015-02-091-0/+10
* updater.py: Adds copying of all installed overlays to make.confDevan Franchini2015-02-071-1/+5
* updater.py: Add a -R, --rebuild option to force a rebuild of the configBrian Dolbec2015-02-071-3/+5
* updater.py: Moves split() and removes split() parameterDevan Franchini2015-02-041-3/+3
* updater.py: Allows more leniency when breaking up conf_type from layman.cfgDevan Franchini2015-02-041-1/+1
* updater.py: Fixes flub of incorrectly calling var messages, messageDevan Franchini2015-02-041-1/+1
* updater.py: Modifies print_instructions function to optionally output make.co...Devan Franchini2015-02-021-16/+17
* updater.py: Adds repos.conf module plug-inDevan Franchini2014-08-281-4/+10
* updater.py: Adds proper import for make.conf moduleDevan Franchini2014-08-281-2/+2
* updater.py: Adds list conversion for str conf_typeDevan Franchini2014-08-171-0/+8
* updater.py: Adds check for repos.conf existenceDevan Franchini2014-08-101-3/+13
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+2
* Adds compatibility to exception handlingDevan Franchini2014-06-021-1/+1
* Add cli options to both layman-updater and layman to print the setup help mes...Brian Dolbec2013-07-281-5/+10
* 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 make.con...Brian Dolbec2012-10-311-7/+4
* update the make.conf path to the new /etc/portage one. Thanks kurly for repo...Brian Dolbec2012-10-161-1/+1
* Add checking for ROOT in the environment on statup, and setting it in the app...Brian Dolbec2012-10-141-3/+10
* move elog, einfo messages into updater and print them only if relavent.Brian Dolbec2012-10-131-13/+70
* move the rename_db code to a standalone updater utility.Brian Dolbec2012-10-081-0/+92