[opensuse-kernel] updating kernel:head question
Hello, Is is possible to automatically update the kernel:head {kernel-flavour} project to the latest kernel revision[2] using a script to drag in the latest release-revision of the kernel [1] https://build.opensuse.org/package/files?package=kernel-vanilla&project=Kernel%3AHEAD [2] # wget -c https://lkml.org/. --2012-07-16 23:48:52-- https://lkml.org/ Resolving lkml.org (lkml.org)... 87.253.128.182, 2a01:7c8:c061:1303::7 Connecting to lkml.org (lkml.org)|87.253.128.182|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 43867 (43K) [text/html] Saving to: `index.html' 100%[===============================================>] 43,867 63.3K/s in 0.7s 2012-07-16 23:48:54 (63.3 KB/s) - `index.html' saved [43867/43867] # grep -i ".bz2" index.html | cut -d"\"" -f4 |sed 's/^/wget -c /g' | head -1 wget -c http://www.kernel.org/pub/linux/kernel/v3.0/testing/linux-3.5-rc7.tar.bz2 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 16.7.2012 16:19, doiggl@velocitynet.com.au wrote:
Hello, Is is possible to automatically update the kernel:head {kernel-flavour} project to the latest kernel revision
We have a 'vanilla' and 'linux-next' branch that does exactly this, see http://kernel.opensuse.org/packages/vanilla http://kernel.opensuse.org/packages/linux-next Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 7/16/12 10:19 AM, doiggl@velocitynet.com.au wrote:
Hello, Is is possible to automatically update the kernel:head {kernel-flavour} project to the latest kernel revision[2] using a script to drag in the latest release-revision of the kernel
No, and FWIW, this would've been answered if you looked at kernel.opensuse.org. More often than not, manual intervention is required due to patches becoming obsolete and new configuration options being introduced. Those could probably be papered over by pattern matching and accepting the default config options (though I'm not sure we'd actually want to do that). An -rc1 will *always* require manual intervention. - -Jeff
[1] https://build.opensuse.org/package/files?package=kernel-vanilla&project=Kernel%3AHEAD
[2] # wget -c https://lkml.org/. --2012-07-16 23:48:52-- https://lkml.org/ Resolving lkml.org (lkml.org)... 87.253.128.182, 2a01:7c8:c061:1303::7 Connecting to lkml.org (lkml.org)|87.253.128.182|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 43867 (43K) [text/html] Saving to: `index.html'
100%[===============================================>] 43,867 63.3K/s in 0.7s
2012-07-16 23:48:54 (63.3 KB/s) - `index.html' saved [43867/43867]
# grep -i ".bz2" index.html | cut -d"\"" -f4 |sed 's/^/wget -c /g' | head -1 wget -c http://www.kernel.org/pub/linux/kernel/v3.0/testing/linux-3.5-rc7.tar.bz2
- -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJQBzcfAAoJEB57S2MheeWyCJoQAIKidc6ypIHZXTOXCS8z0N7A EKKQR7kuzRpoFL3IoqAMqQUPMtr/FbD3bGCWPTA7zi4yhPE/SV1u9FkszLRyAqdZ 7yl12toRYI5qk9lra4ouqWCvj062vafqAi9pstlw/pq0TAdF1A/n8Z2wwDhCn6vX qhxRN3fIP6oCUUVzRbbUASgqR77s72qMZVBylEs7KGVrwZ1TNoPJbeVCknA6yCra xdcHOaaQHYXrLzAm/1KmMDrlJ9l4EtHqLQ//AaMWcfb90dEkdWbx7WMSMlM+Een8 ocO1j+XfHb7dFvq8CpsseZC6XHwyl6X3vCdK/m6lMy45IAY1eIhWgk13Ou3OmcM7 z6t0R4LjMgCGmYdYdt6/EC8R8fEgzZJTB8HwGHWEcloYDhdaVJHzAq5FooIhmFsQ pu/oiD2Lx44PCjCZC9Z9B6hdfDNpDZIt9Bpk2XcYWXIlyO4cN6px9Mklft3Q8Lgo u60HmAv2w2zzuhIm/MGRSvC5/f/aY5hLZTuV+6O7a5+uS2eEDioxbzlCvosCg4ml zWjyOTw6asGB30X0v6FhvthUSReNtXxri98b7/QqaOH6wbrezECEEBOyrFiAADQs 66tcCQZxgPlwvLxsRU5esn4ZDjLv4Itbp9Sq4sRh72KO1mfuKnT9shyv8iZGqWK5 L2M5Y1LXp2W2Ej2eiWiL =iN7S -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (3)
-
doiggl@velocitynet.com.au
-
Jeff Mahoney
-
Michal Marek