[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. eda668423fa87898c59d1075118693714aa5a053
Andreas Beckmann
debian at abeckmann.de
Fri Dec 23 10:25:36 UTC 2011
The following commit has been merged in the master branch:
commit 1fc1166afebb3886d25dbd14873804157d5ad834
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Fri Nov 11 01:46:48 2011 +0100
*.py: add vim modeline
set vim modeline to
# vi:set et ts=4 sw=4 :
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/debian/changelog b/debian/changelog
index 1424ff2..0ce99c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ piuparts (0.42) UNRELEASED; urgency=low
DEP-5. Thanks Scott!
* piuparts.py and piuparts-report.py: Expand tabs to spaces.
* Remove whitespaces from whitespace-only lines.
+ * *.py: Add vim modeline.
[ Mika Pflüger ]
* piuparts-analyze.py: Rewrite to use python-debianbts to analyze if bugs
diff --git a/piuparts-analyze.py b/piuparts-analyze.py
index 8b917e7..f5a13eb 100644
--- a/piuparts-analyze.py
+++ b/piuparts-analyze.py
@@ -216,3 +216,5 @@ def main():
if __name__ == "__main__":
main()
+
+# vi:set et ts=4 sw=4 :
diff --git a/piuparts-master.py b/piuparts-master.py
index 806f183..203a9c2 100644
--- a/piuparts-master.py
+++ b/piuparts-master.py
@@ -218,3 +218,5 @@ def main():
if __name__ == "__main__":
main()
+
+# vi:set et ts=4 sw=4 :
diff --git a/piuparts-report.py b/piuparts-report.py
index 7bb5182..6d61091 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1096,3 +1096,5 @@ def main():
if __name__ == "__main__":
main()
+
+# vi:set et ts=4 sw=4 :
diff --git a/piuparts-slave.py b/piuparts-slave.py
index b73ad8e..f54f92e 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -512,3 +512,5 @@ if __name__ == "__main__":
print ''
print 'Slave interrupted by the user, exiting... manual cleanup still neccessary.'
sys.exit(1)
+
+# vi:set et ts=4 sw=4 :
diff --git a/piuparts.py b/piuparts.py
index c8f3e99..1c86825 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2337,3 +2337,5 @@ if __name__ == "__main__":
print ''
print 'Piuparts interrupted by the user, exiting...'
sys.exit(1)
+
+# vi:set et ts=4 sw=4 :
diff --git a/piupartslib/__init__.py b/piupartslib/__init__.py
index c7ee942..76a001a 100644
--- a/piupartslib/__init__.py
+++ b/piupartslib/__init__.py
@@ -39,3 +39,5 @@ def open_packages_url(url):
socket.close()
bzfile.seek(0)
return bzfile
+
+# vi:set et ts=4 sw=4 :
diff --git a/piupartslib/conf.py b/piupartslib/conf.py
index 20f47d2..d8d75aa 100644
--- a/piupartslib/conf.py
+++ b/piupartslib/conf.py
@@ -49,3 +49,5 @@ class Config(UserDict.UserDict):
self[key] = cp.get(self._section, key)
elif key in self._mandatory:
raise MissingMandatorySetting(filename, key)
+
+# vi:set et ts=4 sw=4 :
diff --git a/piupartslib/dependencyparser.py b/piupartslib/dependencyparser.py
index 5c17e82..4e42268 100644
--- a/piupartslib/dependencyparser.py
+++ b/piupartslib/dependencyparser.py
@@ -306,3 +306,5 @@ class DependencyParser:
return vlist
else:
return None
+
+# vi:set et ts=4 sw=4 :
diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index 58e62b5..1c9d27c 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -594,3 +594,5 @@ class PackagesDB:
else:
raise Exception("Log file exists already: %s (%s)" %
(package, version))
+
+# vi:set et ts=4 sw=4 :
diff --git a/unittests.py b/unittests.py
index 9d68632..a6eb344 100644
--- a/unittests.py
+++ b/unittests.py
@@ -106,3 +106,5 @@ Version: 1.0-1
if __name__ == "__main__":
unittest.main()
+
+# vi:set et ts=4 sw=4 :
--
piuparts git repository
More information about the Piuparts-commits
mailing list