<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/scripts/feeds, branch v21.02.1</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.1</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.1'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2021-01-07T00:04:34Z</updated>
<entry>
<title>scripts/feed: no warn on toolchain/linux overwrite</title>
<updated>2021-01-07T00:04:34Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-12-27T21:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a323a653f0338474ce9f2044574d2adc67d527d7'/>
<id>urn:sha1:a323a653f0338474ce9f2044574d2adc67d527d7</id>
<content type='text'>
The recent 7f285d "scripts/feeds: warn when skipping core package
override" floods SDK output with warning of overwriting "linux" and
"toolchain" core packages. This should be ignored as these are not
regular packages added via feeds.

While at it slightly improve the warning string.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: fix preference of package install</title>
<updated>2020-12-10T09:25:05Z</updated>
<author>
<name>Karel Kočí</name>
</author>
<published>2019-12-10T12:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a3e5b24d430a752caebf513aaacce707204b5def'/>
<id>urn:sha1:a3e5b24d430a752caebf513aaacce707204b5def</id>
<content type='text'>
The previous behavior prefered same feed for dependent packages as
initial package. This caused inconsitency in installation of packages.
The difference was if two feeds provide same package (different version)
there was different result if you executed install for that specific
version compared to install for package depending on it from different
feed.

This ensures that preferred feed is propagated without change and
selected feed is used only really for package it was selected for.

Signed-off-by: Karel Kočí &lt;karel.koci@nic.cz&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: warn when skipping core package override</title>
<updated>2020-12-09T21:30:07Z</updated>
<author>
<name>Brian Norris</name>
</author>
<published>2020-07-04T02:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=7f285d0b436c4b05a89c78ef3f1910d6f78040da'/>
<id>urn:sha1:7f285d0b436c4b05a89c78ef3f1910d6f78040da</id>
<content type='text'>
Otherwise, a n00b like myself can get quite confused when moving a
package from core to feeds, for example.

(Hint: one *really* needs to clear out the tmp/info/.packageinfo...
entries for the stale package, but '-f' works as well.)

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: silence git warning by selecting pull style</title>
<updated>2020-11-27T05:29:18Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-11-14T09:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=2b1d92f134e9b6c5744a3cc2d0e22273a7a5fe03'/>
<id>urn:sha1:2b1d92f134e9b6c5744a3cc2d0e22273a7a5fe03</id>
<content type='text'>
Silence the warning in git 2.27 about undefined fast-forward style
in git pull. Define "ff-only" as the style.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: fix accepting "-" in feed type string</title>
<updated>2019-09-15T17:54:03Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2019-09-15T17:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=d5cd80a1e8e76c19ddb2c5a00a0320330082c4ff'/>
<id>urn:sha1:d5cd80a1e8e76c19ddb2c5a00a0320330082c4ff</id>
<content type='text'>
Fixes a syntax error in processing the type src-git-full

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: fix 'src-include' directive</title>
<updated>2019-09-02T14:48:40Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2019-09-02T11:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a21b70be31a9d8adda0ae65cc38d1b3b4b6680d4'/>
<id>urn:sha1:a21b70be31a9d8adda0ae65cc38d1b3b4b6680d4</id>
<content type='text'>
Commit 775b70f8d5df renamed parse_file() parameters without
updating the recursive call. This broke parsing of any feeds.conf
using 'src-include'.

 $ scripts/feeds update -a
 Can't use string ("defaults") as a HASH ref while "strict refs" in use at scripts/feeds line 63, &lt;$fh&gt; line 1.

Fixes: 775b70f8d5df ("scripts/feeds: allow adding parameters to feeds")
Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: allow adding parameters to feeds</title>
<updated>2019-08-28T14:10:41Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-08-28T13:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=775b70f8d5dfe9830aaf3b79fc8fb38c8148ee1f'/>
<id>urn:sha1:775b70f8d5dfe9830aaf3b79fc8fb38c8148ee1f</id>
<content type='text'>
this allows adding "--" prefixed parameters inside feeds.conf between the
target and name. The first parameter is --force which has the same effect
as using -f when installing any of the packages. This allows creating
feeds that will override base packages by default.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: add src-include method</title>
<updated>2019-07-01T14:18:44Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2019-06-05T12:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=7a1b575ac4ede2778bb21cfafa7a1152d9d2555f'/>
<id>urn:sha1:7a1b575ac4ede2778bb21cfafa7a1152d9d2555f</id>
<content type='text'>
The src-include method allows recursive inclusion of feeds.conf snippets.

This can for example be used for adding static local feeds to
feeds.conf.default without ever having to update the local feeds.conf:

 src-include defaults feeds.conf.default
 src-link custom /usr/local/src/lede/custom

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>include/feeds.mk: rework generation of opkg distfeeds.conf</title>
<updated>2018-07-12T19:18:41Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-07-09T22:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=16035a7dd370671670693af9ae63368ee4dd731f'/>
<id>urn:sha1:16035a7dd370671670693af9ae63368ee4dd731f</id>
<content type='text'>
Allow enabling/commenting/disabling each feed individually by using a
tristate config symbol.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: add src-dummy method</title>
<updated>2018-07-12T19:16:40Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-07-09T20:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6bdd5d8459cca7ceb93c841cccf61dc7ce830092'/>
<id>urn:sha1:6bdd5d8459cca7ceb93c841cccf61dc7ce830092</id>
<content type='text'>
The src-dummy method does not actually obtain any feed, but it can be used
to insert addtional entries into the opkg distfeeds.conf. This is useful to
make package feeds available to users without requiring the corresponding
source feeds to be available during build.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
</feed>
