Re: [O] Worg migration complete

2011-12-15 Thread Martyn Jago
Hi Jason

Achim Gratz  writes:

> Nick Dokos  writes:
>> ... but then you'll encounter problems when you try to push, right?
>
> Yes.  It's sorted now, thanks to Jason.  First there was some bogus
> newlines in the authentication file of the server, so some keys were not
> recognized.  The remote to push to must be
>
>   w...@orgmode.org:worg.git
>
> Alternatively, in URL syntax that is
>
>   git+ssh://w...@orgmode.org/~/worg.git
>
> The crucial part is the "~", otherwise it'd search the repository in the
> root directory.  Since I pull via the public interface to avoid the
> overhead of an encrypted connection unless it is really needed, I've put
>
> [url "git+ssh://w...@orgmode.org/~/"]
> pushInsteadOf = git://orgmode.org/
>
> in my global .gitconfig; you could also have that in the repository
> config or configure separate pull and push URL for the remote.
>
>
> Regards,
> Achim.

The relocation of Worg has proved to be very painless for me, and I
really like the new `instant publishing' feature, which works great!

Thanks for your time and effort on these changes.

Best, Martyn





Re: [O] Worg migration complete

2011-12-10 Thread Achim Gratz
Nick Dokos  writes:
> ... but then you'll encounter problems when you try to push, right?

Yes.  It's sorted now, thanks to Jason.  First there was some bogus
newlines in the authentication file of the server, so some keys were not
recognized.  The remote to push to must be

  w...@orgmode.org:worg.git

Alternatively, in URL syntax that is

  git+ssh://w...@orgmode.org/~/worg.git

The crucial part is the "~", otherwise it'd search the repository in the
root directory.  Since I pull via the public interface to avoid the
overhead of an encrypted connection unless it is really needed, I've put

[url "git+ssh://w...@orgmode.org/~/"]
pushInsteadOf = git://orgmode.org/

in my global .gitconfig; you could also have that in the repository
config or configure separate pull and push URL for the remote.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra




Re: [O] Worg migration complete

2011-12-10 Thread Nick Dokos
Achim Gratz  wrote:

> Bastien  writes:
> > We also migrated all public keys from repo.or.cz to orgmode.org:
> > so people who had push access to Worg can push without bothering
> > about sending their public key again.  Just do:
> >
> >   ~$ git clone w...@orgmode.org:worg.git
> 
> That does not seem to work for me, how to proceeed?
> 
> Cloning into 'worg.test'...
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> 
> I've tried both "worg" as user name and my username from repo.or.cz, but
> get the same error.  Cloning the repo via the public interface (not ssh)
> works well, thank you.
> 

... but then you'll encounter problems when you try to push, right?

Nick



Re: [O] Worg migration complete

2011-12-10 Thread Bastien
Achim Gratz  writes:

> That does not seem to work for me, how to proceeed?

Please resend your public key to Jason or to me, we will
add it if it has not been copied (some keys maybe be missing.)

Thanks!

-- 
 Bastien



Re: [O] Worg migration complete

2011-12-10 Thread Achim Gratz
Bastien  writes:
> We also migrated all public keys from repo.or.cz to orgmode.org:
> so people who had push access to Worg can push without bothering
> about sending their public key again.  Just do:
>
>   ~$ git clone w...@orgmode.org:worg.git

That does not seem to work for me, how to proceeed?

Cloning into 'worg.test'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

I've tried both "worg" as user name and my username from repo.or.cz, but
get the same error.  Cloning the repo via the public interface (not ssh)
works well, thank you.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves




Re: [O] Worg migration complete

2011-12-10 Thread Bastien
Dear all,

thanks a lot to Jason for taking care of Worg's migration.

We also migrated all public keys from repo.or.cz to orgmode.org:
so people who had push access to Worg can push without bothering
about sending their public key again.  Just do:

  ~$ git clone w...@orgmode.org:worg.git

Thanks to Tycho Garen for this!  And to all repo.or.cz admins
for their continuous support.

-- 
 Bastien



[O] Worg migration complete

2011-12-01 Thread Jason Dunsmore
Worg contributors,

The Worg git repository migration to the org server is complete.  To
contribute, you'll need to send your public SSH key to Bastien or I.
Then, once you receive confirmation that the key has been added, edit
your worg/.git/config file and set the remote URL to
w...@orgmode.org:worg.git OR delete your old repo and run:

git clone w...@orgmode.org:worg.git

I've set up a new Worg publishing process which is triggered as soon as
a commit is pushed.  You'll see the output from the emacs process in
your terminal (should aid in debugging export issues).  The changes will
be available on the Worg site immediately.

I've updated http://orgmode.org/worg/worg-setup.html.  Please let me
know if you find any out-dated Worg documentation.

You can browse the worg repo at:
http://orgmode.org/w/?p=worg.git;a=summary

Read-only git access for the worg repo is available via:

git clone git://orgmode.org/worg.git

Regards,
Jason