<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/scripts/makeupdates, branch master</title>
<subtitle>Anaconda installer - personal development space, mostly the new TUI</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/'/>
<entry>
<title>Use %_prefix macro value when calling configure in makeupdates</title>
<updated>2013-02-22T06:18:22+00:00</updated>
<author>
<name>Vratislav Podzimek</name>
<email>vpodzime@redhat.com</email>
</author>
<published>2013-02-20T15:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=bbf9b612ac613813e085a090115fa7b2cc4ae4dc'/>
<id>bbf9b612ac613813e085a090115fa7b2cc4ae4dc</id>
<content type='text'>
Otherwise all the paths end up with the /usr/local prefix and e.g.
the timezone map doesn't find its images.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise all the paths end up with the /usr/local prefix and e.g.
the timezone map doesn't find its images.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix including _isys.so and isys/__init__.py in updates.img</title>
<updated>2013-02-01T20:04:08+00:00</updated>
<author>
<name>Vratislav Podzimek</name>
<email>vpodzime@redhat.com</email>
</author>
<published>2013-01-29T13:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=56787f6a49174b14ed9e916d6e022c53305f716c'/>
<id>56787f6a49174b14ed9e916d6e022c53305f716c</id>
<content type='text'>
We need _isys.so in the $UPDATES/pyanaconda/isys so that it can be imported
from the updated $UPDATES/pyanaconda/isys/__init__.py module. Also we need
both these files in $UPDATES/pyanaconda/isys if either of them changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need _isys.so in the $UPDATES/pyanaconda/isys so that it can be imported
from the updated $UPDATES/pyanaconda/isys/__init__.py module. Also we need
both these files in $UPDATES/pyanaconda/isys if either of them changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a gradient background to spoke headers (mizmo, clumens).</title>
<updated>2012-12-12T15:14:50+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-12-11T22:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=801fe3e280e170c90f0c8f2bf4f7cfeea4d52160'/>
<id>801fe3e280e170c90f0c8f2bf4f7cfeea4d52160</id>
<content type='text'>
The idea here is that by adding a gradient up top, the "Done" button looks
more like it belongs with the header than with the widgets down in the
spoke.  It also subtly makes the spoke look like a subpart of the hub.

Adding this required adding an additional internal widget, which means also
changing all existing glade files to include this internal widget.  Make sure
to build new glade support and install locally (or use the proper makefile
targets) before editing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea here is that by adding a gradient up top, the "Done" button looks
more like it belongs with the header than with the widgets down in the
spoke.  It also subtly makes the spoke look like a subpart of the hub.

Adding this required adding an additional internal widget, which means also
changing all existing glade files to include this internal widget.  Make sure
to build new glade support and install locally (or use the proper makefile
targets) before editing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix makeupdates to correctly detect and include changes in isys.</title>
<updated>2012-11-09T15:19:59+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-11-08T22:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=5fe8cc69fc8f7e1cc8ebd570ca084cd8752df064'/>
<id>5fe8cc69fc8f7e1cc8ebd570ca084cd8752df064</id>
<content type='text'>
I guess I'm the only person to touch isys in a very long time, huh?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I guess I'm the only person to touch isys in a very long time, huh?
</pre>
</div>
</content>
</entry>
<entry>
<title>Bundle more of data/ in updates.img</title>
<updated>2012-10-11T05:30:44+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2012-10-11T01:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=29af89b0292a6722fa1c6629e04c482697c35b35'/>
<id>29af89b0292a6722fa1c6629e04c482697c35b35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix makeupdates to work for glade files in subdirs of spokes/ or hubs/.</title>
<updated>2012-10-05T01:33:51+00:00</updated>
<author>
<name>David Lehman</name>
<email>dlehman@redhat.com</email>
</author>
<published>2012-10-03T22:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=c6c341e59fc029c85df281d9aca8ef3ad38af1e5'/>
<id>c6c341e59fc029c85df281d9aca8ef3ad38af1e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo in makeupdates.</title>
<updated>2012-09-20T14:07:22+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-09-19T15:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=e7c581a90758c3bc5340f10c40eda0b17153739d'/>
<id>e7c581a90758c3bc5340f10c40eda0b17153739d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fail when making updates if the symlink already exists.</title>
<updated>2012-09-14T17:13:53+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-09-13T14:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=5e02efea4e969518053ebdf6d71dc82fe0b474d2'/>
<id>5e02efea4e969518053ebdf6d71dc82fe0b474d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Symlink /run/initramfs/inst.{updates,product} to /tmp</title>
<updated>2012-08-29T16:46:24+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2012-08-16T23:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=7049651f4054c2d26d565d67c5b9c0713eda7687'/>
<id>7049651f4054c2d26d565d67c5b9c0713eda7687</id>
<content type='text'>
/tmp is tmpfs and is created at boot time, so we cannot unpack our
updates there in dracut as they will be lost.  Instead unpack them to
/run/initramfs/inst.{updates,product} and create a symlink when anaconda
starts so that it can continue to look for content there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/tmp is tmpfs and is created at boot time, so we cannot unpack our
updates there in dracut as they will be lost.  Instead unpack them to
/run/initramfs/inst.{updates,product} and create a symlink when anaconda
starts so that it can continue to look for content there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the data/bootdisk directory tree.</title>
<updated>2012-08-16T17:07:17+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-08-16T17:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=5044d79ed68b71fe5fd3fc355594b1c81819f638'/>
<id>5044d79ed68b71fe5fd3fc355594b1c81819f638</id>
<content type='text'>
This is all handled by lorax now, and having it in two places is confusing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is all handled by lorax now, and having it in two places is confusing.
</pre>
</div>
</content>
</entry>
</feed>
