<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/utils/common/gitscraper.py, branch wolf3d</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Rework langstat.</title>
<updated>2013-06-09T14:54:59+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-06-08T21:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6b3c4beba4135681f0484d41ac096e1599939bd4'/>
<id>6b3c4beba4135681f0484d41ac096e1599939bd4</id>
<content type='text'>
- Generally improve code and make it compliant to PEP8.
- Make it work with Python3 as well.

Change-Id: I9e99999c59dc501664c36dd38fcb85fb60d6d9e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Generally improve code and make it compliant to PEP8.
- Make it work with Python3 as well.

Change-Id: I9e99999c59dc501664c36dd38fcb85fb60d6d9e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the tarball generation tool handle spaces in filenames</title>
<updated>2013-03-05T21:37:27+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2013-03-05T21:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3e4be68f8b596cf3467f993dc9a210a3d901ca1c'/>
<id>3e4be68f8b596cf3467f993dc9a210a3d901ca1c</id>
<content type='text'>
&lt;insert opinion on such filenames here&gt;

Change-Id: Ie1b5fac97eea93c9ac934ffb8bf6c0d9a0559339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;insert opinion on such filenames here&gt;

Change-Id: Ie1b5fac97eea93c9ac934ffb8bf6c0d9a0559339
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2012-05-14T21:02:21+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-05-14T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=972b8945b8d67666199cb32470fd1ab1c092bb93'/>
<id>972b8945b8d67666199cb32470fd1ab1c092bb93</id>
<content type='text'>
Change-Id: I358add5df8971bc3eab4c4cf71d2e792e51979d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I358add5df8971bc3eab4c4cf71d2e792e51979d1
</pre>
</div>
</content>
</entry>
<entry>
<title>gitscraper: Provide way to get timestamps for files.</title>
<updated>2012-04-29T09:48:07+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-04-29T09:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=91cf4a77687e650ff92e8129424955cea692d875'/>
<id>91cf4a77687e650ff92e8129424955cea692d875</id>
<content type='text'>
When scraping files from the repository allow passing an additional list of
files for which the timestamp of the last change is retrieved. Since this is
slow (the log needs to be traversed, since a blob doesn't know about commits
its referenced by) only specified files get this retrieved.

Change-Id: I61a2ef812ac18ffb5898c01ce070046d4ca00a15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When scraping files from the repository allow passing an additional list of
files for which the timestamp of the last change is retrieved. Since this is
slow (the log needs to be traversed, since a blob doesn't know about commits
its referenced by) only specified files get this retrieved.

Change-Id: I61a2ef812ac18ffb5898c01ce070046d4ca00a15
</pre>
</div>
</content>
</entry>
<entry>
<title>gitscraper: support Python3.</title>
<updated>2012-04-22T19:34:01+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-04-22T19:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=885db72b8b4546572aaf7da08078176d2662d2d9'/>
<id>885db72b8b4546572aaf7da08078176d2662d2d9</id>
<content type='text'>
Make gitscraper and tarball script work with both Python 2 and Python 3. Tested
with 2.7 and 3.2.

Change-Id: I31b2580660d764d013bca6fe59d5663ae9f7f5aa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make gitscraper and tarball script work with both Python 2 and Python 3. Tested
with 2.7 and 3.2.

Change-Id: I31b2580660d764d013bca6fe59d5663ae9f7f5aa
</pre>
</div>
</content>
</entry>
<entry>
<title>gitscraper: support compressing the sources as 7z.</title>
<updated>2012-04-12T19:08:38+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-04-12T19:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e9d5f6cb61fb9ef997213b64b8086574f591f3a5'/>
<id>e9d5f6cb61fb9ef997213b64b8086574f591f3a5</id>
<content type='text'>
The Rockbox source code uses 7z for its archive for size reasons. Add support
for compressing as 7z (by calling the 7z command line utility) so it can be
used for generating Rockbox source archives.

Change-Id: I26097ff61ff183e5ddc07b2c4473f90dc0700178
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Rockbox source code uses 7z for its archive for size reasons. Add support
for compressing as 7z (by calling the 7z command line utility) so it can be
used for generating Rockbox source archives.

Change-Id: I26097ff61ff183e5ddc07b2c4473f90dc0700178
</pre>
</div>
</content>
</entry>
<entry>
<title>When writing data from repository open file as binary.</title>
<updated>2012-02-05T23:14:25+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-02-05T23:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=64f71e66b2ed6e7ac39cb505b8c1a753006809df'/>
<id>64f71e66b2ed6e7ac39cb505b8c1a753006809df</id>
<content type='text'>
Windows requires files to be explicitly opened as binaries, otherwise it will
perform line ending translations. We really don't want the OS to mess with
that.

Change-Id: Id56de354b7ad0e5b056540755f7108456f3263ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows requires files to be explicitly opened as binaries, otherwise it will
perform line ending translations. We really don't want the OS to mess with
that.

Change-Id: Id56de354b7ad0e5b056540755f7108456f3263ed
</pre>
</div>
</content>
</entry>
<entry>
<title>Python module to get (some) files from the repository.</title>
<updated>2012-02-05T20:26:57+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-02-05T18:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=909b96fa70fd14a0fc8d59e1e810f484d30039c6'/>
<id>909b96fa70fd14a0fc8d59e1e810f484d30039c6</id>
<content type='text'>
With git it's not possible to simply export a set of paths from the server
directly. This module offers a similar functionality, but requires a local
clone of the repository. It calls git directly for maximum portability.

This is a prerequisite to making the deployment script used for Rockbox Utility
work again.

Change-Id: I1aca8ddd40d16b6268c1d6a2fc23ac59e964c3c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With git it's not possible to simply export a set of paths from the server
directly. This module offers a similar functionality, but requires a local
clone of the repository. It calls git directly for maximum portability.

This is a prerequisite to making the deployment script used for Rockbox Utility
work again.

Change-Id: I1aca8ddd40d16b6268c1d6a2fc23ac59e964c3c6
</pre>
</div>
</content>
</entry>
</feed>
