<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet.git/bin/puppet, branch master</title>
<subtitle>Puppet repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/'/>
<entry>
<title>[#4196] Move the docs into the source directory structure</title>
<updated>2010-07-09T19:43:00+00:00</updated>
<author>
<name>Jesse Wolfe</name>
<email>jes5199@gmail.com</email>
</author>
<published>2010-07-09T18:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=a07af2bb40f6894930ed910c66115556e10c0841'/>
<id>a07af2bb40f6894930ed910c66115556e10c0841</id>
<content type='text'>
Since it is no longer possible to find the running executable from the
call stack, docs have to be kept somewhere in the source tree.
Of course, at this point, we shouldn't be using RDoc::Usage at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it is no longer possible to find the running executable from the
call stack, docs have to be kept somewhere in the source tree.
Of course, at this point, we shouldn't be using RDoc::Usage at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>feature #2276 Single Executable: CommandLine can be instantiated</title>
<updated>2010-02-17T14:50:53+00:00</updated>
<author>
<name>Jesse Wolfe</name>
<email>jes5199@gmail.com</email>
</author>
<published>2010-04-22T19:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=7656ba73ddfd883b36a01c81147ae69e80773bce'/>
<id>7656ba73ddfd883b36a01c81147ae69e80773bce</id>
<content type='text'>
refactor CommandLine to be an object

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor CommandLine to be an object

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feature #2276 Single Executable: subcommand method</title>
<updated>2010-02-17T14:50:53+00:00</updated>
<author>
<name>Jesse Wolfe</name>
<email>jes5199@gmail.com</email>
</author>
<published>2010-04-30T21:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=63e2e56d3172bdc80aaca5f5ddde5811728e3c76'/>
<id>63e2e56d3172bdc80aaca5f5ddde5811728e3c76</id>
<content type='text'>
Extract the logic to determine the subcommand name into a method.

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract the logic to determine the subcommand name into a method.

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feature #2276 Single Executable: help for apply</title>
<updated>2010-02-17T14:50:53+00:00</updated>
<author>
<name>Jesse Wolfe</name>
<email>jes5199@gmail.com</email>
</author>
<published>2010-04-21T07:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=b0737228b8b56019e417d68d7215270ce282f535'/>
<id>b0737228b8b56019e417d68d7215270ce282f535</id>
<content type='text'>
restore the help text for the apply command

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
restore the help text for the apply command

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feature #2276 Single Executable: legacy settings</title>
<updated>2010-02-17T14:50:53+00:00</updated>
<author>
<name>Jesse Wolfe</name>
<email>jes5199@gmail.com</email>
</author>
<published>2010-04-15T23:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=71033786bf4abef4fd486793d6fe186fff87a432'/>
<id>71033786bf4abef4fd486793d6fe186fff87a432</id>
<content type='text'>
Puppet's defaults change depending on which command invokes them.
This patch makes sure that we use the maintain the current behavior.
This is a temporary fix until I implement feature #2935.

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Puppet's defaults change depending on which command invokes them.
This patch makes sure that we use the maintain the current behavior.
This is a temporary fix until I implement feature #2935.

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #3552 single executable should display usage</title>
<updated>2010-02-17T14:50:53+00:00</updated>
<author>
<name>Jesse Wolfe</name>
<email>jes5199@gmail.com</email>
</author>
<published>2010-04-13T21:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=748aed9a4fe70cc2ecc0c782b694114356d9eb25'/>
<id>748aed9a4fe70cc2ecc0c782b694114356d9eb25</id>
<content type='text'>
Added some tests to make the single executable command behavior
explicit.
Added logic to display the usage message if we're on a tty and no
arguments are passed.

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added some tests to make the single executable command behavior
explicit.
Added logic to display the usage message if we're on a tty and no
arguments are passed.

Signed-off-by: Jesse Wolfe &lt;jes5199@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing 'puppet' to directly run manifests</title>
<updated>2010-04-09T22:49:23+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@puppetlabs.com</email>
</author>
<published>2010-04-09T22:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=edef6478e0cc47c0d2db0198fcc54897f85657bb'/>
<id>edef6478e0cc47c0d2db0198fcc54897f85657bb</id>
<content type='text'>
It was previously requiring that you specify an application
name, thus breaking the ability to easily run commands like:

    puppet ~/bin/test.pp

Or even having '#/usr/bin/env puppet --verbose' in the first
line of an executable script and having that work.

Signed-off-by: Luke Kanies &lt;luke@puppetlabs.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was previously requiring that you specify an application
name, thus breaking the ability to easily run commands like:

    puppet ~/bin/test.pp

Or even having '#/usr/bin/env puppet --verbose' in the first
line of an executable script and having that work.

Signed-off-by: Luke Kanies &lt;luke@puppetlabs.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving puppet back to bin</title>
<updated>2010-04-09T21:59:09+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@puppetlabs.com</email>
</author>
<published>2010-04-09T21:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=7c253177fbebdeb81594779bfd5b63772de09fff'/>
<id>7c253177fbebdeb81594779bfd5b63772de09fff</id>
<content type='text'>
Signed-off-by: Luke Kanies &lt;luke@puppetlabs.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luke Kanies &lt;luke@puppetlabs.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Renaming the old puppet executable</title>
<updated>2010-02-17T14:50:53+00:00</updated>
<author>
<name>Rein Henrichs</name>
<email>reinh@reinh.com</email>
</author>
<published>2010-03-31T00:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=c014c297eb69fa856f17a0faa69d478a338e788b'/>
<id>c014c297eb69fa856f17a0faa69d478a338e788b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Signed-off-by: Eric Sorenson &lt;ahpook@gmail.com&gt;</title>
<updated>2009-08-01T01:10:55+00:00</updated>
<author>
<name>Eric Sorenson</name>
<email>eric@leterel.apple.com</email>
</author>
<published>2009-07-31T00:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=d40ef291191e627a91d6ec73b438853e2d3a73e8'/>
<id>d40ef291191e627a91d6ec73b438853e2d3a73e8</id>
<content type='text'>
Apologies if this violates the no-trivial-patches rule. I am getting
used to git and this seemed like a harmless place to start.

Documentation fix for help text, configuration reference URL is 404 now.
Updated to equivalent page on wiki, fixes #2466
Signed-off-by: Eric Sorenson &lt;ahpook@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apologies if this violates the no-trivial-patches rule. I am getting
used to git and this seemed like a harmless place to start.

Documentation fix for help text, configuration reference URL is 404 now.
Updated to equivalent page on wiki, fixes #2466
Signed-off-by: Eric Sorenson &lt;ahpook@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
