#373 closed defect (fixed)

Access permissions of files in source tarball too strict

Reported by: virutass Owned by: warner
Priority: minor Milestone: 1.3.0
Component: packaging Version: 0.9.0
Keywords: Cc: zooko
Launchpad Bug:

Description

$ tar tvzf allmydata-tahoe-1.0.0.tar.gz drwx------ buildslave/buildslave ..

Wouldn't it be better to use 0644 and 0755 for files and directories?

Change History (7)

comment:1 Changed at 2008-06-01T20:22:03Z by warner

  • Cc zooko added

yeah, definitely. Something must be wrong in the script that we use to make tarballs. Zooko, are you familiar with that script?

comment:2 Changed at 2008-06-01T21:13:25Z by warner

  • Milestone changed from eventually to 1.2.0

comment:3 Changed at 2008-06-02T03:32:01Z by zooko

  • Owner changed from somebody to zooko
  • Status changed from new to assigned

comment:4 Changed at 2008-06-02T03:32:10Z by zooko

  • Milestone changed from 1.2.0 to 1.1.0

comment:5 Changed at 2008-06-04T01:13:51Z by zooko

  • Milestone changed from 1.1.0 to 1.1.1

comment:6 Changed at 2008-09-17T23:18:27Z by warner

  • Owner changed from zooko to warner
  • Status changed from assigned to new

ah, this is probably because the buildslave that's generating the tarballs has a umask that's too strict.. let me see if I can fix that.

comment:7 Changed at 2008-09-17T23:35:44Z by warner

  • Milestone changed from 1.3.1 to 1.3.0
  • Resolution set to fixed
  • Status changed from new to closed

yup, that was it. Things should be fixed now. The most recent release (1.2.0) tarball hasn't been changed, but the upcoming (1.3.0) release should be a+rx, and the nightly/continuous tarballs look good now.

Note: See TracTickets for help on using tickets.