<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet-concat/files, branch master</title>
<subtitle>Puppet module for concat</subtitle>
<id>https://cgit.fluxo.info/puppet-concat/atom?h=master</id>
<link rel='self' href='https://cgit.fluxo.info/puppet-concat/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/'/>
<updated>2012-04-17T19:02:38+00:00</updated>
<entry>
<title>Remove the gnu parameter from concat</title>
<updated>2012-04-17T19:02:38+00:00</updated>
<author>
<name>Reid Vandewiele</name>
<email>marut@cat.pdx.edu</email>
</author>
<published>2012-04-11T21:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=81d5ee80f3d505ad3f9a5acd0c221c0817cdfc2c'/>
<id>urn:sha1:81d5ee80f3d505ad3f9a5acd0c221c0817cdfc2c</id>
<content type='text'>
Previously, the concatfragments.sh script was would default to using
GNU-specific flags for find, sort, and xargs. This necessitated
explicit passing of a "gnu = false" parameter to the concat define in
order to successfully run the script without GNU-specific flags when
working with systems that do not by default include GNU versions of the
utilities (solaris, for example).

This commit modifies the concatfragments script such that GNU versions
of the utilities are not needed at all. It does this while preserving
the original use case for the GNU flags, which was to allow special
characters (like spaces) in the filenames, which it accomplished by
using GNU flags to separate fields using null characters instead of
newlines.

In order to preserve backwards-compatibility with existing puppet
installations that make use of the "gnu = false" parameter, the
parameter list for the concat define has not been changed. Rather, the
gnu parameter is now deprecated and ignored.
</content>
</entry>
<entry>
<title>Remove silly environment variable that corrupts reality.</title>
<updated>2011-12-14T04:24:10+00:00</updated>
<author>
<name>Sharif Nassar</name>
<email>sharif@mediatemple.net</email>
</author>
<published>2011-12-14T04:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=9dac53afc8426bd09e946ab8f226d65cd7aaca80'/>
<id>urn:sha1:9dac53afc8426bd09e946ab8f226d65cd7aaca80</id>
<content type='text'>
Not sure how this is set in our puppet environment, but it is.
http://nexenta.org/projects/site/wiki/Personalities
</content>
</entry>
<entry>
<title>On Solaris, 'test -a' does not work with /bin/sh</title>
<updated>2011-07-11T23:54:20+00:00</updated>
<author>
<name>Sharif Nassar</name>
<email>sharif@mediatemple.net</email>
</author>
<published>2011-07-11T23:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=4dff5634b3412ec6a3ab29418ebb4098816142ec'/>
<id>urn:sha1:4dff5634b3412ec6a3ab29418ebb4098816142ec</id>
<content type='text'>
     -a file                 True if file exists. (Not  available
                             in sh.)
</content>
</entry>
<entry>
<title>Dash (default /bin/sh on Debian and Ubuntu) does not support 'echo -e'.  That invocation of echo is not POSIX compliant: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167</title>
<updated>2011-04-20T21:54:27+00:00</updated>
<author>
<name>Tim</name>
<email>tim@clockwork.net</email>
</author>
<published>2011-04-20T21:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=0c5dcc82c4d58dbb88ea7ebdb0ab2f76c303bb88'/>
<id>urn:sha1:0c5dcc82c4d58dbb88ea7ebdb0ab2f76c303bb88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- make the root group configurable in the concat::setup class for portability</title>
<updated>2011-02-03T18:01:36+00:00</updated>
<author>
<name>Pierre-Yves Ritschard</name>
<email>pyr@milestonelab.com</email>
</author>
<published>2011-02-03T17:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=031bf261289dcbb32e63b053ed5b3a82117698c0'/>
<id>urn:sha1:031bf261289dcbb32e63b053ed5b3a82117698c0</id>
<content type='text'>
- use sh and not bash
</content>
</entry>
<entry>
<title>add "g" option to getopts</title>
<updated>2010-12-14T19:06:27+00:00</updated>
<author>
<name>Jonathan Boyett</name>
<email>jonathan@failingservers.com</email>
</author>
<published>2010-12-14T19:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=03ac60902b008ccfc961cc5135f6ba031ee44141'/>
<id>urn:sha1:03ac60902b008ccfc961cc5135f6ba031ee44141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a -g flag to concatfragments.sh to disable GNU extensions to find, sort and xargs; makes concat work on Solaris.</title>
<updated>2010-12-03T20:35:23+00:00</updated>
<author>
<name>Jonathan Boyett</name>
<email>jonathan@failingservers.com</email>
</author>
<published>2010-12-03T20:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=fa80fc2b311b689c41b4ee2913f6bfb9f7c159c6'/>
<id>urn:sha1:fa80fc2b311b689c41b4ee2913f6bfb9f7c159c6</id>
<content type='text'>
Add a $gnu parameter to make use of the aforementioned -g flag, and a $order parameter to make use of the -n flag in concatfragments.sh
</content>
</entry>
<entry>
<title>Parametrize warning message</title>
<updated>2010-10-04T21:46:18+00:00</updated>
<author>
<name>martin f. krafft</name>
<email>madduck@madduck.net</email>
</author>
<published>2010-10-04T21:02:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=af63a0b3eb0a528e39992e1f10c07d8a78a84e77'/>
<id>urn:sha1:af63a0b3eb0a528e39992e1f10c07d8a78a84e77</id>
<content type='text'>
The concat warn parameter can now be any string (and needs to include
the appropriate commenting character) and will then override the default
(which still gets printed when warn=&gt;true).

Signed-off-by: martin f. krafft &lt;madduck@madduck.net&gt;
</content>
</entry>
<entry>
<title>Pull in work from private Subversion repository</title>
<updated>2010-05-06T21:55:02+00:00</updated>
<author>
<name>R.I.Pienaar</name>
<email>rip@devco.net</email>
</author>
<published>2010-05-06T21:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-concat/commit/?id=ee1fe7a0236e5fd100bbc229ea034bf7d2b530aa'/>
<id>urn:sha1:ee1fe7a0236e5fd100bbc229ea034bf7d2b530aa</id>
<content type='text'>
</content>
</entry>
</feed>
