public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Re: sftp access for binutils
@ 2024-02-10  7:30 石沒用
  0 siblings, 0 replies; 14+ messages in thread
From: 石沒用 @ 2024-02-10  7:30 UTC (permalink / raw)
  To: nickc; +Cc: fche, jemarch, mark, overseers

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-15  0:26         ` Mark Wielaard
  2024-02-16 10:32           ` Nick Clifton
@ 2024-02-16 12:14           ` Nick Clifton
  1 sibling, 0 replies; 14+ messages in thread
From: Nick Clifton @ 2024-02-16 12:14 UTC (permalink / raw)
  To: Mark Wielaard, Nick Clifton via Overseers; +Cc: Frank Ch. Eigler

Hi Mark, Hi Frank,

   I just wanted to say "thanks very much" for doing this.  I have
   been able to make an update to the web pages using this new system
   and I have just sent an announcement about it to the binutils
   mailing list.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-16 11:37               ` Nick Clifton
@ 2024-02-16 11:39                 ` Frank Ch. Eigler
  0 siblings, 0 replies; 14+ messages in thread
From: Frank Ch. Eigler @ 2024-02-16 11:39 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: Mark Wielaard, Nick Clifton

Hi -

> Is it possible to change the error message to something slightly
> more helpful for people like me, who make this mistake ?

No, it comes from git internals. :(

- FChE

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-16 10:37             ` Mark Wielaard
@ 2024-02-16 11:37               ` Nick Clifton
  2024-02-16 11:39                 ` Frank Ch. Eigler
  0 siblings, 1 reply; 14+ messages in thread
From: Nick Clifton @ 2024-02-16 11:37 UTC (permalink / raw)
  To: Mark Wielaard, Nick Clifton via Overseers

Hi Mark,

>>    fatal: remote error: service not enabled: /git/binutils-htdocs
>>
>> Should I have cloned the repository using ssh: instead of git: ?
> 
> Yes, use ssh: to be able to push.  The git: protocol isn't
> authenticated and doesn't support the push service.

Fair enough - I switched to ssh: and everything has worked.

Is it possible to change the error message to something slightly
more helpful for people like me, who make this mistake ?

(To be honest I chose the git protocol because it was the first
one listed on the binutils cgit page in the "Clone" section).

Cheers
   Nick



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-16 11:32             ` Frank Ch. Eigler
@ 2024-02-16 11:34               ` Nick Clifton
  0 siblings, 0 replies; 14+ messages in thread
From: Nick Clifton @ 2024-02-16 11:34 UTC (permalink / raw)
  To: Frank Ch. Eigler, Overseers mailing list; +Cc: Mark Wielaard

Hi Frank,

> [url "ssh://sourceware.org/"]
>       pushInsteadOf = git://sourceware.org/

That is a neat trick, thanks!

Cheers
   Nick


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-16 10:32           ` Nick Clifton
  2024-02-16 10:37             ` Mark Wielaard
@ 2024-02-16 11:32             ` Frank Ch. Eigler
  2024-02-16 11:34               ` Nick Clifton
  1 sibling, 1 reply; 14+ messages in thread
From: Frank Ch. Eigler @ 2024-02-16 11:32 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: Mark Wielaard, Nick Clifton

Hi -

> I cloned the repository like this:
>   git clone git://sourceware.org/git/binutils-htdocs
> [...]
>   fatal: remote error: service not enabled: /git/binutils-htdocs

Or add to your $HOME/.gitconfig:

[url "ssh://sourceware.org/"]
     pushInsteadOf = git://sourceware.org/

- FChE


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-16 10:32           ` Nick Clifton
@ 2024-02-16 10:37             ` Mark Wielaard
  2024-02-16 11:37               ` Nick Clifton
  2024-02-16 11:32             ` Frank Ch. Eigler
  1 sibling, 1 reply; 14+ messages in thread
From: Mark Wielaard @ 2024-02-16 10:37 UTC (permalink / raw)
  To: Nick Clifton via Overseers; +Cc: Nick Clifton

Hi Nick,

On Fri, Feb 16, 2024 at 10:32:27AM +0000, Nick Clifton via Overseers wrote:
> >Please let us know if anything doesn't work as intended.
> 
> This may just be me being stupid, but...
> 
> I cloned the repository like this:
> 
>   git clone git://sourceware.org/git/binutils-htdocs
> 
> Made some edits, ran git commit and then git push, but I
> received this message:
> 
>   fatal: remote error: service not enabled: /git/binutils-htdocs
> 
> Should I have cloned the repository using ssh: instead of git: ?

Yes, use ssh: to be able to push.  The git: protocol isn't
authenticated and doesn't support the push service.

Cheers,

Mark

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-15  0:26         ` Mark Wielaard
@ 2024-02-16 10:32           ` Nick Clifton
  2024-02-16 10:37             ` Mark Wielaard
  2024-02-16 11:32             ` Frank Ch. Eigler
  2024-02-16 12:14           ` Nick Clifton
  1 sibling, 2 replies; 14+ messages in thread
From: Nick Clifton @ 2024-02-16 10:32 UTC (permalink / raw)
  To: Mark Wielaard, Nick Clifton via Overseers; +Cc: Frank Ch. Eigler

Hi Mark,

> Please let us know if anything doesn't work as intended.

This may just be me being stupid, but...

I cloned the repository like this:

   git clone git://sourceware.org/git/binutils-htdocs

Made some edits, ran git commit and then git push, but I
received this message:

   fatal: remote error: service not enabled: /git/binutils-htdocs

Should I have cloned the repository using ssh: instead of git: ?

Cheers
   Nick


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-02-09 11:22       ` Nick Clifton
@ 2024-02-15  0:26         ` Mark Wielaard
  2024-02-16 10:32           ` Nick Clifton
  2024-02-16 12:14           ` Nick Clifton
  0 siblings, 2 replies; 14+ messages in thread
From: Mark Wielaard @ 2024-02-15  0:26 UTC (permalink / raw)
  To: Nick Clifton via Overseers; +Cc: Frank Ch. Eigler, Nick Clifton

Hi Nick,

On Fri, Feb 09, 2024 at 11:22:05AM +0000, Nick Clifton via Overseers wrote:
> >Note that for the websites update we want to setup a binutils-htdoc.git
> >repo like other sourceware projects have so that you can just update
> >the website through git:
> >https://inbox.sourceware.org/binutils/a3ecae09-2858-4b60-9fd0-6c0618c51424@redhat.com/
> >
> >But I didn't want to do this switch in the middle of a release. With
> >the 2.42 release out the door, now might be a good time to do that. But
> >please let me know if you first want to do some website updates the
> >old-fashion way.
> 
> I think that now would be a really good time to set this up, if you
> don't mind.  Thanks.

Done using the guide at
https://sourceware.org/sourceware-wiki/OSNewWebHosting/

There is now a binutils-htdocs git repo which can be updated by anyone
in the binutils group (note that is a smaller group of people than
have access to the binutils-gdb repo, which is the src group, so
original gdb hackers cannot).

Any update to binutils-htdocs should show up under
https://sourceware.org/binutils/

Unfortunately I couldn't get all history. There are only the original
cvs commits from 1999 to 2017. Everything after I had to update by
hand.

There is also a cgit index: https://sourceware.org/cgit/binutils-htdocs/

Please let us know if anything doesn't work as intended.

Cheers,

Mark

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-01-29 16:59     ` Mark Wielaard
@ 2024-02-09 11:22       ` Nick Clifton
  2024-02-15  0:26         ` Mark Wielaard
  0 siblings, 1 reply; 14+ messages in thread
From: Nick Clifton @ 2024-02-09 11:22 UTC (permalink / raw)
  To: Mark Wielaard, Jose E. Marchesi via Overseers, Frank Ch. Eigler
  Cc: Jose E. Marchesi

Hi Mark,

> Note that for the websites update we want to setup a binutils-htdoc.git
> repo like other sourceware projects have so that you can just update
> the website through git:
> https://inbox.sourceware.org/binutils/a3ecae09-2858-4b60-9fd0-6c0618c51424@redhat.com/
> 
> But I didn't want to do this switch in the middle of a release. With
> the 2.42 release out the door, now might be a good time to do that. But
> please let me know if you first want to do some website updates the
> old-fashion way.

I think that now would be a really good time to set this up, if you
don't mind.  Thanks.

Cheers
   Nick



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-01-29 16:25   ` Jose E. Marchesi
@ 2024-01-29 16:59     ` Mark Wielaard
  2024-02-09 11:22       ` Nick Clifton
  0 siblings, 1 reply; 14+ messages in thread
From: Mark Wielaard @ 2024-01-29 16:59 UTC (permalink / raw)
  To: Jose E. Marchesi via Overseers, Frank Ch. Eigler
  Cc: Jose E. Marchesi, Nick Clifton

Hi Jose,

On Mon, 2024-01-29 at 17:25 +0100, Jose E. Marchesi via Overseers
wrote:
> > > I am helping Nick with the binutils releases, and I would need sftp
> > > access to sourceware in order to update webpages and upload tarballs.
> > 
> > Upgraded your account from rash to bash.  Enjoy carefully.
> 
> Thank you Frank.
> Tried with sftp and it worked.

Note that for the websites update we want to setup a binutils-htdoc.git
repo like other sourceware projects have so that you can just update
the website through git:
https://inbox.sourceware.org/binutils/a3ecae09-2858-4b60-9fd0-6c0618c51424@redhat.com/

But I didn't want to do this switch in the middle of a release. With
the 2.42 release out the door, now might be a good time to do that. But
please let me know if you first want to do some website updates the
old-fashion way.

Cheers,

Mark

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-01-29 16:23 ` Frank Ch. Eigler
@ 2024-01-29 16:25   ` Jose E. Marchesi
  2024-01-29 16:59     ` Mark Wielaard
  0 siblings, 1 reply; 14+ messages in thread
From: Jose E. Marchesi @ 2024-01-29 16:25 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: Overseers mailing list, Nick Clifton


> Hi -
>
>> I am helping Nick with the binutils releases, and I would need sftp
>> access to sourceware in order to update webpages and upload tarballs.
>
> Upgraded your account from rash to bash.  Enjoy carefully.

Thank you Frank.
Tried with sftp and it worked.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: sftp access for binutils
  2024-01-29 15:48 Jose E. Marchesi
@ 2024-01-29 16:23 ` Frank Ch. Eigler
  2024-01-29 16:25   ` Jose E. Marchesi
  0 siblings, 1 reply; 14+ messages in thread
From: Frank Ch. Eigler @ 2024-01-29 16:23 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: Jose E. Marchesi, Nick Clifton

Hi -

> I am helping Nick with the binutils releases, and I would need sftp
> access to sourceware in order to update webpages and upload tarballs.

Upgraded your account from rash to bash.  Enjoy carefully.

- FChE

^ permalink raw reply	[flat|nested] 14+ messages in thread

* sftp access for binutils
@ 2024-01-29 15:48 Jose E. Marchesi
  2024-01-29 16:23 ` Frank Ch. Eigler
  0 siblings, 1 reply; 14+ messages in thread
From: Jose E. Marchesi @ 2024-01-29 15:48 UTC (permalink / raw)
  To: overseers; +Cc: Nick Clifton


Hello people.

I am helping Nick with the binutils releases, and I would need sftp
access to sourceware in order to update webpages and upload tarballs.

What is the way? :)
TIA!

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-02-16 12:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-10  7:30 sftp access for binutils 石沒用
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 15:48 Jose E. Marchesi
2024-01-29 16:23 ` Frank Ch. Eigler
2024-01-29 16:25   ` Jose E. Marchesi
2024-01-29 16:59     ` Mark Wielaard
2024-02-09 11:22       ` Nick Clifton
2024-02-15  0:26         ` Mark Wielaard
2024-02-16 10:32           ` Nick Clifton
2024-02-16 10:37             ` Mark Wielaard
2024-02-16 11:37               ` Nick Clifton
2024-02-16 11:39                 ` Frank Ch. Eigler
2024-02-16 11:32             ` Frank Ch. Eigler
2024-02-16 11:34               ` Nick Clifton
2024-02-16 12:14           ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).