Changes between Version 10 and Version 11 of Obsolete/MovedToTree/PackageManagement/TODO


Ignore:
Timestamp:
Jul 8, 2011, 10:25:23 PM (13 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/MovedToTree/PackageManagement/TODO

    v10 v11  
    22
    33 * packagefs:
    4    - Prepare for use in a chroot environment. Currently it resolves the package directory path in the kernel I/O context. This is only a problem for packagefs mount after chroot.
     4   - Prepare for use in a chroot environment. Currently it resolves the package directory path in the kernel I/O context. This is only a problem for packagefs mounted after chroot.
    55   - Support packages being copied to the `packages` directory. Currently only moving works.
    66   - Solve node removal issues. A currently executing program should not crash and burn when its package is removed.
    77   - Provide information about active packages to the tools that need it (e.g. the package solver).
    8    - Implement query support.
    98   - If necessary, add a caching mechanism to speed up mounting it.
    109
     
    2423 * Miscellaneous:
    2524   - Modify Expander to use a directory instead of the `expander.rules` file. This way a package (like xz-utils or p7zip) can contribute a single file with the rules for its tools.
     25   - Modify Deskbar to no longer use the "be:deskbar_item_status" attribute to tag the installed replicants. This doesn't work, since packagefs is read-only. And it is a no-go for multi-user anyway.