Thomas Meyer wrote: > Am Samstag, den 14.04.2012, 10:07 +0200 schrieb Németh Márton: >> Hi, > > hi, > >> I'm having trouble to fetch powertop sources. I found the article >> titled "Announcing the beta release of PowerTOP 2.0" from January 5 2011 >> at http://lwn.net/Articles/421733/ but it seems that the links are not >> working anymore: >> >> $ git clone git://git.kernel.org/pub/scm/status/powertop/powertop.git >> Cloning into powertop... >> warning: You appear to have cloned an empty repository. >> $ wget http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 >> --2012-04-14 10:04:55-- >> http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 >> Resolving www.kernel.org... 149.20.20.133, 149.20.4.69 >> Connecting to www.kernel.org|149.20.20.133|:80... connected. >> HTTP request sent, awaiting response... 403 Forbidden >> 2012-04-14 10:04:56 ERROR 403: Forbidden. > > http://www.mail-archive.com/power@bughost.org/msg02155.html > > The repository is at https://github.com/fenrus75/powertop or > git://github.com/fenrus75/powertop.git > > with kind regards > thomas
Thanks, both of them works: $ git clone https://github.com/fenrus75/powertop.git Cloning into powertop... remote: Counting objects: 3381, done. remote: Compressing objects: 100% (866/866), done. remote: Total 3381 (delta 2563), reused 3321 (delta 2503) Receiving objects: 100% (3381/3381), 529.06 KiB | 366 KiB/s, done. Resolving deltas: 100% (2563/2563), done. $ git clone git://github.com/fenrus75/powertop.git Cloning into powertop... remote: Counting objects: 3381, done. remote: Compressing objects: 100% (866/866), done. remote: Total 3381 (delta 2563), reused 3321 (delta 2503) Receiving objects: 100% (3381/3381), 529.06 KiB | 326 KiB/s, done. Resolving deltas: 100% (2563/2563), done. Regards, Márton Németh _______________________________________________ Power mailing list Power@bughost.org https://bughost.org/mailman/listinfo/power