summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * repoconfmanager.py: Adds plug-in module controllerDevan Franchini2014-08-151-17/+22
| * reposconf.py: Converts to config plug-in moduleDevan Franchini2014-08-152-0/+29
| * makeconf.py: Converts to config plug-in moduleDevan Franchini2014-08-152-0/+29
| * Adds module directory for repo config typesDevan Franchini2014-08-151-0/+0
|/
* svn.py: fixes svn sync output for python 3.xDevan Franchini2014-08-151-4/+4
* Removes g-common overlay supportDevan Franchini2014-08-152-117/+0
* overlay.py: Adds self.ovl_typeDevan Franchini2014-08-151-0/+2
* Adds stub moduleDevan Franchini2014-08-153-4/+91
* api.py: Makes supported_types() check for modulesDevan Franchini2014-08-151-2/+15
* overlay.py: Adds plug-in module controllerDevan Franchini2014-08-151-32/+13
* Converts archive code to plug-in moduleDevan Franchini2014-08-155-8/+58
* svn.py: Converts to plug-in moduleDevan Franchini2014-08-152-0/+26
* rsync.py: Converts to plug-in moduleDevan Franchini2014-08-152-0/+25
* mercurial.py: Converts to plug-in moduleDevan Franchini2014-08-152-0/+26
* git.py: Converts to plug-in moduleDevan Franchini2014-08-152-0/+26
* g_sorcery.py: Converts to plug-in moduleDevan Franchini2014-08-152-0/+25