projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
linux/brcm47xx: add missing patch on r24112
[openwrt.git]
/
scripts
/
feeds
diff --git
a/scripts/feeds
b/scripts/feeds
index
5e27487
..
84f97fe
100755
(executable)
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@
-123,7
+123,11
@@
my %update_method = (
'src-hg' => {
'init' => "hg clone '%s' '%s'",
'update' => "hg pull --update",
'src-hg' => {
'init' => "hg clone '%s' '%s'",
'update' => "hg pull --update",
- 'controldir' => ".hg"}
+ 'controldir' => ".hg"},
+ 'src-darcs' => {
+ 'init' => "darcs get '%s' '%s'",
+ 'update' => "darcs pull -a",
+ 'controldir' => "_darcs"},
);
# src-git: pull broken
);
# src-git: pull broken
@@
-278,6
+282,7
@@
my %install_method = (
'src-git' => \&install_generic,
'src-bzr' => \&install_generic,
'src-hg' => \&install_generic,
'src-git' => \&install_generic,
'src-bzr' => \&install_generic,
'src-hg' => \&install_generic,
+ 'src-darcs' => \&install_generic,
);
my %feed;
);
my %feed;
@@
-402,6
+407,7
@@
sub install {
next if $p->{vdepends};
if( $p->{name} ) {
install_package($feed, $p->{name}) == 0 or $ret = 1;
next if $p->{vdepends};
if( $p->{name} ) {
install_package($feed, $p->{name}) == 0 or $ret = 1;
+ get_feed($f->[1]);
}
}
}
}
}
}
@@
-568,7
+574,7
@@
Commands:
update -a|<feedname(s)>: Update packages and lists of feeds in feeds.conf .
Options:
update -a|<feedname(s)>: Update packages and lists of feeds in feeds.conf .
Options:
- -a : Update all feeds listed within feeds.conf. Otherwise the spe
z
ified feeds will be updated.
+ -a : Update all feeds listed within feeds.conf. Otherwise the spe
c
ified feeds will be updated.
-i : Recreate the index only. No feed update from repository is performed.
clean: Remove downloaded/generated files.
-i : Recreate the index only. No feed update from repository is performed.
clean: Remove downloaded/generated files.
This page took
0.028363 seconds
and
4
git commands to generate.