> why is the following comment present in scripts/feeds [1]?
> 
>       # src-git: pull broken
> 
> Does it mean that it's not possible to update feeds using the src-git
> method?
> 
> [1] https://dev.openwrt.org/browser/trunk/scripts/feeds#L138


I've been waiting for new commits to appear in
git://nbd.name/packages.git and tried this:

$ cat feeds.conf 
src-git packages git://nbd.name/packages.git

$ ./scripts/feeds update -a
Updating feed 'packages' from 'git://nbd.name/packages.git' ...
remote: Counting objects: 17, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 10 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (10/10), done.
>From git://nbd.name/packages
   faa1877..84d3342  master     -> origin/master
Updating faa1877..84d3342
Fast-forward
 net/babel/Makefile       |    4 ++--
 utils/boxbackup/Makefile |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
Create index file './feeds/packages.index' 
Collecting package info: done


What does this comment (# src-git: pull broken) mean?

Thanks,

-Raphael
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to