aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* etc/layman.cfg: Add missed @GENTOO_PORTAGE_EPREFIX@ for the repos.conf setttingBenda Xu2017-02-011-1/+1
|
* Adds documentation for multiple database type supportDevan Franchini2015-09-051-1/+1
|
* Removes unnecessary "_db" appendage to db_type varDevan Franchini2015-07-171-2/+2
| | | | | | | To avoid namespace collisions in py2.7 the database modules needed to have "_db" appended to their name. In order to avoid having this ugliness in the user's config file and elsewhere in layman's code the DbBase class simply adds the "_db" portion of the name itself.
* layman.cfg: Changes description of db_type to warn user of limitationDevan Franchini2015-07-131-2/+2
|
* layman.cfg: Adds json_db config option example to configDevan Franchini2015-07-131-1/+1
|
* Renames db module "xml" to "xml_db"Devan Franchini2015-07-101-1/+1
| | | | This prevents namespace collisions with the required xml class.
* layman.cfg, config.py: Adds db_type option to configurationDevan Franchini2015-07-091-1/+9
|
* Renames protocol_order to protocol_filterDevan Franchini2015-03-261-4/+4
| | | | | | | | | The config/cli flag name "protocol_order" has been changed to "protocol_filter" in an attempt to provide a more suitable name for users. The description of the option has been altered as well to provide a more fitting elaboration on what the option actually does. overlay.py: Calls filter_protocols from self to prevent run-time errors.
* layman.cfg: Adds "protocol_order" to config with exampleDevan Franchini2015-03-071-0/+6
|
* Correct misspelling of "separate"Ulrich Müller2015-03-071-1/+1
|
* Pyflakes import and whitespace cleanupBrian Dolbec2015-02-071-1/+1
|
* Split options for proper args passingBrian Dolbec2015-02-071-0/+1
|
* layman.cfg: Changes values of conf_type and auto_syncDevan Franchini2015-02-031-2/+2
| | | | | | To follow suit with the standards requested of the emaint sync behavior the auto_sync variable has been defaulted to "Yes", and conf_type has been changed to "repos.conf" as a default.
* config.py: Blanks out squashfs_commandDevan Franchini2014-08-161-1/+3
| | | | | | | | | | | | Due to squashfs not needing to run a command aside from mount and umount (which are handled by the Mounter() class), the config option was set to a blank value. layman.cfg: Reflects change to squashfs_command option with explanation to user. config.py: Also removes clean_tar from the true false check in favor of the clean_archive config option.
* Reflects current changes to laymanDevan Franchini2014-08-151-0/+13
| | | | | | | version.py: Updates version to 2.2.0-git. CHANGES: Lists changes made for newest release. layman.8.txt: Updates man pages. layman.cfg: Adds new config options for newest release.
* layman.cfg: Adds repo configuration optionsDevan Franchini2014-06-121-1/+25
|
* Add new repository type g-sorcery created by Jauhien PiatlickiBrian Dolbec2013-08-181-0/+4
| | | From Gentoo 2013 GSOC project: Framework for automated ebuild generators.
* Add https connection verification.Brian Dolbec2013-08-101-2/+3
|
* Update the repositories.xml urls.Brian Dolbec2013-07-281-2/+2
|
* split out remotedb to it's own file, add gpg signed list support, some ↵Brian Dolbec2012-11-181-1/+35
| | | | pyflakes cleanup
* Add setting the default user name and email when adding new git based ↵Brian Dolbec2012-10-071-0/+10
| | | | overlays. Bug 433687.
* Add news reporting capability to meet GLEP 42 requirement. Brian Dolbec2012-03-101-0/+26
|
* better explain the variable change.2.0.0_rc3dol-sen2011-09-131-3/+6
|
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-241-0/+4
|
* make it EPREFIX readydol-sen2011-08-081-2/+1
|
* add overlay_defs option to layman.cfgdol-sen2011-07-221-0/+9
|
* Add per repo type postsync options.Brian Dolbec2011-02-171-0/+23
| | | Some minor long lines cleanup.
* add per repo type config optionsBrian Dolbec2011-02-171-3/+40
|
* Improve documentation on option nocheck (bug #267686)Sebastian Pipping2010-11-071-3/+11
|
* Extend in-config docs on proxy (suggested by James Broadhead)Sebastian Pipping2010-02-271-0/+1
|
* Move storage default to /var/lib/laymanSebastian Pipping2010-01-191-2/+2
|
* Allow overriding VCS commandsSebastian Pipping2009-12-291-0/+22
|
* Add support for repositories.xml database formatSebastian Pipping2009-12-051-2/+2
|
* Old layman path in new documentation (#271457)Gunnar Wrobel2009-10-121-1/+1
| | | | http://bugs.gentoo.org/show_bug.cgi?id=271457
* Set nocheck to yes.Gunnar Wrobel2008-06-021-1/+1
|
* Implement a umask setting (#186819)Gunnar Wrobel2008-06-021-1/+11
|
* A number of documentation fixes and preparation of the project website.Gunnar Wrobel2007-09-111-5/+0
|
* Import layman.Gunnar Wrobel2007-09-111-0/+53