HI!
I'm adding packages to my local repo. Since I've read the doc
tutorial : 
http://sites.google.com/a/chromium.org/dev/chromium-os/how-tos-and-troubleshooting/add-a-new-package/package-management
I'd like to suggest a modification (no WIKI ?) to the paragraph
"Modify the package list for the chroot dev environment"
by diff'ing the package repo it could be added :
>>quote :
    src/scripts/list_installed_packages.sh > /tmp/newpacks
    diff -u ~/trunk/src/package_repo/repo_list_dev.txt /tmp/newpacks >
repo_list_dev.diff
make a backup :
    cp src/package_repo/repo_list_dev.txt src/package_repo/
repo_list_dev.old
patch the repo list :
    patch -p0 src/package_repo/repo_list_dev.txt < repo_list_dev.diff
<<
as made to patch the repo lists.

thank you !

-- 
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to