summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initialize subpath variable for consistency between the overlay types.dol-sen2011-07-287-0/+7
|
* fix setting the timestamp from the remote server, bug # 376601.dol-sen2011-07-281-7/+14
|
* fix undefined 'subpath', update testsdol-sen2011-07-222-4/+9
|
* update all tests to passdol-sen2011-07-225-51/+78
|
* fix existing tests. add tests for new classes. rename T/F_options to ↵dol-sen2011-07-222-23/+54
| | | | lowwercase due to ConfigParser making it lowercase, creating a dupe.
* add overlay_defs option to layman.cfgdol-sen2011-07-221-0/+9
|
* some docstring test updatesdol-sen2011-07-212-6/+8
|
* update manpagedol-sen2011-07-211-15/+43
|
* fix --list --verbose functionality, bug 375779dol-sen2011-07-202-3/+3
|
* change raising an exceptio to outputing the error.dol-sen2011-07-121-1/+3
|
* fix success mistrackingdol-sen2011-07-121-7/+10
|
* Revert "fix mistracking success adding an overlay."dol-sen2011-07-122-12/+9
|\ | | | | | | This reverts commit c5c3121331d8f2f2b39b8f41b91d705d197be250.
| * fix an errant mistracking of the success of adding an overlay.dol-sen2011-07-122-8/+8
| |
* | fix mistracking success adding an overlay.dol-sen2011-07-122-9/+12
|/
* pre-release updatedol-sen2011-06-051-1/+3
|
* more pre-release updates...dol-sen2011-06-052-17/+5
|
* Add myself to author infodol-sen2011-06-051-3/+4
|
* pre-release updatesdol-sen2011-06-053-268/+1755
|
* update AUTHORSdol-sen2011-06-051-1/+18
|
* fix the success result when adding already installed overlaysdol-sen2011-05-171-2/+3
|
* fix a false -d success for non-existent overlay. fix a couple error messages.dol-sen2011-05-171-5/+6
| | | fix a long line
* 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
|
* fix a regression for the old xml format.dol-sen2011-05-051-20/+26
| | | improve the Exception messages with the function name it originated in.
* fix bug 363797 python-2.5 test errors cherypicked from 1.4.x branchdol-sen2011-05-0112-18/+18
|
* set VERSION and set the 'User-Agent' header to use it.dol-sen2011-05-012-2/+3
|
* fix --quiet option.dol-sen2011-04-303-7/+8
|
* Add the timestamp and url to the RemoteDB.cache() outputs.dol-sen2011-04-301-2/+3
|
* fix the wrong return value for sync() move an ouptut to .debugdol-sen2011-04-301-3/+3
|
* improve the output a bit.dol-sen2011-04-301-1/+1
|
* Add checks and code to fetch the new list using 'If-Modified-Since' protocol.dol-sen2011-04-302-35/+84
| | | adds saving the 'last-modified' date of the same filename with a .timestamp extension.
* start moving to debug message types.dol-sen2011-04-301-1/+1
|
* Add the module and function to the error message for better tracking of the ↵dol-sen2011-04-291-1/+2
| | | | problem.
* Fix supported() use to return 1 if it is not supported.dol-sen2011-04-299-18/+40
| | | This is a continuation of the move away from raising exceptions for everything.
* Add empty add, sync and postsync options to the defaults so they are defined.dol-sen2011-04-291-2/+26
| | | Fixes sync not working due to the addition of them in the code.
* migrate to using explicit checks.Brian Dolbec2011-03-2714-25/+25
|
* fix double output for info sent to output.error() due to callback.Brian Dolbec2011-03-272-5/+7
|
* migrate to explicit if checkBrian Dolbec2011-03-271-6/+6
|
* migrate to print()Brian Dolbec2011-03-271-1/+3
|
* fix a missed change in error handling.Brian Dolbec2011-03-261-2/+1
|
* migrate except ... as Brian Dolbec2011-03-268-25/+25
|
* migrate to print()Brian Dolbec2011-03-266-52/+64
|
* fix missed parameter.Brian Dolbec2011-03-261-1/+1
|
* remove no longer used action.pyBrian Dolbec2011-03-261-570/+0
|
* replace more exception raising with error reporting and proper return values.Brian Dolbec2011-03-2610-41/+52
| | | | some long line cleanup.
* add being able to set the OptionConfig defaults as wellBrian Dolbec2011-03-261-3/+15
|
* make add_from_dict() private.Brian Dolbec2011-03-261-2/+2
|
* remove unused import.Brian Dolbec2011-03-261-3/+5
| | | | | change an exception into an output.error message. set more functions to return True/False
* clean out excessive use of try: except pairsBrian Dolbec2011-03-261-20/+9
|
* create a new create_overlay_dict() to assist in using a python dictionary ↵Brian Dolbec2011-03-261-0/+25
| | | | for overlay definitions