aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* external.py: Adds AddDeleteDB testDevan Franchini2015-06-151-99/+1
* layman/db: Ignore an initially-missing installed fileW. Trevor King2014-10-211-0/+1
* Removes doctest remnantsDevan Franchini2014-10-171-18/+0
* Fix bug 521348, results from operations were not tracked correctlyBrian Dolbec2014-08-281-2/+3
* db.py: Implements disable and enable functionsDevan Franchini2014-08-151-0/+31
* {db, repoconfmanager}.py: Improves error return handlingDevan Franchini2014-08-131-3/+9
* Adds interactive session for unofficial overlay installsDevan Franchini2014-08-131-1/+30
* db.py: adds update() functionDevan Franchini2014-06-121-0/+17
* db.py: Incorporates RepoConfManager classDevan Franchini2014-06-121-9/+6
* Adds unicode compatibility supportDevan Franchini2014-06-021-5/+5
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+1
* fix bug 451398 doctest failureBrian Dolbec2013-01-111-0/+2
* split out remotedb to it's own file, add gpg signed list support, some pyflak...Brian Dolbec2012-11-181-214/+1
* move the rename_db code to a standalone updater utility.Brian Dolbec2012-10-081-25/+5
* fix a typo.Brian Dolbec2012-10-071-1/+1
* fix an encode error regression in python 2 introduced in the py2, py3 compati...dol-sen2011-10-131-2/+4
* make the tests more py3 compatibile.dol-sen2011-09-231-13/+20
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-10/+16
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-241-9/+35
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-8/+8
* fix success reporting identified in bug 379779. Improve and change error out...dol-sen2011-08-191-6/+15
* HTTPError in 2.5 does not have getcode(). use error.codedol-sen2011-08-101-1/+1
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-5/+7
* fix bug 378097. unofficial installed overlays not printing (due to nocheck=no...dol-sen2011-08-071-0/+1
* fix setting the timestamp from the remote server, bug # 376601.dol-sen2011-07-281-7/+14
* update all tests to passdol-sen2011-07-221-26/+34
* fix --list --verbose functionality, bug 375779dol-sen2011-07-201-1/+1
* change raising an exceptio to outputing the error.dol-sen2011-07-121-1/+3
* Revert "fix mistracking success adding an overlay."dol-sen2011-07-121-3/+1
|\
| * fix an errant mistracking of the success of adding an overlay.dol-sen2011-07-121-1/+3
* | fix mistracking success adding an overlay.dol-sen2011-07-121-1/+3
|/
* fix /var/lib/layman/make.conf not being updated when adding an overlaydol-sen2011-05-141-1/+1
* quiet the "Fetching" output for locally defined overlays.dol-sen2011-05-051-2/+6
* set VERSION and set the 'User-Agent' header to use it.dol-sen2011-05-011-1/+2
* fix --quiet option.dol-sen2011-04-301-3/+4
* Add the timestamp and url to the RemoteDB.cache() outputs.dol-sen2011-04-301-2/+3
* Add checks and code to fetch the new list using 'If-Modified-Since' protocol.dol-sen2011-04-301-18/+62
* Add the module and function to the error message for better tracking of the p...dol-sen2011-04-291-1/+2
* migrate to using explicit checks.Brian Dolbec2011-03-271-1/+1
* migrate except ... as Brian Dolbec2011-03-261-4/+4
* remove a few raise Exception()'s and replace them with self.output.error mess...Brian Dolbec2011-03-261-10/+19
* add a linefeed to the hint message for better output separationBrian Dolbec2011-02-111-2/+2
* change to use the config['output'] variableBrian Dolbec2011-02-111-8/+10
* Hint about broken overlay catalogSebastian Pipping2010-02-181-3/+11
* No longer read same XML file twiceSebastian Pipping2010-02-181-10/+0
* Move MakeConf class to dedicated fileSebastian Pipping2010-02-181-247/+2
* pylint: Resolve unused importSebastian Pipping2010-02-171-2/+2
* pylint: Fix bad indentationSebastian Pipping2010-02-171-3/+3
* Rename layman.overlay.Overlays to layman.dbbase.DbBaseSebastian Pipping2010-01-281-8/+8
* Delete empty overlay directoriesSebastian Pipping2010-01-281-6/+11