lp:ubuntu/lucid-proposed/migration-assistant

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/lucid-proposed/migration-assistant
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

20. By Evan

unmount_os can be called without arguments (LP: #536673).

19. By Evan

* Skip comments in /etc/fstab (LP 536673).
* Catch empty arguments to unmount_os (LP 536673).
* Continue to the next operating system if mount_os fails.
* Clean up mount_os.

18. By Alexander Sack

rebuild rest of main for armel armv7/thumb2 optimization;
UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2

17. By Evan

If there are no items to import, don't bother asking the question.
This supports a change to ubiquity to not always show the migration-
assistant page.

16. By Evan

* Several fixes from Olivier Blin of Mandriva:
  - Close file descriptors when they're no longer needed.
  - Move a closedir() call, it can free data returned by readdir() too
    early. It leads to path corruption in some cases.
  - Fix a segfault with files with no extension.
  - Remove a spurious directory creation, with uninitialized name.
  - Fix Windows 2000 migration, by not trying to import music if not
    present.
  - Fix detection of Windows-NT-like registry path in ma-search-users, by
    splitting and reusing WINNT code from utils.c
  - Reimplement copy using read/write (like cp) to handle large files,
    since we can't mmap() (twice) large files in memory.
  - fix segfault by zeroing buffers for strcat.
  - Improve WINNT patch to factorize user registry location as well.
  - Vista profile directories support. Get profiles directory from
    registry for ma-search-items and ma-import as well ("Documents and
    Settings" is not correct in Vista), this also allows us to read the
    user registries.
  - Vista users support. Filter Public and Default users for Vista (from
    registry keys). Filter "Default User" key in Vista (it is a junction
    to Default). Do not segfault if keys are missing.
* More efficient and less error-prone device substring extraction.
* Set the locale to C when using expr.

15. By Evan

* Use + instead of : for a replacement character as it is explicitly
  allowed by debconf policy.
* Look in .purple for Pidgin settings as well.

14. By Evan

* Copy NTFS mount fix.
* Removed dead ubiquity-specific code in ma-ask.
* Cleaned up ma-ask and ma-apply.
* Fix potential bugs where RET could get set to an error description and
  then be used as the answer to other questions.
* Add the user to the groups specified by user-setup-udeb.

13. By Evan

Added a short timeout and retry to unmounting to accomodate slow umounts
(LP: #135149).

12. By Evan

* Move initialize_registry_paths call later to avoid situations where
  other needed variables may not be set yet, causing m-a to fail.
* Fix logging.
* Fix IFS handling around call to expr.

11. By Evan

[ Colin Watson ]
* In the Windows case in mount_os:
  - Look in /proc/mounts, not /proc/partitions.
  - Look in /proc/mounts before /etc/mtab.
  - Make sure to select only the first mountpoint for a given device (in
    case of bind mounts).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/migration-assistant
This branch contains Public information 
Everyone can see this information.

Subscribers