failure to accept PPA uploads

Bug #370513 reported by Adam Conrad
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Critical
Celso Providelo

Bug Description

germanium completely and utterly fails to accept uploads without the following patch:

=== modified file 'lib/canonical/archiveuploader/poppyinterface.py'
--- lib/canonical/archiveuploader/poppyinterface.py 2007-05-08 14:08:09 +0000
+++ lib/canonical/archiveuploader/poppyinterface.py 2007-08-28 18:29:50 +0000
@@ -84,7 +84,7 @@
         distro_file.close()

         if self.perms is not None:
- os.system("chmod %s %s" % (self.perms, target_fsroot))
+ os.system("chmod %s -R %s" % (self.perms, target_fsroot))

         # We need to skip deletion here because we renamed the
         # directory, and therefore GlobalLock no longer knows where the

This is currently cowboyed on the host, but needs to be committed to RF ASAP to avoid accidentally backing it out.

Tags: lp-soyuz
LaMont Jones (lamont)
Changed in soyuz:
importance: Undecided → Critical
Revision history for this message
Celso Providelo (cprov) wrote :

It's probably related to the fact that /srv/ was moved to another disk. But the code change seems to be more maintainable than special directory/permission setup.

Changed in soyuz:
assignee: nobody → Celso Providelo (cprov)
milestone: none → 2.2.5
status: New → In Progress
Revision history for this message
Celso Providelo (cprov) wrote :

r8348 (stable)

Changed in soyuz:
status: In Progress → Fix Committed
Celso Providelo (cprov)
Changed in soyuz:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.