Mirko Vogt
2ebcd4707c
include revisions of feeds when listing them
...
SVN-Revision: 31467
13 years ago
Felix Fietkau
e925dbf704
scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets (based on patch from #10212 )
...
SVN-Revision: 28503
13 years ago
Jo-Philipp Wich
a02ba6ccc2
Add support for git-svn package feeds Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
...
SVN-Revision: 26988
14 years ago
Felix Fietkau
3945267a99
scripts/feeds: support checking out git trees with different branches
...
SVN-Revision: 24285
14 years ago
Florian Fainelli
0d74b45467
add support for darcs-based feeds
...
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
14 years ago
Michael Büsch
b5cfdcd278
Fix typo
...
SVN-Revision: 23524
14 years ago
Jo-Philipp Wich
adcfdc46e0
feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies
...
SVN-Revision: 23171
14 years ago
Felix Fietkau
198f027c4b
scripts/feeds: fix a bug in the metadata caching change
...
SVN-Revision: 22819
14 years ago
Felix Fietkau
76d517b629
scripts/feeds: switch to the right feed metadata when installing a package to fix dependency handling (patch by matthijs from #5891 )
...
SVN-Revision: 22815
14 years ago
Felix Fietkau
f9ff9d02f6
scripts/feeds: cache feed metadata instead of re-reading it on every get_feed() call
...
SVN-Revision: 22814
14 years ago
Hamish Guthrie
1d2f157928
Revert r22094 and r22095
...
SVN-Revision: 22096
15 years ago
Hamish Guthrie
6a7c2c244f
Added --non-interactive flag to svn package downloads
...
SVN-Revision: 22095
15 years ago
Hamish Guthrie
6615374f13
add --trust-server-cert to svn checkout of feeds
...
SVN-Revision: 22094
15 years ago
Felix Fietkau
caf8074566
scripts/feeds: fix an error message
...
SVN-Revision: 17451
15 years ago
Felix Fietkau
1428bca7f5
scripts/feeds: ignore virtual packages
...
SVN-Revision: 15706
16 years ago
Felix Fietkau
ddcfaeb1e5
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
16 years ago
Ralph Hempel
89181213dc
check for correct make version ( thanks to Thomas )
...
SVN-Revision: 14727
16 years ago
Nicolas Thill
177b22a541
feeds: extend 'search' to lookup in source package names too
...
SVN-Revision: 14537
16 years ago
Felix Fietkau
5918719e1e
scripts/feeds update:
...
* 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
16 years ago
Mirko Vogt
b49a749114
increased SCAN_DEPTH for feeds/ by 1
...
SVN-Revision: 13572
16 years ago
Steven Barth
af42e36df0
Detect changed feed urls and rebase working copies if needed. (Patch by xMff)
...
SVN-Revision: 13138
16 years ago
Felix Fietkau
df90f52b5a
add support for conditional depends to the feeds script
...
SVN-Revision: 13004
16 years ago
Felix Fietkau
b0e7c7ba79
implement conditional dependencies for menuconfig and build deps
...
SVN-Revision: 12820
16 years ago
Felix Fietkau
033d2f6ca6
scripts/feeds: allow multiple alternative urls for a single feed. this will be useful for maintaining release branch forks of /packages
...
SVN-Revision: 12746
16 years ago
Steven Barth
551bee5fa6
Fixed dependency handling for feeds
...
SVN-Revision: 12615
16 years ago
Felix Fietkau
2311fc9850
replace the deprecated git-* command calls with git *
...
SVN-Revision: 12379
16 years ago
Felix Fietkau
a74bb3b417
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
16 years ago
Florian Fainelli
067a1fe3b6
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
16 years ago
Felix Fietkau
bcf75aca7b
scripts/feeds: fix some installation warnings for locally installed packages
...
SVN-Revision: 12102
17 years ago
Felix Fietkau
311553c77b
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
17 years ago
Nicolas Thill
c7b3dff10c
install dependencies after installing package to avoid deep recursion and mass memory consuption
...
SVN-Revision: 10823
17 years ago
Nicolas Thill
4e319c572f
install build-depends packages as well
...
SVN-Revision: 10793
17 years ago
Felix Fietkau
7e2fc31830
fix error message in scripts/feeds when indexes are missing
...
SVN-Revision: 10736
17 years ago
Felix Fietkau
1d3ed2fca0
fix a recursive symlink issue with scripts/feeds and src-link
...
SVN-Revision: 10714
17 years ago
Ralph Hempel
585997f8d2
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
17 years ago
Ralph Hempel
0e158467a4
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
17 years ago
Ralph Hempel
2dd0677c86
- 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
17 years ago
Felix Fietkau
214601c012
cleanups, small fixes and improvements for the feeds script
...
SVN-Revision: 10281
17 years ago
Felix Fietkau
e01479aca0
scripts/feeds: Add support for git feeds.
...
Invokes 'git clone' on initial feed-update and 'git pull' later on.
Signed-off-by: Michel Marti <mcdmx@users.sf.net>
SVN-Revision: 10280
17 years ago
Felix Fietkau
e7d27627fd
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
17 years ago
Felix Fietkau
e484fd5100
fix a warning
...
SVN-Revision: 9667
17 years ago
Felix Fietkau
f8dfc57573
add initial version of a package feeds management script
...
SVN-Revision: 8973
17 years ago