[Zope3-dev] Getting 403 error from download.zope.org

Baiju M mbaiju at zeomega.com
Mon Apr 23 02:32:07 EDT 2007


Christian Theune wrote:
>  Am Sonntag, den 22.04.2007, 15:11 -0400 schrieb Benji York:
>
> > David Pratt wrote:
> >
> >> Any idea what is happening with the site?
> >>
> >> Getting distribution for zope.app.zptpage Error: Can't download
> >> http://download.zope.org/distribution/zope.app.zptpage-3.4.0a1.tar.gz:
> >> 403 Forbidden
> >
> > That file isn't world-readable. scp (appears to be) using the file
> > permissions as they are on the uploading file system. We need
> > some way to guarantee that the resulting permissions are such that
> > files placed in /distribution/ will be accessible. (Someone who
> > has sudo on that machine will have to fix those permissions, I
> > can't.)
> >
> > A chmod in a cron job is the best idea I have. Others?
>
>
>  Gnarf. Right. That's my fault. My personal settings are user/group
>  readable on my machine and scp blindly takes over those files.
>
>  IMHO tweaking the masks on the target system could help, but I have
>  no idea.

Can anyone fix the permissions of these packages in server.
Or should we release '3.4.0a1-1' ?

  >>> from pkg_resources import parse_version
  >>> parse_version('3.4.0a1') < parse_version('3.4.0a1-1')
  True

btw, some packages are not tagged:

-RestrictedPython
-ZConfig
-zdaemon
-zodbcode
-zope.app.applicationcontrol
-zope.app.component
-zope.app.form
-zope.app.pagetemplate
-zope.app.publisher
-zope.app.traversing
-zope.decorator
-zope.deferredimport
-zope.documenttemplate
-zope.dottedname
-zope.event
-zope.exceptions
-zope.sequencesort
-zope.thread

I have compiled a list of eggs to be created in 
'releases/eggs-to-created.txt' now.

Regards,
Baiju M



More information about the Zope3-dev mailing list