[Olsr-users] git clone url is not wrking....

Henning Rogge (spam-protected)
Fri Apr 29 10:13:41 CEST 2016


On Fri, Apr 29, 2016 at 10:11 AM, Sunder Ganesan
<(spam-protected)> wrote:
> cho "Checking out files from the git repository..."; mkdir -p
> /home/user/v1.7a/rel_snmp/trunk/tmp/dl && cd
> /home/user/v1.7a/rel_snmp/trunk/tmp/dl && rm -rf olsrd-0.9.0.3 && [ \! -d
> olsrd-0.9.0.3 ] && git clone https://github.com/OLSR/OONF.git olsrd-0.9.0.3
> --recursive && (cd olsrd-0.9.0.3 && git checkout v0.9.0.3 && git submodule
> update) && echo "Packing checkout..." && rm -rf olsrd-0.9.0.3/.git &&  tar
> czf /home/user/v1.7a/rel_snmp/trunk/tmp/dl/olsrd-0.9.0.3-v0.9.0.3.tar.gz
> olsrd-0.9.0.3 && mv
> /home/user/v1.7a/rel_snmp/trunk/tmp/dl/olsrd-0.9.0.3-v0.9.0.3.tar.gz
> /home/user/v1.7a/rel_snmp/trunk/dl/ && rm -rf olsrd-0.9.0.3;
> Checking out files from the git repository...
> Cloning into 'olsrd-0.9.0.3'...
> remote: Counting objects: 14667, done.
> remote: Compressing objects: 100% (97/97), done.
> remote: Total 14667 (delta 36), reused 0 (delta 0), pack-reused 14570
> Receiving objects: 100% (14667/14667), 3.42 MiB | 1002.00 KiB/s, done.
> Resolving deltas: 100% (11625/11625), done.
> error: pathspec 'v0.9.0.3' did not match any file(s) known to git.

Wait, I just realized you want to compile olsrd(1) and I gave you the
olsrd2 repository.

The repositories are documented under "Code Repositories" in the wiki:
http://www.olsr.org/mediawiki/index.php/Code_Repositories

The olsrd(v1) one is https://github.com/OLSR/olsrd.git

Henning



More information about the Olsr-users mailing list