<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/scripts/feeds, branch reboot</title>
<subtitle>lynxis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/'/>
<updated>2015-08-23T09:35:46Z</updated>
<entry>
<title>scripts/feeds: allow export of feeds with static revisions</title>
<updated>2015-08-23T09:35:46Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2015-08-23T09:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=0d54d4434978a616ac76ba7893e52b32385c4575'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>scripts/feeds: return error status from feed update</title>
<updated>2015-07-14T22:27:39Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-07-14T22:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=c5fbcf59e0fcaba3dd137d406e38b3eb27d21573'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>scripts/feeds: print the source of packages installed</title>
<updated>2015-07-07T22:32:38Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2015-07-07T22:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=37c015fe25a5e58b07d03f3a1c2d39cf8d0042ba'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>scripts/feeds: observe -p flag for preferential feeds</title>
<updated>2015-06-24T10:57:20Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2015-06-24T10:57:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=b6d0061fecbae2f08e00d143b0a293672a2bdb4a'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>scripts/feeds: fix typo in copied code</title>
<updated>2015-05-27T15:20:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-05-27T15:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=7de4c928040c76f0f41cad5277f09c04003f2ffc'/>
<id>urn:sha1:7de4c928040c76f0f41cad5277f09c04003f2ffc</id>
<content type='text'>
do_install_target copied code from do_install_package, but didn't
replace all text.

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

SVN-Revision: 45784
</content>
</entry>
<entry>
<title>scripts/feeds: Delete package/feeds folder in the clean procedure to prevent dangling links.</title>
<updated>2015-05-23T15:29:06Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-05-23T15:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=803ebd2725f0f661e3981fad56180832e88b6fbd'/>
<id>urn:sha1:803ebd2725f0f661e3981fad56180832e88b6fbd</id>
<content type='text'>
Hello,

if you run:
./scripts/feeds clean
It removes ./feeds folder but not ./package/feeds/ which is full of dangling links then. This patch fixes it.

Best Regards,
Martin Strbačka

Signed-off-by: Martin Strbacka &lt;martin.strbacka@nic.cz&gt;

SVN-Revision: 45738
</content>
</entry>
<entry>
<title>scripts/feeds: add support for optionally using a full clone of git repositories</title>
<updated>2015-05-10T15:51:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-05-10T15:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=08436887fb170febd8aecb62ff326f4b7178419c'/>
<id>urn:sha1:08436887fb170febd8aecb62ff326f4b7178419c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45668
</content>
</entry>
<entry>
<title>scripts/feeds: add support for uninstalling targets</title>
<updated>2015-03-15T11:08:10Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-15T11:08:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=4b1165d5c7bafe91f8ac46ca41dd7bbd57a875e7'/>
<id>urn:sha1:4b1165d5c7bafe91f8ac46ca41dd7bbd57a875e7</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44782
</content>
</entry>
<entry>
<title>scripts/feeds: add support for installing targets</title>
<updated>2015-03-15T11:08:05Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-15T11:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=2484f3a86a49be9bedf84da55e1dfe41d8e42b09'/>
<id>urn:sha1:2484f3a86a49be9bedf84da55e1dfe41d8e42b09</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44781
</content>
</entry>
<entry>
<title>scripts/feeds: get rid of redundant feed cache copy</title>
<updated>2015-03-15T11:07:57Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-15T11:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=b7ebb19b02cb814abea57b2aa35dd163334675a6'/>
<id>urn:sha1:b7ebb19b02cb814abea57b2aa35dd163334675a6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44779
</content>
</entry>
</feed>
