Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | etc/layman.cfg: Add missed @GENTOO_PORTAGE_EPREFIX@ for the repos.conf settting | Benda Xu | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | Adds documentation for multiple database type support | Devan Franchini | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | Removes unnecessary "_db" appendage to db_type var | Devan Franchini | 2015-07-17 | 1 | -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 limitation | Devan Franchini | 2015-07-13 | 1 | -2/+2 |
| | |||||
* | layman.cfg: Adds json_db config option example to config | Devan Franchini | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | Renames db module "xml" to "xml_db" | Devan Franchini | 2015-07-10 | 1 | -1/+1 |
| | | | | This prevents namespace collisions with the required xml class. | ||||
* | layman.cfg, config.py: Adds db_type option to configuration | Devan Franchini | 2015-07-09 | 1 | -1/+9 |
| | |||||
* | Renames protocol_order to protocol_filter | Devan Franchini | 2015-03-26 | 1 | -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 example | Devan Franchini | 2015-03-07 | 1 | -0/+6 |
| | |||||
* | Correct misspelling of "separate" | Ulrich Müller | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Pyflakes import and whitespace cleanup | Brian Dolbec | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | Split options for proper args passing | Brian Dolbec | 2015-02-07 | 1 | -0/+1 |
| | |||||
* | layman.cfg: Changes values of conf_type and auto_sync | Devan Franchini | 2015-02-03 | 1 | -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_command | Devan Franchini | 2014-08-16 | 1 | -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 layman | Devan Franchini | 2014-08-15 | 1 | -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 options | Devan Franchini | 2014-06-12 | 1 | -1/+25 |
| | |||||
* | Add new repository type g-sorcery created by Jauhien Piatlicki | Brian Dolbec | 2013-08-18 | 1 | -0/+4 |
| | | | From Gentoo 2013 GSOC project: Framework for automated ebuild generators. | ||||
* | Add https connection verification. | Brian Dolbec | 2013-08-10 | 1 | -2/+3 |
| | |||||
* | Update the repositories.xml urls. | Brian Dolbec | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | split out remotedb to it's own file, add gpg signed list support, some ↵ | Brian Dolbec | 2012-11-18 | 1 | -1/+35 |
| | | | | pyflakes cleanup | ||||
* | Add setting the default user name and email when adding new git based ↵ | Brian Dolbec | 2012-10-07 | 1 | -0/+10 |
| | | | | overlays. Bug 433687. | ||||
* | Add news reporting capability to meet GLEP 42 requirement. | Brian Dolbec | 2012-03-10 | 1 | -0/+26 |
| | |||||
* | better explain the variable change.2.0.0_rc3 | dol-sen | 2011-09-13 | 1 | -3/+6 |
| | |||||
* | rename local_list to installed, create an update function to migrate the change. | dol-sen | 2011-08-24 | 1 | -0/+4 |
| | |||||
* | make it EPREFIX ready | dol-sen | 2011-08-08 | 1 | -2/+1 |
| | |||||
* | add overlay_defs option to layman.cfg | dol-sen | 2011-07-22 | 1 | -0/+9 |
| | |||||
* | Add per repo type postsync options. | Brian Dolbec | 2011-02-17 | 1 | -0/+23 |
| | | | Some minor long lines cleanup. | ||||
* | add per repo type config options | Brian Dolbec | 2011-02-17 | 1 | -3/+40 |
| | |||||
* | Improve documentation on option nocheck (bug #267686) | Sebastian Pipping | 2010-11-07 | 1 | -3/+11 |
| | |||||
* | Extend in-config docs on proxy (suggested by James Broadhead) | Sebastian Pipping | 2010-02-27 | 1 | -0/+1 |
| | |||||
* | Move storage default to /var/lib/layman | Sebastian Pipping | 2010-01-19 | 1 | -2/+2 |
| | |||||
* | Allow overriding VCS commands | Sebastian Pipping | 2009-12-29 | 1 | -0/+22 |
| | |||||
* | Add support for repositories.xml database format | Sebastian Pipping | 2009-12-05 | 1 | -2/+2 |
| | |||||
* | Old layman path in new documentation (#271457) | Gunnar Wrobel | 2009-10-12 | 1 | -1/+1 |
| | | | | http://bugs.gentoo.org/show_bug.cgi?id=271457 | ||||
* | Set nocheck to yes. | Gunnar Wrobel | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | Implement a umask setting (#186819) | Gunnar Wrobel | 2008-06-02 | 1 | -1/+11 |
| | |||||
* | A number of documentation fixes and preparation of the project website. | Gunnar Wrobel | 2007-09-11 | 1 | -5/+0 |
| | |||||
* | Import layman. | Gunnar Wrobel | 2007-09-11 | 4 | -0/+613 |