All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Németh Márton" <nm127@freemail.hu>
To: Thomas Meyer <thomas@m3y3r.de>
Cc: Arjan van de Ven <arjan@linux.intel.com>,
	discuss <discuss@lesswatts.org>,
	Powertop Mailing List <power@bughost.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [SOLVED] where can I find powertop sources?
Date: Sun, 15 Apr 2012 12:18:27 +0200	[thread overview]
Message-ID: <4F8AA073.8090904@freemail.hu> (raw)
In-Reply-To: <1334398320.1431.31.camel@localhost.localdomain>

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

  reply	other threads:[~2012-04-15 10:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-14  8:07 where can I find powertop sorces? Németh Márton
2012-04-14 10:12 ` Thomas Meyer
2012-04-15 10:18   ` Németh Márton [this message]
2012-04-14 10:54 ` Andreas Mohr
2012-04-14 15:19   ` Arjan van de Ven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F8AA073.8090904@freemail.hu \
    --to=nm127@freemail.hu \
    --cc=arjan@linux.intel.com \
    --cc=discuss@lesswatts.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=power@bughost.org \
    --cc=thomas@m3y3r.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.