[yum-commits] Branch 'yum-3_2_X' - docs/yum.conf.5 shell.py yum/comps.py yum/constants.py yum/logginglevels.py yum/mdparser.py yum/misc.py yum/parser.py yum/pgpmsg.py yum/plugins.py yum/transactioninfo.py yum/yumRepo.py

James Antill james at osuosl.org
Tue Sep 14 18:20:28 UTC 2010


 docs/yum.conf.5        |    3 +--
 shell.py               |    1 +
 yum/comps.py           |    1 +
 yum/constants.py       |    1 +
 yum/logginglevels.py   |    1 +
 yum/mdparser.py        |    1 +
 yum/misc.py            |    1 +
 yum/parser.py          |    1 +
 yum/pgpmsg.py          |    1 +
 yum/plugins.py         |    1 +
 yum/transactioninfo.py |    1 +
 yum/yumRepo.py         |    1 +
 12 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit c20845428743674a9f33574596a94fc07fc7d830
Author: James Antill <james at and.org>
Date:   Tue Sep 14 14:08:12 2010 -0400

    Fix annoying rpmlint warnings.

diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
index 8acc8f4..20a6e67 100644
--- a/docs/yum.conf.5
+++ b/docs/yum.conf.5
@@ -221,8 +221,7 @@ diskspace before a RPM transaction is run. Default is `1' (perform the check).
 .IP
 \fBtsflags\fR
 Comma or space separated list of transaction flags to pass to the rpm
-transaction set. These include 'noscripts', 'notriggers', 'nodocs', 'test',
-'justdb' and 'nocontexts'. 'repackage' is also available but that does nothing
+transaction set. These include 'noscripts', 'notriggers', 'nodocs', 'test', 'justdb' and 'nocontexts'. 'repackage' is also available but that does nothing
 with newer rpm versions.
 You can set all/any of them. However, if you don't know what these do in the
 context of an rpm transaction set you're best leaving it alone. Default is
diff --git a/shell.py b/shell.py
index a32e880..7eef413 100644
--- a/shell.py
+++ b/shell.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
diff --git a/yum/comps.py b/yum/comps.py
index 5ccfba2..408bb1c 100755
--- a/yum/comps.py
+++ b/yum/comps.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
diff --git a/yum/constants.py b/yum/constants.py
index 06d5a6b..5c728d4 100644
--- a/yum/constants.py
+++ b/yum/constants.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
diff --git a/yum/logginglevels.py b/yum/logginglevels.py
index 9534984..8fae5ab 100644
--- a/yum/logginglevels.py
+++ b/yum/logginglevels.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
diff --git a/yum/mdparser.py b/yum/mdparser.py
index 194d5d1..8631f06 100644
--- a/yum/mdparser.py
+++ b/yum/mdparser.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/yum/misc.py b/yum/misc.py
index 7e2d745..cf0ff85 100644
--- a/yum/misc.py
+++ b/yum/misc.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 """
 Assorted utility functions for yum.
 """
diff --git a/yum/parser.py b/yum/parser.py
index dd45d6d..e46d611 100644
--- a/yum/parser.py
+++ b/yum/parser.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 import re
 import urlparse
 import urlgrabber
diff --git a/yum/pgpmsg.py b/yum/pgpmsg.py
index b23eabc..ee825c6 100644
--- a/yum/pgpmsg.py
+++ b/yum/pgpmsg.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 ##Copyright (C) 2003,2005,2009  Jens B. Jorgensen <jbj1 at ultraemail.net>
 ##
 ##This program is free software; you can redistribute it and/or
diff --git a/yum/plugins.py b/yum/plugins.py
index 9cd2040..bfc49b7 100644
--- a/yum/plugins.py
+++ b/yum/plugins.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
diff --git a/yum/transactioninfo.py b/yum/transactioninfo.py
index 31d3569..f34a45e 100644
--- a/yum/transactioninfo.py
+++ b/yum/transactioninfo.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index 4016ce5..b0e23c6 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python -tt
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or


More information about the Yum-commits mailing list