Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gentoo-headers: testing.txt
Date: Fri, 31 Jan 2014 01:04:30
Message-Id: 20140131010425.B03E92004C@flycatcher.gentoo.org
1 vapier 14/01/31 01:04:25
2
3 Modified: testing.txt
4 Log:
5 add release process details, and list wireless packages for testing
6
7 Revision Changes Path
8 1.4 src/patchsets/gentoo-headers/testing.txt
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/testing.txt?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/testing.txt?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/testing.txt?r1=1.3&r2=1.4
13
14 Index: testing.txt
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/testing.txt,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- testing.txt 16 Aug 2013 19:14:50 -0000 1.3
21 +++ testing.txt 31 Jan 2014 01:04:25 -0000 1.4
22 @@ -1,3 +1,18 @@
23 +upgrade process:
24 +
25 + - generate the gentoo-headers-base-<kernel version>.tar.xz tarball:
26 + $ ./rip-headers.sh 3.13
27 + - create a new patchset dir:
28 + $ cp -a 3.13/ 3.14/
29 + $ rm -rf 3.14/CVS
30 + $ cvs add 3.14 && cvs add 3.14/*
31 + - generate the patchset tarball:
32 + $ ./make-tarball.sh 3.14 1
33 + - update the ebuild:
34 + $ cp linux-headers-3.13.ebuild linux-headers-3.14.ebuild
35 + - test it (see sections below)
36 + - upload tarballs & commit files to cvs
37 +
38 smoke test:
39
40 for h in `find /usr/include/linux -type f -printf '%P '` ; do
41 @@ -22,6 +37,7 @@
42 dev-util/strace
43 media-libs/libv4l
44 media-tv/ivtv-utils
45 +media-video/vdr
46 net-dialup/linux-atm
47 net-dialup/ppp
48 net-dialup/rp-pppoe
49 @@ -30,6 +46,9 @@
50 net-misc/dahdi-tools
51 net-misc/iputils
52 net-misc/lksctp-tools
53 +net-wireless/iw
54 +net-wireless/wireless-tools
55 +net-wireless/wpa_supplicant
56 sys-apps/acl
57 sys-apps/attr
58 sys-apps/busybox
59 @@ -43,7 +62,6 @@
60 sys-fs/udev
61 sys-libs/libcap
62 sys-libs/gpm
63 -media-video/vdr
64 %
65
66 then make sure the big one: