Gentoo Sunrise overlay changes
This morning I manually ran my daily Gentoo Sunrise layman updates and discovered the following message:
# layman -s sunrise
* Running command "/usr/bin/svn update "/usr/portage/local/layman/sunrise""...
At revision 8512.
*
* Success:
* ------
*
* Successfully synchronized overlay "sunrise".
*
* Errors:
* ------
*
* The source of the overlay "sunrise" seems to have changed. You currently sync from "http://overlays.gentoo.org/svn/proj/sunrise/reviewed/" while the global layman list reports "svn://overlays.gentoo.org/proj/sunrise/reviewed/" as correct location. Please consider removing and readding the overlay!
*
Normally I run this via cron and dump the contents to a log file but I had not really been checking the logs. According to my searches this changed around April 7, 2009. Ok no big deal I do as they say I removed and then re-added the overlay to portage with the following command:
# layman -d sunrise && layman -a sunrise
....
* Successfully added overlay "sunrise".
Now to run the update again:
# layman -s sunrise
* Running command "/usr/bin/svn update "/usr/portage/local/layman/sunrise""...
At revision 8512.
*
* Success:
* ------
*
* Successfully synchronized overlay "sunrise".
Ahh much better!
