summaryrefslogtreecommitdiffstats
path: root/scripts/lib/scriptutils.py
Commit message (Expand)AuthorAgeFilesLines
* scriptutils: fix fetch_url() to use lowercase dummy recipe namePaul Eggleton2017-08-311-1/+1
* recipetool: create: disable PREMIRRORS and MIRRORS by defaultChang Rebecca Swee Fun2017-08-231-1/+8
* scriptutils: pass in logger as parameterChang Rebecca Swee Fun2017-07-211-1/+1
* scriptutils: exit politely when no text editor availableChang Rebecca Swee Fun2017-07-211-2/+2
* recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton2017-07-211-38/+120
* scriptutils: fix fetch_uri() to work with RSSPaul Eggleton2017-05-251-24/+41
* scriptutils: Add support for specify stream on logger_createAníbal Limón2017-03-221-2/+2
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-1/+1
* devtool: Load plugins in a well defined orderOla x Nilsson2016-12-131-2/+6
* recipetool: create: support git short form URLsPaul Eggleton2016-09-201-0/+13
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-021-1/+1
* devtool / recipetool: use common code for launching editorPaul Eggleton2016-02-211-0/+15
* recipetool: create: prevent attempting to unpack entire DL_DIRPaul Eggleton2015-12-281-0/+4
* scripts: print usage in argparse-using scripts when a command-line error occursPaul Eggleton2015-12-281-0/+1
* devtool: make plugin_init optionalEd Bartosh2015-09-121-1/+1
* scriptutils: split out simple fetching function from recipetoolPaul Eggleton2015-09-091-0/+27
* recipetool: ensure git clone is standalone when extractingPaul Eggleton2015-05-011-0/+11
* scripts: add scriptutils modulePaul Eggleton2014-12-231-0/+60