aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/feeds
Commit message (Collapse)AuthorAgeFilesLines
* cleanups, small fixes and improvements for the feeds scriptFelix Fietkau2008-01-271-37/+28
| | | | SVN-Revision: 10281
* scripts/feeds: Add support for git feeds.Felix Fietkau2008-01-271-1/+22
| | | | | | | | Invokes 'git clone' on initial feed-update and 'git pull' later on. Signed-off-by: Michel Marti <mcdmx@users.sf.net> SVN-Revision: 10280
* the attached patch adds the -a option to the feeds install command. ↵Felix Fietkau2008-01-251-15/+80
| | | | | | | | | | | | | | | | | | | | | 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
* fix a warningFelix Fietkau2007-12-071-1/+1
| | | | SVN-Revision: 9667
* add initial version of a package feeds management scriptFelix Fietkau2007-09-231-0/+322
SVN-Revision: 8973