aboutsummaryrefslogtreecommitdiffstats
path: root/shells/ambit
Commit message (Collapse)AuthorAgeFilesLines
* Simplify plistbapt2014-09-231-4/+2
|
* Use the USES=tar:... variants.adamw2014-06-201-1/+1
|
* Use @samplebapt2014-06-121-3/+1
|
* Support stagebapt2013-12-272-11/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | shells)
* In categories starting with [n-s], remove empty lines (and also few cases ofdanfe2013-03-171-1/+0
| | | | trailing slashes) from pkg-plist.
* Ambit, at its simplest, uses Bash Brace Expansion to expand and listeadler2011-08-304-0/+71
hostnames OR commands. First and foremost Ambit is meant to be a general purpose hostlist enumerator to be used by other applications or scripts. Additionally Ambit can be used to manage User Specific as well as System-Wide HostGroups. It can also be used to query Network HostGroups. Finally, Ambit is able to detect when it is expanding a command (rather than a host list), allowing for the command to be expanded and executed synchronously. This means Ambit can expand and run just about anything on the command line and usually works in places where Bash Brace Expansion might fail. WWW: http://m.a.tt/er/ambit/ PR: 159769 Submitted by: Sascha Klauder <sklauder@trimind.de> Approved by: sahil (mentor)