aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bin/layman: Add development code pythonpath insertBrian Dolbec2020-04-241-0/+6
| | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* bin/layman: Adds exception handling on ^c bug 539336Devan Franchini2016-11-091-1/+4
|
* Adds layman-mounter utility scriptDevan Franchini2014-08-151-0/+42
| | | | | | | | api.py: Adds Mounter() initialization in the LaymanAPI. constants.py: Adds MOUNT_TYPES to constants to keep track of mountable overlay classes. archive.py: Adds check to unmount overlays if they are being synced.
* Adds layman-overlay-maker toolDevan Franchini2014-08-101-0/+41
| | | | | | | This tool has been made to assist users in creating their own layman overlay definitions. constants.py: Adds overlay component constants.
* Add checking for ROOT in the environment on statup, and setting it in the ↵Brian Dolbec2012-10-142-2/+16
| | | | | | appropriate paths. Add warnings for not finding the config file and installed db. Fix updaters config file path
* move the rename_db code to a standalone updater utility.Brian Dolbec2012-10-081-0/+24
|
* fix whitespace, change the versionBrian Dolbec2011-03-261-2/+2
|
* separate out ArgsParser to it's own file and subclass BareConfigBrian Dolbec2011-02-231-1/+1
|
* create a new cli interface to use the new apiBrian Dolbec2011-02-121-2/+5
|
* Separate out the configs from the args parsing code. This will allow basic ↵Brian Dolbec2011-02-111-2/+2
| | | | configs for api consumers that are changeable.
* change the shebang because it would not run in my test environmentBrian Dolbec2011-02-111-1/+1
|
* Resolve Actions class, allow custom sys.argv for Config classSebastian Pipping2010-02-181-7/+4
|
* Import layman.Gunnar Wrobel2007-09-111-0/+37