<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/scripts/feeds, branch v17.01.0-rc2</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>scripts/feeds: use git rev-parse for getting revision</title>
<updated>2016-11-08T10:17:11+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>rafal@milecki.pl</email>
</author>
<published>2016-11-02T13:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0a6439154a384d2782b2da80116a589b67a95f5a'/>
<id>0a6439154a384d2782b2da80116a589b67a95f5a</id>
<content type='text'>
It provides simpler output so we don't need extra head and cut commands.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It provides simpler output so we don't need extra head and cut commands.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/feeds: display "X" as revision of uninitialized feeds</title>
<updated>2016-11-08T10:17:11+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>rafal@milecki.pl</email>
</author>
<published>2016-11-02T12:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4f7947dab82b3e3728cfc362e24eeaf55f3ba245'/>
<id>4f7947dab82b3e3728cfc362e24eeaf55f3ba245</id>
<content type='text'>
So far we were displaying "local" which could be misinterpreted. It
wasn't possible e.g. to say if src-link feed was initialized or not.
Hopefully "X" makes (a bit) more sense.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far we were displaying "local" which could be misinterpreted. It
wasn't possible e.g. to say if src-link feed was initialized or not.
Hopefully "X" makes (a bit) more sense.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/feeds: use 10 chars for feed name column width</title>
<updated>2016-11-03T07:34:38+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>rafal@milecki.pl</email>
</author>
<published>2016-11-02T14:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a2944a0c09b8486878482590b3409a3c0c710591'/>
<id>a2944a0c09b8486878482590b3409a3c0c710591</id>
<content type='text'>
It's always hard to find a reasonable width that will make everyone
happy. This one at least makes "telephony" (one of default feeds) name
fit the column and hopefully isn't too big.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's always hard to find a reasonable width that will make everyone
happy. This one at least makes "telephony" (one of default feeds) name
fit the column and hopefully isn't too big.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/feeds: Prevent .config autocreation</title>
<updated>2016-07-05T20:59:13+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>lede@daniel.thecshore.com</email>
</author>
<published>2016-07-04T08:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=34527688fcece24641b5ca0bb472c5359df371af'/>
<id>34527688fcece24641b5ca0bb472c5359df371af</id>
<content type='text'>
When using scripts/feeds upgrade the .config needs to be
updated but the code to do so was also autocreating a
.config if one didn't exist.  This is counter-productive
when you have not yet used menuconfig (or other config targets)
because things like selecting or deselecting CONFIG_ALL
(to build all package by default) only works if the
package selection has not already been done via an
existing .config selection.

Signed-off-by: Daniel Dickinson &lt;lede@daniel.thecshore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using scripts/feeds upgrade the .config needs to be
updated but the code to do so was also autocreating a
.config if one didn't exist.  This is counter-productive
when you have not yet used menuconfig (or other config targets)
because things like selecting or deselecting CONFIG_ALL
(to build all package by default) only works if the
package selection has not already been done via an
existing .config selection.

Signed-off-by: Daniel Dickinson &lt;lede@daniel.thecshore.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: feeds: fix version detection for Make &gt;= 4.2.1</title>
<updated>2016-06-15T17:10:32+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2016-06-15T14:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=df18b3756fef6a28d9194368d3156f0cd85fae19'/>
<id>df18b3756fef6a28d9194368d3156f0cd85fae19</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: avoid hard-coded paths in scripts</title>
<updated>2016-04-28T14:43:28+00:00</updated>
<author>
<name>Iblis Lin</name>
<email>e196819@hotmail.com</email>
</author>
<published>2016-04-28T12:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d9a0a8c78f9ac42f7976aeb4152094213a4d8381'/>
<id>d9a0a8c78f9ac42f7976aeb4152094213a4d8381</id>
<content type='text'>
Signed-off-by: Iblis Lin &lt;e196819@hotmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Iblis Lin &lt;e196819@hotmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/feeds: allow export of feeds with static revisions</title>
<updated>2015-08-23T09:35:46+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-08-23T09:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0d54d4434978a616ac76ba7893e52b32385c4575'/>
<id>0d54d4434978a616ac76ba7893e52b32385c4575</id>
<content type='text'>
Add a switch to scripts/feeds that allows listing the feeds with their
currently checked out revisions in feeds.conf compatible format.

This allows providing a feeds.conf for public builds to make replication
of the build easier.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46706
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a switch to scripts/feeds that allows listing the feeds with their
currently checked out revisions in feeds.conf compatible format.

This allows providing a feeds.conf for public builds to make replication
of the build easier.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46706
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/feeds: return error status from feed update</title>
<updated>2015-07-14T22:27:39+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-07-14T22:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c5fbcf59e0fcaba3dd137d406e38b3eb27d21573'/>
<id>c5fbcf59e0fcaba3dd137d406e38b3eb27d21573</id>
<content type='text'>
This patch is a modified version of the patch being discussed at here:
https://patchwork.ozlabs.org/patch/471303/
from Martin Strbacka &lt;martin.strbacka@nic.cz&gt;

My version modifies scripts/feeds so that an error with one of the feeds just
raises the error flag, but script continues and tries to update the other
feeds. After all feeds have been updated, the script returns 1 if at least
one feed failed, and 0 on success with all feeds. The user can then utilise
the status in his build script, if he wants.

signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 46374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is a modified version of the patch being discussed at here:
https://patchwork.ozlabs.org/patch/471303/
from Martin Strbacka &lt;martin.strbacka@nic.cz&gt;

My version modifies scripts/feeds so that an error with one of the feeds just
raises the error flag, but script continues and tries to update the other
feeds. After all feeds have been updated, the script returns 1 if at least
one feed failed, and 0 on success with all feeds. The user can then utilise
the status in his build script, if he wants.

signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 46374
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/feeds: print the source of packages installed</title>
<updated>2015-07-07T22:32:38+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-07-07T22:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=37c015fe25a5e58b07d03f3a1c2d39cf8d0042ba'/>
<id>37c015fe25a5e58b07d03f3a1c2d39cf8d0042ba</id>
<content type='text'>
Can be helpful in diagnosing unexpected package overlaps between
feeds/core.

Signed-off-by: Karl Palsson &lt;karlp@remake.is&gt;

SVN-Revision: 46255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can be helpful in diagnosing unexpected package overlaps between
feeds/core.

Signed-off-by: Karl Palsson &lt;karlp@remake.is&gt;

SVN-Revision: 46255
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/feeds: observe -p flag for preferential feeds</title>
<updated>2015-06-24T10:57:20+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-06-24T10:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b6d0061fecbae2f08e00d143b0a293672a2bdb4a'/>
<id>b6d0061fecbae2f08e00d143b0a293672a2bdb4a</id>
<content type='text'>
lookup_target was trampling the $feed variable, resulting in the -p flag
no longer preferentially installing from the named feed.

Make sure to use a local variable for this instead.

Signed-off-by: Karl Palsson &lt;karlp@remake.is&gt;

SVN-Revision: 46120
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lookup_target was trampling the $feed variable, resulting in the -p flag
no longer preferentially installing from the named feed.

Make sure to use a local variable for this instead.

Signed-off-by: Karl Palsson &lt;karlp@remake.is&gt;

SVN-Revision: 46120
</pre>
</div>
</content>
</entry>
</feed>
