public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [HEADSUP] cygwin htdocs moved from CVS to git
@ 2016-03-17 15:14 Corinna Vinschen
  2016-04-08  9:36 ` Andrew Schulman
  0 siblings, 1 reply; 6+ messages in thread
From: Corinna Vinschen @ 2016-03-17 15:14 UTC (permalink / raw)
  To: cygwin-apps

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

Hi guys,

for all of you having write access to the Cygwin website repo, the repo
now moved from CVS to git.  Access via CVS has been removed.

The htdocs repo is now accessible via gitweb:
https://sourceware.org/git/gitweb.cgi?p=cygwin-htdocs.git

Write access is via ssh, as usual, e.g.

  $ git clone ssh://sourceware.org/git/cygwin-htdocs.git
  [...]
  $ cd cygwin-htdocs
  $ [edit, edit, edit]
  $ git commit -a
  $ git push


Have fun,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [HEADSUP] cygwin htdocs moved from CVS to git
  2016-03-17 15:14 [HEADSUP] cygwin htdocs moved from CVS to git Corinna Vinschen
@ 2016-04-08  9:36 ` Andrew Schulman
  2016-04-08  9:43   ` Andrew Schulman
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schulman @ 2016-04-08  9:36 UTC (permalink / raw)
  To: cygwin-apps

> The htdocs repo is now accessible via gitweb:
> https://sourceware.org/git/gitweb.cgi?p=cygwin-htdocs.git
> 
> Write access is via ssh, as usual, e.g.
> 
>   $ git clone ssh://sourceware.org/git/cygwin-htdocs.git
>   [...]
>   $ cd cygwin-htdocs
>   $ [edit, edit, edit]
>   $ git commit -a
>   $ git push

I just did this, but the docs haven't been updated online. Is another step
needed to update the working directory on sourceware from the repository?

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

* Re: [HEADSUP] cygwin htdocs moved from CVS to git
  2016-04-08  9:36 ` Andrew Schulman
@ 2016-04-08  9:43   ` Andrew Schulman
  2016-04-08 10:11     ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schulman @ 2016-04-08  9:43 UTC (permalink / raw)
  To: cygwin-apps

> I just did this, but the docs haven't been updated online. Is another step
> needed to update the working directory on sourceware from the repository?

Sorry, nevermind.

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

* Re: [HEADSUP] cygwin htdocs moved from CVS to git
  2016-04-08  9:43   ` Andrew Schulman
@ 2016-04-08 10:11     ` Corinna Vinschen
  2016-04-08 10:35       ` Andrew Schulman
  0 siblings, 1 reply; 6+ messages in thread
From: Corinna Vinschen @ 2016-04-08 10:11 UTC (permalink / raw)
  To: cygwin-apps

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

On Apr  8 05:42, Andrew Schulman wrote:
> > I just did this, but the docs haven't been updated online. Is another step
> > needed to update the working directory on sourceware from the repository?
> 
> Sorry, nevermind.

Nevermind?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [HEADSUP] cygwin htdocs moved from CVS to git
  2016-04-08 10:11     ` Corinna Vinschen
@ 2016-04-08 10:35       ` Andrew Schulman
  2016-04-08 11:35         ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schulman @ 2016-04-08 10:35 UTC (permalink / raw)
  To: cygwin-apps

> On Apr  8 05:42, Andrew Schulman wrote:
> > > I just did this, but the docs haven't been updated online. Is another step
> > > needed to update the working directory on sourceware from the repository?
> > 
> > Sorry, nevermind.
> 
> Nevermind?

Uh, yes. Nevermind. Sorry.  I thought I had pushed a commit out, but I hadn't.
Once I pushed the commit, it appeared right away in the goldstar page.

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

* Re: [HEADSUP] cygwin htdocs moved from CVS to git
  2016-04-08 10:35       ` Andrew Schulman
@ 2016-04-08 11:35         ` Corinna Vinschen
  0 siblings, 0 replies; 6+ messages in thread
From: Corinna Vinschen @ 2016-04-08 11:35 UTC (permalink / raw)
  To: cygwin-apps

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

On Apr  8 06:35, Andrew Schulman wrote:
> > On Apr  8 05:42, Andrew Schulman wrote:
> > > > I just did this, but the docs haven't been updated online. Is another step
> > > > needed to update the working directory on sourceware from the repository?
> > > 
> > > Sorry, nevermind.
> > 
> > Nevermind?
> 
> Uh, yes. Nevermind. Sorry.  I thought I had pushed a commit out, but I hadn't.
> Once I pushed the commit, it appeared right away in the goldstar page.

Shit happens :)


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-04-08 11:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17 15:14 [HEADSUP] cygwin htdocs moved from CVS to git Corinna Vinschen
2016-04-08  9:36 ` Andrew Schulman
2016-04-08  9:43   ` Andrew Schulman
2016-04-08 10:11     ` Corinna Vinschen
2016-04-08 10:35       ` Andrew Schulman
2016-04-08 11:35         ` Corinna Vinschen

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).