summaryrefslogtreecommitdiffstats
path: root/layman/db.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of non-existing overlaysSebastian Pipping2010-01-281-10/+6
* Move storage default to /var/lib/laymanSebastian Pipping2010-01-191-5/+5
* Fix and further improve write permission checksSebastian Pipping2010-01-061-3/+3
* Add hint on not being rootSebastian Pipping2010-01-051-1/+4
* Check write permission before fetching the list of overlaysBjoern Tropf2010-01-051-0/+5
* Pass config down to Overlay instancesSebastian Pipping2009-12-291-5/+6
* Old layman path in new documentation (#271457)Gunnar Wrobel2009-10-121-9/+9
* app-portage/layman:output grammar error (#259188)Gunnar Wrobel2009-10-121-2/+2
* Copyright.v1.2.1Gunnar Wrobel2008-11-151-1/+1
* layman: pass --quiet flag down to the version controlGunnar Wrobel2008-11-141-4/+4
* * layman/db.py (RemoteDB.path): Use the hashlib library (#237625).Gunnar Wrobel2008-11-141-5/+5
* Do not remove directories if adding anGunnar Wrobel2008-11-141-2/+5