Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1948 - genpatches-2.6-misc/scripts
Date: Wed, 13 Jul 2011 17:38:04
Message-Id: 20110713173755.02F312004B@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2011-07-13 17:37:54 +0000 (Wed, 13 Jul 2011)
3 New Revision: 1948
4
5 Modified:
6 genpatches-2.6-misc/scripts/gpmvhistorical
7 genpatches-2.6-misc/scripts/gppatch
8 Log:
9 Linux 3.X support changes
10
11 Modified: genpatches-2.6-misc/scripts/gpmvhistorical
12 ===================================================================
13 --- genpatches-2.6-misc/scripts/gpmvhistorical 2011-07-13 17:33:36 UTC (rev 1947)
14 +++ genpatches-2.6-misc/scripts/gpmvhistorical 2011-07-13 17:37:54 UTC (rev 1948)
15 @@ -3,13 +3,13 @@
16 . ~/.genpatchesrc
17
18 if [[ ${#@} != 1 ]] ; then
19 - echo ">>> USAGE: gpmvhistorcal <branch-minor>"
20 - echo "This will move 2.6.<branch-minor> into historical"
21 + echo ">>> USAGE: gpmvhistorcal <version>"
22 + echo "This will move <version> into historical"
23 exit -1
24 fi
25
26 -echo ">>> Going to move genpatches-2.6/trunk/2.6.$1 to genpatches-2.6/historical/2.6.$1 and instant commit. Press enter to continue"
27 +echo ">>> Going to move genpatches-2.6/trunk/$1 to genpatches-2.6/historical/$1 and instant commit. Press enter to continue"
28 read
29
30 -svn mv svn+ssh://${USERNAME}@svn.gentoo.org/var/svnroot/linux-patches/genpatches-2.6/trunk/2.6.$1 svn+ssh://${USERNAME}@svn.gentoo.org/var/svnroot/linux-patches/genpatches-2.6/historical -m "Moving 2.6.$1 into historical"
31 +svn mv svn+ssh://${USERNAME}@svn.gentoo.org/var/svnroot/linux-patches/genpatches-2.6/trunk/$1 svn+ssh://${USERNAME}@svn.gentoo.org/var/svnroot/linux-patches/genpatches-2.6/historical -m "Moving $1 into historical"
32
33
34 Modified: genpatches-2.6-misc/scripts/gppatch
35 ===================================================================
36 --- genpatches-2.6-misc/scripts/gppatch 2011-07-13 17:33:36 UTC (rev 1947)
37 +++ genpatches-2.6-misc/scripts/gppatch 2011-07-13 17:37:54 UTC (rev 1948)
38 @@ -6,4 +6,4 @@
39 CODE="$2"
40
41 shift 2
42 -patch -p1 $* -i ${LOCAL_PATCHES_TRUNK}/2.6.${GPV}/${CODE}_*.patch
43 +patch -p1 $* -i ${LOCAL_PATCHES_TRUNK}/${GPV}/${CODE}_*.patch