<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet-host-package.git/puppet-host-package, branch master</title>
<subtitle>Create puppet certs and packages them for a host</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/'/>
<entry>
<title>Cleanup tmp files</title>
<updated>2014-05-03T15:17:29+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2014-05-03T15:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=c3f263a5c23658d22c35a6f2e7e4439241478d14'/>
<id>c3f263a5c23658d22c35a6f2e7e4439241478d14</id>
<content type='text'>
We don't want to leave the cert/key laying around in a tmp dir.  This
was missed when host.cleanup() was moved out of host.rpm() a long time
ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't want to leave the cert/key laying around in a tmp dir.  This
was missed when host.cleanup() was moved out of host.rpm() a long time
ago.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --package-type option and allow tar to be used</title>
<updated>2014-04-02T21:41:18+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2014-04-02T21:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=5f5282b2dbcb4653b2b4e6d21eadfd5cdfacb833'/>
<id>5f5282b2dbcb4653b2b4e6d21eadfd5cdfacb833</id>
<content type='text'>
For systems we don't support with proper OS packages, a tarball is
better than nothing.  We already generate one, this just allows us to
save it rather than remove it as part of the cleanup process.

RPM remains the default package type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For systems we don't support with proper OS packages, a tarball is
better than nothing.  We already generate one, this just allows us to
save it rather than remove it as part of the cleanup process.

RPM remains the default package type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename --rpmdir to --destdir</title>
<updated>2014-04-02T21:40:03+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2014-04-02T21:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=e0d9ca89b78f7b0d76e8d6e6d6678f854096d889'/>
<id>e0d9ca89b78f7b0d76e8d6e6d6678f854096d889</id>
<content type='text'>
When we add new package types, using rpmdir will make much less sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we add new package types, using rpmdir will make much less sense.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't run cleanup() in rpm(), call it explicitly</title>
<updated>2009-08-28T18:08:13+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2009-08-28T18:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=b834081493101080cf2001a3d87c7b6d7a47491d'/>
<id>b834081493101080cf2001a3d87c7b6d7a47491d</id>
<content type='text'>
Running cleanup() from rpm() made it impossible to create a tarball or
other package after rpm() was called because it deleted the tmpdir,
which was made a class variable in ae26808.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running cleanup() from rpm() made it impossible to create a tarball or
other package after rpm() was called because it deleted the tmpdir,
which was made a class variable in ae26808.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add options for signing packages</title>
<updated>2009-03-16T01:27:23+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2009-03-16T01:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=042bd0d652484b98bbe78fe3098c9f04bb6740bd'/>
<id>042bd0d652484b98bbe78fe3098c9f04bb6740bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split puppethost.py into script and module</title>
<updated>2008-11-28T05:05:31+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-11-28T04:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=deeb9f695dde6f5232524cc78b8e1be1657ff0a0'/>
<id>deeb9f695dde6f5232524cc78b8e1be1657ff0a0</id>
<content type='text'>
This will make it easier to create a tarball distribution using
distutils.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will make it easier to create a tarball distribution using
distutils.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move command line code into the module</title>
<updated>2008-11-25T22:47:13+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-11-25T22:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=082f3ddb1de5fcb6fed301157f747c11adcc1170'/>
<id>082f3ddb1de5fcb6fed301157f747c11adcc1170</id>
<content type='text'>
This allows the code to be run directly or used as a module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the code to be run directly or used as a module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "host" instead of "client" in object names and comments</title>
<updated>2008-11-25T22:39:54+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-11-25T22:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=36c97db66dbf937b3fe412121c82ad5b082832c1'/>
<id>36c97db66dbf937b3fe412121c82ad5b082832c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit for puppet host package tool</title>
<updated>2008-11-25T22:39:29+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-11-25T16:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/puppet-host-package.git/commit/?id=e1de241f356a87ff8ca99aafba99f5bbcd5d5323'/>
<id>e1de241f356a87ff8ca99aafba99f5bbcd5d5323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
