- Aug 14, 2013
-
-
Christopher Gervais authored
-
Christopher Gervais authored
The 'apt' parameter existed solely to determine whether to create custom apt sources.list and preference files. The functionality itself was inplemented in based on the 'dist' parameter. So, now we can just set 'dist' to false, when we don't want to create custom sources.
-
Christopher Gervais authored
-
- Aug 13, 2013
-
-
- Jul 29, 2013
-
-
Christopher Gervais authored
-
Christopher Gervais authored
-
- Jul 28, 2013
-
-
Christopher Gervais authored
-
- Jul 26, 2013
-
-
Christopher Gervais authored
-
- Jul 25, 2013
-
-
Christopher Gervais authored
Removed dependencies on external modules. This consisted mainly of 'apt', and 'common, which 'apt' depends on. Created an optional drush::apt class that will provide the minimum for apt to function, but can be turned off with a parameter to the main drush class. This makes the installation itself optional, and should allow for better portability. Made heavy use of a drush::defaults class to provide default arguments to all classes and defines. Defined a general drush::run resource type to allow running Drush commands easily and consistently. Rebuilt other resources to wrap around drush::run. Updated docs to describe the current functionality in lots of detail.
-
- Feb 22, 2012
-
-
Christopher Gervais authored
-