You are not logged in.
Pages: 1
Is there an easy way to get notified any time an update is made to the [core] packages, or the kernel, more specifically?
I know pacman will list all updates, but I'd like to be mentally prepared before running pacman -Syu.
Is this done in one of the mailing lists?
Offline
Nobody forces you to update as soon as the updates are available.
Offline
There are a few tools that monitor updates. I think Xyne made one or updated it recently. Search the board for "xyne conky pacman".
Offline
Nobody forces you to update as soon as the updates are available.
I understand, but that's exactly the decision I'd like to make wisely. So having a notification on a kernel update would probably push out the date I run the update.
Offline
What's the problem? pacman -Syu… see "linux" or $SOMEPACKE_I_WORRY_ABOUT… hit Ctrl-c… make some research, return to pacman -Syu and install the whole package or not. I do this all the time. There's no shame in killing pacman by pressing Ctrl-c. Or simply hit "n" (or whatever letter no starts with in your language), do some research and come back later.
Use the Recent Updates rss feed on the home page, add some grep and create a cronjob. You won't even have to annoy your mirror with constant requests.
Offline
What's the problem?
There's no problem - I am just looking for a way to be *notified* when a kernel update has made it into [core].
It's like going to the dentist - I can look at my calendar and figure out what time my appointment is, or I can get a nice notification that tells me there is a potential painful situation developing. It doesn't mean I won't evaluate whether going to the dentist and doing an important presentation on the same day is a good idea, same as evaluating whether pacman -Syu is a good idea just before that same presentation.
Use the Recent Updates rss feed on the home page, add some grep and create a cronjob. You won't even have to annoy your mirror with constant requests.
Thanks. I've added the feed to my desktop. If there was a way to filter that by just [core] packages, I'd be almost there.
Offline
There is. Some grep and a cronjob. A "pacman -Ss rss" will show you plenty tools that can help you on your way.
Offline
Pages: 1