summaryrefslogtreecommitdiff
path: root/packaging
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-0613-0/+52
* Call main in conditional way - packaging (#5826)Fabio Alessandro Locati2016-12-057-7/+16
* Unquote urls in YAML - packaging (#5793)Fabio Alessandro Locati2016-12-026-12/+12
* Clarify the commentToshio Kuratomi2016-11-171-2/+2
* Older versions of rhn-client-tools don't understand containment tests.Toshio Kuratomi2016-11-171-3/+4
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-1/+1
* Performance improvement using in-operator for hash lookupsDag Wieers2016-11-171-1/+1
* Change example syntax on pip moduleSam Doran2016-11-151-14/+41
* Change example syntax on gem moduleSam Doran2016-11-151-3/+11
* Change example syntax on easy_install moduleSam Doran2016-11-151-2/+6
* Change example syntax on yum moduleSam Doran2016-11-151-9/+28
* Change example syntax on rpm_key moduleSam Doran2016-11-151-3/+9
* Change example syntax on rhn_register moduleSam Doran2016-11-151-12/+26
* Change example syntax on rhn_subscription moduleSam Doran2016-11-151-3/+8
* Change example syntax on redhat_subscription moduleSam Doran2016-11-151-13/+24
* Change example syntax on package moduleSam Doran2016-11-151-2/+6
* Change example syntax on apt_rpm moduleSam Doran2016-11-151-6/+18
* Change example syntax on apt_repository moduleSam Doran2016-11-151-6/+20
* Change example syntax on apt_key moduleSam Doran2016-11-151-8/+27
* Change example syntax on apt moduleSam Doran2016-11-151-1/+1
* Correct the handling of state=latest for yum groups. (#4141)jctanner2016-11-081-3/+13
* apt: fix changed when cache updated but not pkg (#5487)René Moser2016-11-061-6/+0
* If fetch_url failed to download the URL fail early with a proper error messag...Matt Martz2016-11-051-0/+2
* Merge pull request #5461 from Cbeck527/develscottb2016-11-041-1/+4
|\
| * Add more specific language to module description and examplesChris Becker2016-11-021-1/+4
* | apt_repository: Relax PPA checks and add basename (#5432)Matt Robinson2016-11-031-10/+17
|/
* apt: update cache until corrupt package lists are fixed (#5448)jctanner2016-11-011-1/+28
* Need to locate a pip inside a venv when venv is specifiedToshio Kuratomi2016-11-011-22/+36
* Replace dangerous shell calls with module.run_commandEvgenii Terechkov2016-10-231-9/+7
* Ensure that we use shellEvgenii Terechkov2016-10-231-1/+1
* Order of return values was reversedToshio Kuratomi2016-10-221-1/+1
* Fix builddep when a source package exists without a binary packageToshio Kuratomi2016-10-221-11/+15
* Only change to short IDs for delete (#5353)Toshio Kuratomi2016-10-221-67/+120
* On Ubuntu16, virtualenv always tries to use python2 even when python2 is not ...Toshio Kuratomi2016-10-201-1/+9
* Fix incorrect line wrapping in output from yum check-updatesFilip Hubík2016-10-191-0/+2
* Ensure yum failures in with-loop result into a failed taskDag Wieers2016-10-181-7/+15
* Make pip module use pip3 on python 3Michael Scherer2016-10-171-2/+12
* apt: doc: use yaml syntax in examples (#5070)Alfredo Solano2016-10-171-38/+64
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-133-6/+6
* Correct functional typosJohn Barker2016-10-111-1/+1
* apt: fix cache time handling (#1517)Kevin Carter2016-09-281-40/+72
* Fix pip freeze workaround with virtualenv (#4951)Toshio Kuratomi2016-09-201-31/+47
* pip list isn't available on pip less than 1.3 so make a fallback (#4947)Toshio Kuratomi2016-09-201-2/+27
* Fix parsing of pip outputToshio Kuratomi2016-09-201-16/+19
* Pip: use 'pip list' when available for package list (#4644)Rob Cutmore2016-09-201-16/+38
* Check whether yum file or URL install is an upgrade (#4547)Will Thames2016-09-191-18/+5
* Fix python 3 issues with apt* modules. (#4848)Matt Clay2016-09-143-18/+58
* Python 3 fixes for apt_* modules. (#4754)Matt Clay2016-09-083-5/+7
* We've decided that pythn 3.5 is the minimum python3 version (#4572)Toshio Kuratomi2016-08-311-1/+1
* gem: add support for --env-shebang (#4377)Guillaume Delpierre2016-08-301-1/+10