summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* external.py: Modifies tested flags to reflect new config optionsDevan Franchini2014-11-301-10/+13
* external.py: Improves CLIArgs testing for a["overlays"]Devan Franchini2014-11-291-2/+2
* external.py: Improves success checking in AddDeleteEnableDisableFromDBDevan Franchini2014-11-291-23/+5
* external.py: Converts all assertEquals calls to assertEqualDevan Franchini2014-11-291-1/+1
* external.py: Adds archive overlay test checkingDevan Franchini2014-11-291-1/+10
* maker.py: Initialize correct to FalseBrian Dolbec2014-11-131-0/+1
* maker.py: Fix 'xml undefined' error detected by pyflakesBrian Dolbec2014-11-131-1/+1
* maker.py: Skip the protocol verification if it failed to guess one Brian Dolbec2014-11-131-6/+8
* maker.py: Whitespace cleanupBrian Dolbec2014-11-131-9/+9
* maker.py: Fix missed get_input() move callBrian Dolbec2014-11-131-1/+1
* maker.py: Fix use of .keys() causing py3 compatibility issuesBrian Dolbec2014-11-131-1/+1
* remotedb.py: Change for upstream ssl-fetch changeBrian Dolbec2014-11-131-2/+4
* Merge pull request #26 from wking/allow-missing-local-installed-fileDevan Franchini2014-11-022-2/+3
|\
| * layman/db: Ignore an initially-missing installed fileW. Trevor King2014-10-212-2/+3
* | external.py: Spelling correction for headerDevan Franchini2014-11-011-1/+1
|/
* Removes doctest remnantsDevan Franchini2014-10-1713-242/+0
* version.py: Updates version to 2.2.1-git2.2.1Devan Franchini2014-09-281-1/+1
* CHANGES: Adds change for tar.py fix2.2.0Devan Franchini2014-09-281-0/+1
* tar.py: fixes closing in iterable file extension listDevan Franchini2014-09-281-1/+1
* CHANGES: adds updates to reflect all up-to-date changes to laymanDevan Franchini2014-09-281-1/+8
* config.py: Fixes output use in proxies()Devan Franchini2014-09-201-1/+2
* argparser.py: Fixes override of overlay_defs config optionDevan Franchini2014-09-181-6/+16
* argparser.py: Fixes default override of storage config optionDevan Franchini2014-09-161-0/+14
* Fix bug 521348, results from operations were not tracked correctlyBrian Dolbec2014-08-282-3/+4
* updater.py: Adds repos.conf module plug-inDevan Franchini2014-08-281-4/+10
* reposconf.py: Adds check to write all ovelays to blank fileDevan Franchini2014-08-281-2/+8
* updater.py: Adds proper import for make.conf moduleDevan Franchini2014-08-281-2/+2
* makeconf.py: Ensures disable/enable compatibilityDevan Franchini2014-08-261-5/+12
* reposconf.py: Modifies options added if sync_type doesn't existDevan Franchini2014-08-171-3/+4
* updater.py: Adds list conversion for str conf_typeDevan Franchini2014-08-171-0/+8
* api.py: Fix an indent error preventing syncingBrian Dolbec2014-08-171-1/+1
* api.py: Fixes lack of syncing overlaysDevan Franchini2014-08-171-1/+1
* svn.py: decodes stdout output if applicableDevan Franchini2014-08-161-9/+15
* squashfs.py: forces is_supported() to return TrueDevan Franchini2014-08-161-4/+1
* config.py: Blanks out squashfs_commandDevan Franchini2014-08-162-3/+6
* Moves archive.py to overlaysDevan Franchini2014-08-163-8/+8
* setup.py: Map the USE flag keys to the module namesBrian Dolbec2014-08-161-5/+25
* setup.py: Make the modules selectable for installBrian Dolbec2014-08-161-13/+10
* mounter.py: Renames "repo" var to "repos", _check_selection()Devan Franchini2014-08-161-1/+1
* setup.py: Adds new utility scripts to setupDevan Franchini2014-08-161-1/+2
* setup.py: Fix another typoBrian Dolbec2014-08-161-1/+1
* setup.py: Fix typoBrian Dolbec2014-08-161-11/+11
* Fix errors in overlay updates.Brian Dolbec2014-08-161-18/+24
* Initial update to setup.py for the new structureBrian Dolbec2014-08-161-1/+19
* api.py: Modifies supported_types() module checkingDevan Franchini2014-08-151-1/+1
* cli.py: Modifies print_shortlist info unpackingDevan Franchini2014-08-151-1/+1
* config.py: Adds squashfs_* config optsDevan Franchini2014-08-151-0/+4
* Merge pull request #24 from twitch153/new_releaseDevan Franchini2014-08-154-25/+102
|\
| * Reflects current changes to laymanDevan Franchini2014-08-154-25/+102
|/
* Merge pull request #23 from twitch153/modular-configDevan Franchini2014-08-156-17/+80
|\