<feed xmlns='http://www.w3.org/2005/Atom'>
<title>febootstrap.git, branch 3.8</title>
<subtitle>[MIRROR] bootstrapping tool for creating supermin appliances</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/'/>
<entry>
<title>Version 3.8.</title>
<updated>2011-08-10T19:28:08+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-08-10T19:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=d54a59cf7f951e57ecd641a977a60310c34fe834'/>
<id>d54a59cf7f951e57ecd641a977a60310c34fe834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>helper: Allow kernel and modpath to be selected from envvars (RHBZ#671082).</title>
<updated>2011-07-22T14:40:28+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-22T14:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=ad47b1cf5010721fc12f814a1b3275361fef6493'/>
<id>ad47b1cf5010721fc12f814a1b3275361fef6493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>helper: create_kernel_archlinux should return const char *</title>
<updated>2011-07-22T14:18:18+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-22T14:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=25bc2ca090c135c280a46758e510d920f26f29a4'/>
<id>25bc2ca090c135c280a46758e510d920f26f29a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>helper: Move all_files down function.</title>
<updated>2011-07-22T13:41:08+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-22T13:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=5678972dca34f06bfa520bd7e9ee558a1a3164b4'/>
<id>5678972dca34f06bfa520bd7e9ee558a1a3164b4</id>
<content type='text'>
This is just code tidy-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is just code tidy-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>debian: Check for gawk.</title>
<updated>2011-07-21T07:32:54+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-21T07:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=43cff1a90af236958347223708b76831656ea44b'/>
<id>43cff1a90af236958347223708b76831656ea44b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 3.7.</title>
<updated>2011-07-15T16:00:20+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-15T16:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=9e7f9f6782bd619a893850c4ab9d14e7176f6e44'/>
<id>9e7f9f6782bd619a893850c4ab9d14e7176f6e44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>De-duplicate directories with the same name, like "/etc" and "/etc/"</title>
<updated>2011-07-15T15:57:55+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-15T15:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=d51c68f705afde2313e4f8bc7a1a58ab7602bb27'/>
<id>d51c68f705afde2313e4f8bc7a1a58ab7602bb27</id>
<content type='text'>
In Rawhide there are two patches which create /etc/pam.d and /etc/pam.d/

febootstrap was trying to treat these as two separate directories.
Add a de-duplication step so that these names are considered the same.

We could go further than this patch (eg. removing multiple //
characters), but this patch is sufficient to fix Fedora builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Rawhide there are two patches which create /etc/pam.d and /etc/pam.d/

febootstrap was trying to treat these as two separate directories.
Add a de-duplication step so that these names are considered the same.

We could go further than this patch (eg. removing multiple //
characters), but this patch is sufficient to fix Fedora builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>debian: Add missing build dependency on gawk.</title>
<updated>2011-07-15T13:19:11+00:00</updated>
<author>
<name>Nikita A Menkovich</name>
<email>menkovich@gmail.com</email>
</author>
<published>2011-07-15T13:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=474de2b96272435bb94945fd53462481d366dd46'/>
<id>474de2b96272435bb94945fd53462481d366dd46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>helper: Fix error message when modules.dep is not found.</title>
<updated>2011-06-06T16:07:23+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-06-06T16:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=d6d144eab55388d4117880f2d3a7e8c2571c9d9a'/>
<id>d6d144eab55388d4117880f2d3a7e8c2571c9d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace from one line.</title>
<updated>2011-06-06T13:18:55+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-06-06T13:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/febootstrap.git/commit/?id=489e4d8ff78ad3141c5464e0783b9cb9b40b1f84'/>
<id>489e4d8ff78ad3141c5464e0783b9cb9b40b1f84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
