- 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
-
- Jul 08, 2010
-
-
Hamish Guthrie authored
SVN-Revision: 22096
-
Hamish Guthrie authored
SVN-Revision: 22095
-
Hamish Guthrie authored
SVN-Revision: 22094
-
- Aug 31, 2009
-
-
Felix Fietkau authored
SVN-Revision: 17451
-
- May 08, 2009
-
-
Felix Fietkau authored
SVN-Revision: 15706
-
- Mar 17, 2009
-
-
Felix Fietkau authored
move host build in packages into a separate namespace: package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants SVN-Revision: 14905
-
- Mar 02, 2009
-
-
Ralph Hempel authored
SVN-Revision: 14727
-
- Feb 17, 2009
-
-
Nicolas Thill authored
SVN-Revision: 14537
-
- Dec 31, 2008
-
-
Felix Fietkau authored
* Fix feed update via git. * Add support for bzr and hg. * Proper escaping of command line arguments handed to system. * Reduced code duplication. Patch by Justus Winter SVN-Revision: 13782
-
- Dec 09, 2008
-
-
Mirko Vogt authored
SVN-Revision: 13572
-
- Nov 07, 2008
-
-
Steven Barth authored
SVN-Revision: 13138
-
- Oct 18, 2008
-
-
Felix Fietkau authored
SVN-Revision: 13004
-
- Oct 01, 2008
-
-
Felix Fietkau authored
SVN-Revision: 12820
-
- Sep 27, 2008
-
-
Felix Fietkau authored
scripts/feeds: allow multiple alternative urls for a single feed. this will be useful for maintaining release branch forks of /packages SVN-Revision: 12746
-
- Sep 16, 2008
-
-
Steven Barth authored
SVN-Revision: 12615
-
- Aug 24, 2008
-
-
Felix Fietkau authored
SVN-Revision: 12379
-
- Aug 17, 2008
-
-
Felix Fietkau authored
rename feeds.conf to feeds.conf.default, make feeds.conf override feeds.conf.default this makes it possible to change the feeds lists without having the version control system record it as a change SVN-Revision: 12328
-
- Aug 08, 2008
-
-
Florian Fainelli authored
scripts/feeds calls 'make' irrespective of the platform it is running on. The attached patch changes the code to use gmake if available (which should cover non-linux platforms, and is the same logic used to adapt other programs in include/host.mk) (#3867) Signed-off-by:
Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12246
-
- Aug 04, 2008
-
-
Felix Fietkau authored
SVN-Revision: 12102
-
Felix Fietkau authored
fix scripts/feeds dependency lookup: process deps for all virtual packages of a src package that belongs to the package that the user wants to install SVN-Revision: 12101
-
- Apr 13, 2008
-
-
Nicolas Thill authored
SVN-Revision: 10823
-
- Apr 12, 2008
-
-
Nicolas Thill authored
SVN-Revision: 10793
-
- Apr 05, 2008
-
-
Felix Fietkau authored
SVN-Revision: 10736
-
- Apr 02, 2008
-
-
Felix Fietkau authored
SVN-Revision: 10714
-
- Mar 20, 2008
-
-
Ralph Hempel authored
fix package/symlinks target, will call scripts/feeds update / install introduce new package/symlinks-install and package/symlinks-clean targets - package/symlink-install will re-create the index files and the symlinks for all ./feeds (no update from repositories is performed) - package/symlink-clean will delete all installed symlinks (keeping the ./feeds untouched) SVN-Revision: 10634
-
- Mar 18, 2008
-
-
Ralph Hempel authored
fix multiple update (cpy), added index generation (allows to re-create the index without updating the complete package) possible to specify the feed(s) which should be updated added -h switch to most of the commands SVN-Revision: 10614
-
- Jan 30, 2008
-
-
Ralph Hempel authored
- added package list function -r list packages of specified feed -s list the feed names only and their URL - refresh of usage text -d-This line, and those below, will be ignored-- M feeds SVN-Revision: 10322
-
- Jan 27, 2008
-
-
Felix Fietkau authored
SVN-Revision: 10281
-
Felix Fietkau authored
Invokes 'git clone' on initial feed-update and 'git pull' later on. Signed-off-by:
Michel Marti <mcdmx@users.sf.net> SVN-Revision: 10280
-
- Jan 25, 2008
-
-
Felix Fietkau authored
the attached patch adds the -a option to the feeds install command. Therefore following command option should work now ./scripts/feeds install -a ./scripts/feeds install -a -p xwrt To-do: - The next step should be to replace the current make package/symlinks implementation with ./scripts/feeds install -a . ( the locations of the packages within ./packages are different with both methods ) - The current feed script is not able to handle "Provides" statements properly. The dependencies will be installed only if they are real package names and not aliases (provides) . Note: This patch also includes the previous patch reg. directory (ClearCase) support from 30.12.07. br/R Signed-off-by:
ralph <ralph.hempel@infineon.com> SVN-Revision: 10252
-
- Dec 07, 2007
-
-
Felix Fietkau authored
SVN-Revision: 9667
-