bzr crashed with NotImplementedError in upload_tree()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
bzr Upload plugin |
Confirmed
|
Medium
|
Unassigned | ||
bzr-upload (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
looks like this crashed because one of the changes was a symlink
ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: bzr 2.4.1-1ubuntu1
ProcVersionSign
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
BzrDebugFlags: set()
BzrVersion: 2.4.1
CommandLine: ['/usr/bin/bzr', 'upload']
CrashDb: bzr
Date: Sun Oct 16 21:47:44 2011
ExecutablePath: /usr/bin/bzr
FileSystemEncoding: UTF-8
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
InterpreterPath: /usr/bin/python2.7
Locale: en_US.UTF-8
PackageArchitec
Platform: Linux-3.
ProcCmdline: /usr/bin/python /usr/bin/bzr upload
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, no user)
LANG=en_US.UTF-8
LANGUAGE=
PythonVersion: 2.7.2
SourcePackage: bzr
Title: bzr crashed with NotImplementedError in upload_tree()
UpgradeStatus: No upgrade log present (probably fresh install)
UserEncoding: UTF-8
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
Related branches
- Vincent Ladeuil: Approve
-
Diff: 240 lines (+67/-40)3 files modifiedbreezy/plugins/upload/cmds.py (+60/-35)
breezy/plugins/upload/tests/test_upload.py (+5/-3)
breezy/transport/sftp.py (+2/-2)
tags: | removed: need-duplicate-check |
affects: | bzr (Ubuntu) → bzr-upload (Ubuntu) |
Changed in bzr-upload (Ubuntu): | |
importance: | Undecided → Medium |
information type: | Private → Public |
Changed in brz: | |
status: | New → Triaged |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 3.0.0 |
importance: | Undecided → Medium |
tags: |
added: symlink upload removed: amd64 apport-crash oneiric |
Changed in brz: | |
status: | Triaged → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |
Yup, symlinks are not supported but a warning should have been issued here, not a traceback.