Closed Bug 857155 Opened 11 years ago Closed 11 years ago

Test beta/release runs with Thunderbird infrastructure in staging area

Categories

(Calendar :: Build Config, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Fallen, Assigned: jhopkins)

Details

Tracking bug to make sure the beta/release runs work
Currently investigating a post_upload.py failure due to the Python on dev-stage01 being too old (system python and /tools/python)

Traceback (most recent call last):
  File "/usr/local/bin/post_upload.py", line 553, in ?
    func(options, upload_dir, files)
  File "/usr/local/bin/post_upload.py", line 304, in ReleaseToCandidatesDir
    symlink_nightly_to_candidates(
  File "/usr/local/bin/post_upload.py", line 282, in symlink_nightly_to_candidates
    rel_symlink(_to, _from)
  File "/usr/local/bin/post_upload.py", line 262, in rel_symlink
    _to = os.path.relpath(_to, _from_path)
AttributeError: 'module' object has no attribute 'relpath'
Made a local modification to /usr/local/bin/post_upload.py to use a local implementation of relpath.  No changes to the Python installation were made.  Linux builds passed.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.