- Jul 05, 2016
-
-
Daniel Dickinson authored
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 <lede@daniel.thecshore.com>
-
- Jun 15, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Apr 28, 2016
-
-
Iblis Lin authored
Signed-off-by:
Iblis Lin <e196819@hotmail.com>
-
- Aug 23, 2015
-
-
Jonas Gorski authored
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 <jogo@openwrt.org> SVN-Revision: 46706
-
- Jul 14, 2015
-
-
Jo-Philipp Wich authored
This patch is a modified version of the patch being discussed at here: https://patchwork.ozlabs.org/patch/471303/ from Martin Strbacka <martin.strbacka@nic.cz> 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 <hannu.nyman@iki.fi> SVN-Revision: 46374
-
- Jul 07, 2015
-
-
Steven Barth authored
Can be helpful in diagnosing unexpected package overlaps between feeds/core. Signed-off-by:
Karl Palsson <karlp@remake.is> SVN-Revision: 46255
-
- Jun 24, 2015
-
-
Steven Barth authored
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 <karlp@remake.is> SVN-Revision: 46120
-
- May 27, 2015
-
-
Felix Fietkau authored
do_install_target copied code from do_install_package, but didn't replace all text. Signed-off-by:
Karl Palsson <karlp@remake.is> SVN-Revision: 45784
-
- May 23, 2015
-
-
John Crispin authored
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 <martin.strbacka@nic.cz> SVN-Revision: 45738
-
- May 10, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45668
-
- Mar 15, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44782
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44781
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44779
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44778
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44777
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44775
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44773
-
- Feb 09, 2015
-
-
John Crispin authored
Currently, replacing a package available in openwrt.git requires modifications in openwrt.git, or requires duplicating the package in a feed but with a different name, which causes all kind of problems related to dependencies (all packages selecting it would have to be modified accordingly to select the new package). With this change, if a package with the same name is present both in feeds/ and package/ folders, the one in feeds/ can override the one in package/, both in the menuconfig and during the build, by passing the "-f" option to "./scripts/feeds install" This mechanism is particularly useful for vendor tree, or in general for application which needs to replace one particular package which exists within openwrt.git by a custom/newer version. Signed-off-by:
Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 44334
-
- Jan 22, 2015
-
-
John Crispin authored
the patch causes issues when installing feeds Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44078
-
John Crispin authored
Currently, replacing a package available in openwrt.git requires modifications in openwrt.git, or requires duplicating the package in a feed but with a different name, which causes all kind of problems related to dependencies (all packages selecting it would have to be modified accordingly to select the new package). With this change, if a package with the same name is present both in feeds/ and package/ folders, the one in feeds/ can override the one in package/, both in the menuconfig and during the build, by passing the "-f" option to "./scripts/feeds install" This mechanism is particularly useful for vendor tree, or in general for application which needs to replace one particular package which exists within openwrt.git by a custom/newer version. Signed-off-by:
Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 44076
-
- Oct 13, 2014
-
-
John Crispin authored
pts/feeds update -a" can fail rather silently for feeds using git, as the script does not pause when updating a feed fails. Instead it prints the error message and calmly continues to the next feed. It is very easy to overlook update errors with the feeds updated first, as their text scrolls rapidly away from the screen. This behaviour has not been a big problem with svn feeds, as svn update stops with a conflict message and interactively forces the user to resolve or postpone the conflict. In any case the svn error is noticed by the user. Majority of the feeds use now git, so this silent failure can affect users doing private builds in an increasing amount. Below is an example of update failing and script continuing: perus@v1404:/Openwrt/barrier$ ./scripts/feeds update -a Updating feed 'packages' from 'https://github.com/openwrt/packages.git;for-14.07' ... remote: Counting objects: 17, done. remote: Compressing objects: 100% (15/15), done. remote: Total 17 (delta 10), reused 8 (delta 1) Unpacking objects: 100% (17/17), done. From https://github.com/openwrt/packages 62031da..dc26009 for-14.07 -> origin/for-14.07 Updating 62031da..dc26009 error: Your local changes to the following files would be overwritten by merge: utils/collectd/Makefile Please, commit your changes or stash them before you can merge. Aborting failed. Updating feed 'luci' from 'http://git.openwrt.org/project/luci.git;luci-0.12' ... Already up-to-date. Create index file './feeds/luci.index' Updating feed 'routing' from 'https://github.com/openwrt-routing/packages.git;for-14.07' ... ... The script prints "failed.", but does not break the updating process. The "update_feed" function returns an error code 1, but that value is not checked in the "update" function, which continues to the next feed. Return 1 as error: https://dev.openwrt.org/browser/trunk/scripts/feeds#L547 Call to update_feed without any error monitoring: https://dev.openwrt.org/browser/trunk/scripts/feeds#L585 The included patch makes the feeds script to stop updating after failing to update a feed. The script continues to the refresh_config step despite a possible failure in updating, so the stopping action just prevents the other feeds from updating and makes the error more clearly visible. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 42891
-
- Aug 05, 2014
-
-
Jo-Philipp Wich authored
This changeset implements a new menuconfig option to generate separate repositories for each enabled package feed instead of one monolithic one. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42002
-
- Jun 30, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41407
-
- Sep 25, 2013
-
-
Luka Perkov authored
Following syntax should be used to enable this feature: src-git custom git://openwrt/custom-feed^SHA_COMMIT_ID Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38172
-
- Sep 02, 2013
-
-
Florian Fainelli authored
Users may have merge.ff set to false, which will force merge commits to be generated. The intent here is to have a fast-forward merge when possible, so let's make sure fast-forwards are enabled. Signed-off-by:
John Szakmeister <john@szakmeister.net> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 37884
-
- May 29, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 36763
-
- Jun 25, 2012
-
-
Felix Fietkau authored
scripts/feeds: redirect stderr of the which call to /dev/null to avoid potentially confusing error messages on some systems SVN-Revision: 32499
-
- May 08, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31650
-
- Apr 26, 2012
-
-
Felix Fietkau authored
V=99 and V=1 are now deprecated in favor of a new verbosity class system, though the old flags are still supported. You can set the V variable on the command line (or OPENWRT_VERBOSE in the environment) to one or more of the following characters: - s: stdout+stderr (equal to the old V=99) - c: commands (for build systems that suppress commands by default, e.g. kbuild) - w: warnings/errors only (equal to the old V=1) SVN-Revision: 31484
-
- Apr 24, 2012
-
-
Mirko Vogt authored
SVN-Revision: 31469
-
Mirko Vogt authored
SVN-Revision: 31467
-
- Oct 21, 2011
-
-
Felix Fietkau authored
scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets (based on patch from #10212) SVN-Revision: 28503
-
- May 24, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 26988
-
- Dec 06, 2010
-
-
Felix Fietkau authored
SVN-Revision: 24285
-
- Oct 24, 2010
-
-
Florian Fainelli authored
The following patch adds support for darcs-based feeds. It is tested and works well for my purpose. I wish it were committed upstream so that I can share my feed with other users without converting it to svn/git/whatever. Best regards, Signed-off-by:
Gabriel Kerneis <kerneis@pps.jussieu.fr> SVN-Revision: 23616
-
- Oct 18, 2010
-
-
Michael Büsch authored
SVN-Revision: 23524
-
- Oct 02, 2010
-
-
Jo-Philipp Wich authored
feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies SVN-Revision: 23171
-
- Aug 26, 2010
-
-
Felix Fietkau authored
SVN-Revision: 22819
-
Felix Fietkau authored
scripts/feeds: switch to the right feed metadata when installing a package to fix dependency handling (patch by matthijs from #5891) SVN-Revision: 22815
-
Felix Fietkau authored
SVN-Revision: 22814
-