Skip to content

Commit

Permalink
stable/apply_it: updates
Browse files Browse the repository at this point in the history
use -p to qp-stable
don't care about 3.2 kernel anymore
  • Loading branch information
gregkh committed Apr 24, 2012
1 parent cd801fc commit b8f3dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/apply_it
Expand Up @@ -34,7 +34,7 @@ apply_it ()
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
echo "${txtred} FAILED${txtrst} to import" echo "${txtred} FAILED${txtrst} to import"
else else
qp-stable qp-stable -p
# quilt push &> /dev/null # quilt push &> /dev/null
echo "" echo ""
# if [ $? -ne 0 ] ; then # if [ $? -ne 0 ] ; then
Expand All @@ -50,6 +50,6 @@ apply_it ()




apply_it 3.3 apply_it 3.3
apply_it 3.2 #apply_it 3.2
apply_it 3.0 apply_it 3.0
#apply_it 2.6.39 #apply_it 2.6.39

0 comments on commit b8f3dfa

Please sign in to comment.