zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: FAQ.yo: ftp.tohoku.ac.jp is stopped.
@ 1999-07-29 20:31 Tanaka Akira
  1999-07-30  3:33 ` Tanaka Akira
  0 siblings, 1 reply; 6+ messages in thread
From: Tanaka Akira @ 1999-07-29 20:31 UTC (permalink / raw)
  To: zsh-workers

I heard that ftp service on ftp.tohoku.ac.jp is stopped.

--- Etc/FAQ.yo-	Fri Jul 30 05:29:14 1999
+++ Etc/FAQ.yo	Fri Jul 30 05:29:36 1999
@@ -366,8 +366,6 @@
 (http://www.math.technion.ac.il/mirror/ftp.zsh.org/pub/zsh/)
     mydit(Italy)     url(ftp://ftp.unina.it/pub/Unix/pkgs/shell/zsh/)
 (ftp://ftp.unina.it/pub/Unix/pkgs/shell/zsh/)
-    mydit(Japan)     url(ftp://ftp.tohoku.ac.jp/mirror/zsh/)
-(ftp://ftp.tohoku.ac.jp/mirror/zsh/)
     mydit()          url(ftp://ftp.nisiq.net/pub/shells/zsh/)
 (ftp://ftp.nis.co.jp/pub/shells/zsh/)
     mydit()          url(ftp://ftp.win.ne.jp/pub/shell/zsh/)

-- 
Tanaka Akira


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

* Re: PATCH: FAQ.yo: ftp.tohoku.ac.jp is stopped.
  1999-07-29 20:31 PATCH: FAQ.yo: ftp.tohoku.ac.jp is stopped Tanaka Akira
@ 1999-07-30  3:33 ` Tanaka Akira
  1999-07-31  5:03   ` PATCH: metafaq.yo: ftp.tohoku.ac.jp is closed Tanaka Akira
  0 siblings, 1 reply; 6+ messages in thread
From: Tanaka Akira @ 1999-07-30  3:33 UTC (permalink / raw)
  To: zsh-workers

In article <rsqoggvb3l1.fsf@crane.jaist.ac.jp>,
  Tanaka Akira <akr@jaist.ac.jp> writes:

> I heard that ftp service on ftp.tohoku.ac.jp is stopped.

I removed 'Japan' on the patch, this repair it.

--- Etc/FAQ.yo-	Fri Jul 30 12:30:17 1999
+++ Etc/FAQ.yo	Fri Jul 30 12:30:52 1999
@@ -366,7 +366,7 @@
 (http://www.math.technion.ac.il/mirror/ftp.zsh.org/pub/zsh/)
     mydit(Italy)     url(ftp://ftp.unina.it/pub/Unix/pkgs/shell/zsh/)
 (ftp://ftp.unina.it/pub/Unix/pkgs/shell/zsh/)
-    mydit()          url(ftp://ftp.nisiq.net/pub/shells/zsh/)
+    mydit(Japan)     url(ftp://ftp.nisiq.net/pub/shells/zsh/)
 (ftp://ftp.nis.co.jp/pub/shells/zsh/)
     mydit()          url(ftp://ftp.win.ne.jp/pub/shell/zsh/)
 (ftp://ftp.win.ne.jp/pub/shell/zsh/)

-- 
Tanaka Akira


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

* PATCH: metafaq.yo: ftp.tohoku.ac.jp is closed.
  1999-07-30  3:33 ` Tanaka Akira
@ 1999-07-31  5:03   ` Tanaka Akira
  1999-08-05  6:14     ` Please, indicate Zsh version in patch. " Andrej Borsenkow
  0 siblings, 1 reply; 6+ messages in thread
From: Tanaka Akira @ 1999-07-31  5:03 UTC (permalink / raw)
  To: zsh-workers

In article <rsq4simg6bu.fsf@crane.jaist.ac.jp>,
  Tanaka Akira <akr@jaist.ac.jp> writes:

> I removed 'Japan' on the patch, this repair it.

Doc/Zsh/metafaq.yo has the link too...

--- Doc/Zsh/metafaq.yo-	Sat Jul 31 14:00:05 1999
+++ Doc/Zsh/metafaq.yo	Sat Jul 31 14:00:12 1999
@@ -57,7 +57,7 @@
 tt(http://www.math.technion.ac.il/mirror/ftp.zsh.org/pub/zsh/))
 )
 item(Japan)(
-nofill(tt(ftp://ftp.tohoku.ac.jp/mirror/zsh/)  em((H))
+nofill(
 tt(ftp://ftp.nisiq.net/pub/shells/zsh/)  em((H))
 tt(ftp://ftp.win.ne.jp/pub/shell/zsh/))
 )

-- 
Tanaka Akira


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

* Please, indicate Zsh version in patch. RE: PATCH: metafaq.yo: ftp.tohoku.ac.jp is closed.
  1999-07-31  5:03   ` PATCH: metafaq.yo: ftp.tohoku.ac.jp is closed Tanaka Akira
@ 1999-08-05  6:14     ` Andrej Borsenkow
  1999-08-05  8:37       ` Peter Stephenson
  0 siblings, 1 reply; 6+ messages in thread
From: Andrej Borsenkow @ 1999-08-05  6:14 UTC (permalink / raw)
  To: Tanaka Akira, zsh-workers


>
> --- Doc/Zsh/metafaq.yo-	Sat Jul 31 14:00:05 1999
> +++ Doc/Zsh/metafaq.yo	Sat Jul 31 14:00:12 1999
> @@ -57,7 +57,7 @@
>  tt(http://www.math.technion.ac.il/mirror/ftp.zsh.org/pub/zsh/))
>  )
>  item(Japan)(
> -nofill(tt(ftp://ftp.tohoku.ac.jp/mirror/zsh/)  em((H))
> +nofill(
>  tt(ftp://ftp.nisiq.net/pub/shells/zsh/)  em((H))
>  tt(ftp://ftp.win.ne.jp/pub/shell/zsh/))
>  )
>

This fails for me for 3.1.6 release. After Israel I have Italy and not Japan in
Doc/Zsh/metafaq.yo. According to ChangeLog, the last patch in 3.1.6 is 7325; and
metafaq.yo is 7327. It is really hard now to keep track, when new version
appears every week :-)

Peter, what is the current state with CVS? It would be much much better than
these patches.

/andrej


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

* Re: Please, indicate Zsh version in patch. RE: PATCH: metafaq.yo: ftp.tohoku.ac.jp is closed.
  1999-08-05  6:14     ` Please, indicate Zsh version in patch. " Andrej Borsenkow
@ 1999-08-05  8:37       ` Peter Stephenson
  1999-08-16  4:05         ` CVS/FTP (Was: Please, indicate Zsh version in patch.) Geoff Wing
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Stephenson @ 1999-08-05  8:37 UTC (permalink / raw)
  To: zsh-workers

"Andrej Borsenkow" wrote:
> > -nofill(tt(ftp://ftp.tohoku.ac.jp/mirror/zsh/)  em((H))
> 
> This fails for me for 3.1.6 release.

It should already be in 3.1.6.

> Peter, what is the current state with CVS? It would be much much better than
> these patches.

I didn't get a reply to my question about creating a source archive at
sunsite.auc.dk.  Maybe Geoff would be thrilled to bits about doing this?

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


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

* CVS/FTP (Was: Please, indicate Zsh version in patch.)
  1999-08-05  8:37       ` Peter Stephenson
@ 1999-08-16  4:05         ` Geoff Wing
  0 siblings, 0 replies; 6+ messages in thread
From: Geoff Wing @ 1999-08-16  4:05 UTC (permalink / raw)
  To: zsh-workers

Peter Stephenson <pws@ibmth.df.unipi.it> typed:
:I didn't get a reply to my question about creating a source archive at
:sunsite.auc.dk.  Maybe Geoff would be thrilled to bits about doing this?

I'm currently moving FTP and CVS services onto a faster link (100Mb) but
a slower machine.  I will let everyone know when it's available.  Web
services will most likely stay on the current machine.

Regards,
-- 
Geoff Wing : <gcw@pobox.com>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@rxvt.org>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <gcw@zsh.org>       Phone   : (Australia) 0413 431 874


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

end of thread, other threads:[~1999-08-16  4:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-29 20:31 PATCH: FAQ.yo: ftp.tohoku.ac.jp is stopped Tanaka Akira
1999-07-30  3:33 ` Tanaka Akira
1999-07-31  5:03   ` PATCH: metafaq.yo: ftp.tohoku.ac.jp is closed Tanaka Akira
1999-08-05  6:14     ` Please, indicate Zsh version in patch. " Andrej Borsenkow
1999-08-05  8:37       ` Peter Stephenson
1999-08-16  4:05         ` CVS/FTP (Was: Please, indicate Zsh version in patch.) Geoff Wing

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).