Hi,

I've made ugly and dirty Bash script to monitor:

http://www.kernel.org/pub/linux/kernel/v3.x/stable-review

When it detect changes, for each -rc patch:
1 - Download the patch
2 - Apply the downloaded patch to previous stable tag at
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git

Example: 3.6.7-rc is applied to v3.6.6 tag.

3 - Make allyesconfig
4 - Make

The idea is that the script can be called by cron every few minutes as
it will only download the index of the URL. It will apply patches and
make only if there are changes.

Working:
https://github.com/petersenna/stable-help/blob/324d6f3c8d005d4842722a0bb73403b8cd7d0a19/bin/check_updates.sh

Dev:
https://github.com/petersenna/stable-help/blob/master/bin/check_updates.sh

Please feel free to use and hack it.

Peter

--
Peter
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to