Dear Zope Community, on behalf of Zope Corporation and all Zope 2 developers and contributors I am pleased to announce the release of Zope 2.7.7 final. Zope 2.7.7 can be downloaded from http://www.zope.org/Products/Zope/2.7.7 The release notes can be found at http://www.zope.org/Products/Zope/2.7.7/CHANGES.txt For information on using Python 2.4 with Zope 2.7.7: see doc/INSTALL.txt Andreas Jung Zope 2 Release Manager
On 7/10/05, Andreas Jung <lists@andreas-jung.com> wrote:
Dear Zope Community,
on behalf of Zope Corporation and all Zope 2 developers and contributors I am pleased to announce the release of Zope 2.7.7 final.
Yeah ! But : % tar tvfz Zope-2.7.7-final.tgz | grep tgz -rw-rw-r-- ajung/ajung 49152 2005-07-10 11:15:58 Zope-2.7.7-final/Zope-2.7.7-final.tgz A tarball in the tarball ? % tar xfz Zope-2.7.7-final.tgz % cd Zope-2.7.7-final % ls -l total 172 -rwxr-x--- 1 seb seb 7083 2005-07-10 11:12 configure drwxr-x--- 2 seb seb 4096 2005-07-10 11:14 CVS drwxr-x--- 5 seb seb 4096 2005-07-10 11:13 doc drwxr-x--- 3 seb seb 4096 2005-07-10 11:11 Extensions drwxr-x--- 3 seb seb 4096 2005-07-10 11:11 import drwxr-x--- 4 seb seb 4096 2005-07-10 11:15 inst drwxr-x--- 5 seb seb 4096 2005-07-10 11:11 lib -rw-r----- 1 seb seb 4788 2005-07-10 11:15 makefile -rw-r----- 1 seb seb 1103 2005-07-10 11:11 README.txt -rw-r----- 1 seb seb 39413 2005-07-10 11:12 setup.py drwxr-x--- 10 seb seb 4096 2005-07-10 11:11 skel -rw-r----- 1 seb seb 30091 2005-07-10 11:12 test.py drwxr-x--- 4 seb seb 4096 2005-07-10 11:13 utilities -rw-r----- 1 seb seb 49152 2005-07-10 11:15 Zope-2.7.7-final.tgz % file Zope-2.7.7-final.tgz Zope-2.7.7-final.tgz: gzip compressed data, from Unix % tar xvfz Zope-2.7.7-final.tgz Zope-2.7.7-final/ Zope-2.7.7-final/import/ Zope-2.7.7-final/import/README.txt Zope-2.7.7-final/import/ZopeTutorialExamples.zexp gzip: stdin: unexpected end of file tar: Read 2745 bytes from Zope-2.7.7-final.tgz Mistake ? PS : perharps delete all cvs contents ? (CVS directories and .cvsignore files) Regards. -- Sébastien Douche <sdouche@gmail.com>
Yes, in fact...there seems to be a probllem with the command line parameters creating the tar file (which worked for me on FC3 but I am running FC4 since some days)...looking into it.. -aj --On 10. Juli 2005 13:00:19 +0200 Sebastien Douche <sdouche@gmail.com> wrote:
On 7/10/05, Andreas Jung <lists@andreas-jung.com> wrote:
Dear Zope Community,
on behalf of Zope Corporation and all Zope 2 developers and contributors I am pleased to announce the release of Zope 2.7.7 final.
Yeah ! But :
% tar tvfz Zope-2.7.7-final.tgz | grep tgz -rw-rw-r-- ajung/ajung 49152 2005-07-10 11:15:58 Zope-2.7.7-final/Zope-2.7.7-final.tgz
A tarball in the tarball ?
% tar xfz Zope-2.7.7-final.tgz
% cd Zope-2.7.7-final
% ls -l total 172 -rwxr-x--- 1 seb seb 7083 2005-07-10 11:12 configure drwxr-x--- 2 seb seb 4096 2005-07-10 11:14 CVS drwxr-x--- 5 seb seb 4096 2005-07-10 11:13 doc drwxr-x--- 3 seb seb 4096 2005-07-10 11:11 Extensions drwxr-x--- 3 seb seb 4096 2005-07-10 11:11 import drwxr-x--- 4 seb seb 4096 2005-07-10 11:15 inst drwxr-x--- 5 seb seb 4096 2005-07-10 11:11 lib -rw-r----- 1 seb seb 4788 2005-07-10 11:15 makefile -rw-r----- 1 seb seb 1103 2005-07-10 11:11 README.txt -rw-r----- 1 seb seb 39413 2005-07-10 11:12 setup.py drwxr-x--- 10 seb seb 4096 2005-07-10 11:11 skel -rw-r----- 1 seb seb 30091 2005-07-10 11:12 test.py drwxr-x--- 4 seb seb 4096 2005-07-10 11:13 utilities -rw-r----- 1 seb seb 49152 2005-07-10 11:15 Zope-2.7.7-final.tgz
% file Zope-2.7.7-final.tgz Zope-2.7.7-final.tgz: gzip compressed data, from Unix
% tar xvfz Zope-2.7.7-final.tgz Zope-2.7.7-final/ Zope-2.7.7-final/import/ Zope-2.7.7-final/import/README.txt Zope-2.7.7-final/import/ZopeTutorialExamples.zexp gzip: stdin: unexpected end of file tar: Read 2745 bytes from Zope-2.7.7-final.tgz
Mistake ?
PS : perharps delete all cvs contents ? (CVS directories and .cvsignore files)
Regards.
-- Sébastien Douche <sdouche@gmail.com>
fixed --On 10. Juli 2005 13:00:19 +0200 Sebastien Douche <sdouche@gmail.com> wrote:
On 7/10/05, Andreas Jung <lists@andreas-jung.com> wrote:
Dear Zope Community,
on behalf of Zope Corporation and all Zope 2 developers and contributors I am pleased to announce the release of Zope 2.7.7 final.
Yeah ! But :
% tar tvfz Zope-2.7.7-final.tgz | grep tgz -rw-rw-r-- ajung/ajung 49152 2005-07-10 11:15:58 Zope-2.7.7-final/Zope-2.7.7-final.tgz
A tarball in the tarball ?
% tar xfz Zope-2.7.7-final.tgz
% cd Zope-2.7.7-final
% ls -l total 172 -rwxr-x--- 1 seb seb 7083 2005-07-10 11:12 configure drwxr-x--- 2 seb seb 4096 2005-07-10 11:14 CVS drwxr-x--- 5 seb seb 4096 2005-07-10 11:13 doc drwxr-x--- 3 seb seb 4096 2005-07-10 11:11 Extensions drwxr-x--- 3 seb seb 4096 2005-07-10 11:11 import drwxr-x--- 4 seb seb 4096 2005-07-10 11:15 inst drwxr-x--- 5 seb seb 4096 2005-07-10 11:11 lib -rw-r----- 1 seb seb 4788 2005-07-10 11:15 makefile -rw-r----- 1 seb seb 1103 2005-07-10 11:11 README.txt -rw-r----- 1 seb seb 39413 2005-07-10 11:12 setup.py drwxr-x--- 10 seb seb 4096 2005-07-10 11:11 skel -rw-r----- 1 seb seb 30091 2005-07-10 11:12 test.py drwxr-x--- 4 seb seb 4096 2005-07-10 11:13 utilities -rw-r----- 1 seb seb 49152 2005-07-10 11:15 Zope-2.7.7-final.tgz
% file Zope-2.7.7-final.tgz Zope-2.7.7-final.tgz: gzip compressed data, from Unix
% tar xvfz Zope-2.7.7-final.tgz Zope-2.7.7-final/ Zope-2.7.7-final/import/ Zope-2.7.7-final/import/README.txt Zope-2.7.7-final/import/ZopeTutorialExamples.zexp gzip: stdin: unexpected end of file tar: Read 2745 bytes from Zope-2.7.7-final.tgz
Mistake ?
PS : perharps delete all cvs contents ? (CVS directories and .cvsignore files)
Regards.
-- Sébastien Douche <sdouche@gmail.com>
participants (2)
-
Andreas Jung -
Sebastien Douche