<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/contrib/source-checker, branch corecdp-1.1.0</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>contrib: scripts for easy preferred-xorg-versions generation</title>
<updated>2009-12-22T12:17:38+00:00</updated>
<author>
<name>Martin.Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2009-10-30T09:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ed6e69eab041535e3e3bc65bf804f7de346dc9f1'/>
<id>ed6e69eab041535e3e3bc65bf804f7de346dc9f1</id>
<content type='text'>
* live.sh generates conf/distro/include/preferred-xorg-versions-live.inc with
  latest versions available at http://xorg.freedesktop.org/releases/individual/
* 7.5.sh generates preferred-xorg-versions-X11R7.5-live.inc with latest
  versions available at http://www.x.org/releases/X11R7.5/src/
* Temporary files are created in script directory and contains info
  about possible version updates, missing recipes (in "date".log) and
  also generated shell commands for copying recipe from older version
  etc (in "date".cmd).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* live.sh generates conf/distro/include/preferred-xorg-versions-live.inc with
  latest versions available at http://xorg.freedesktop.org/releases/individual/
* 7.5.sh generates preferred-xorg-versions-X11R7.5-live.inc with latest
  versions available at http://www.x.org/releases/X11R7.5/src/
* Temporary files are created in script directory and contains info
  about possible version updates, missing recipes (in "date".log) and
  also generated shell commands for copying recipe from older version
  etc (in "date".cmd).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms"</title>
<updated>2009-10-09T14:49:36+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>marcin@juszkiewicz.com.pl</email>
</author>
<published>2009-10-09T14:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f39bf1b386f876aee67afe44006faafdf8db7705'/>
<id>f39bf1b386f876aee67afe44006faafdf8db7705</id>
<content type='text'>
This reverts commit 117ec4def4dff7abad394279698e1ddaef9407a7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 117ec4def4dff7abad394279698e1ddaef9407a7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms</title>
<updated>2009-10-09T14:19:06+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2009-10-09T03:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=117ec4def4dff7abad394279698e1ddaef9407a7'/>
<id>117ec4def4dff7abad394279698e1ddaef9407a7</id>
<content type='text'>
Signed-off-by: Marcin Juszkiewicz &lt;marcin@juszkiewicz.com.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marcin Juszkiewicz &lt;marcin@juszkiewicz.com.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>source-checker: added small script to generate list of files for mirroring</title>
<updated>2009-09-08T11:29:44+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>marcin@juszkiewicz.com.pl</email>
</author>
<published>2009-09-08T11:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a72b72a409d0ba3a3fa55d3af3ff4ca19d4267d2'/>
<id>a72b72a409d0ba3a3fa55d3af3ff4ca19d4267d2</id>
<content type='text'>
oe-source-mirror-build.py compares checksums stored in checksums.ini
with files in DL_DIR and outputs list of good ones. Such list can be
used for populating local OE sources mirror.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oe-source-mirror-build.py compares checksums stored in checksums.ini
with files in DL_DIR and outputs list of good ones. Such list can be
used for populating local OE sources mirror.
</pre>
</div>
</content>
</entry>
<entry>
<title>oe-checksums-sorter.py: speed up about 4X using a hash</title>
<updated>2009-08-19T13:13:01+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-06-27T21:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1eb3a77d18748635f38804b78390fc09993c4475'/>
<id>1eb3a77d18748635f38804b78390fc09993c4475</id>
<content type='text'>
OK, this saves a grand total of one second a few times a week, but it
was bugging me...

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OK, this saves a grand total of one second a few times a week, but it
was bugging me...

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>source-checker: usability tweaks</title>
<updated>2009-08-19T13:12:51+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-06-27T21:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3555703d298735f509973b30e5aa40c19c1f6a2e'/>
<id>3555703d298735f509973b30e5aa40c19c1f6a2e</id>
<content type='text'>
checksum sorter, source checker:
* exit(1) on failure;
* send errors to stderr;
* make executable

checksum sorter:
* read from stdin if no arg;
* accept --inplace option to read and write from the same file;
* check that input file exists as ConfigParser.read() doesn't treat
  missing files as an error.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
checksum sorter, source checker:
* exit(1) on failure;
* send errors to stderr;
* make executable

checksum sorter:
* read from stdin if no arg;
* accept --inplace option to read and write from the same file;
* check that input file exists as ConfigParser.read() doesn't treat
  missing files as an error.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mtn2git: remove .mtn2git_empty files in non-empty directories</title>
<updated>2008-10-15T13:27:49+00:00</updated>
<author>
<name>Jan Luebbe</name>
<email>jluebbe@debian.org</email>
</author>
<published>2008-10-15T13:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=869ba9e1fb2237b75560feed13545a35f3c3569d'/>
<id>869ba9e1fb2237b75560feed13545a35f3c3569d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oe-source-checker.py: use regular oe_sha256sum since OE doesn't build its own version anymore </title>
<updated>2008-08-08T12:31:27+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2008-08-08T12:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=773e6db203aa8338b48e637239a7303673d653e0'/>
<id>773e6db203aa8338b48e637239a7303673d653e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oe-checksums-sorter: small script to sort checksums.ini</title>
<updated>2007-10-24T13:08:21+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openembedded.org</email>
</author>
<published>2007-10-24T13:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7cebc061c5c8aaf11785fb2d10c5621f8faa16a1'/>
<id>7cebc061c5c8aaf11785fb2d10c5621f8faa16a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>source-checker: move bad news to end of program (list of errors when program end)</title>
<updated>2007-10-18T13:37:57+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openembedded.org</email>
</author>
<published>2007-10-18T13:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=5dfeeef24d1802c6590f7943ffc6db6c5265985f'/>
<id>5dfeeef24d1802c6590f7943ffc6db6c5265985f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
