From f1636dce28ad5452b17fdabacc5190cfc4fccfaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 13 Apr 2006 17:44:54 +0000 Subject: [PATCH] uludag --> pardus --- pisi/api.py | 4 ++-- pisi/atomicoperations.py | 2 +- pisi/cli/commands.py | 2 +- pisi/comariface.py | 4 ++-- pisi/component.py | 2 +- pisi/config.py | 4 ++-- pisi/constants.py | 2 +- pisi/context.py | 4 ++-- pisi/dependency.py | 2 +- pisi/file.py | 2 +- pisi/files.py | 2 +- pisi/index.py | 2 +- pisi/installdb.py | 2 +- pisi/itembyrepodb.py | 2 +- pisi/lockeddbshelve.py | 2 +- pisi/metadata.py | 4 ++-- pisi/operations.py | 2 +- pisi/packagedb.py | 4 ++-- pisi/pxml/autoxml.py | 6 +++--- pisi/pxml/xmlext.py | 2 +- pisi/pxml/xmlextmdom.py | 6 +++--- pisi/pxml/xmlextpiks.py | 6 +++--- pisi/pxml/xmlfile.py | 2 +- pisi/pxml/xmlfilemdom.py | 6 +++--- pisi/pxml/xmlfilepiks.py | 6 +++--- pisi/search/__init__.py | 2 +- pisi/search/invertedindex.py | 2 +- pisi/search/tokenize.py | 2 +- pisi/sourcearchive.py | 4 ++-- pisi/sourcedb.py | 2 +- pisi/specfile.py | 4 ++-- pisi/ui.py | 4 ++-- pisi/util.py | 8 ++++---- pisi/version.py | 4 ++-- 34 files changed, 57 insertions(+), 57 deletions(-) diff --git a/pisi/api.py b/pisi/api.py index f30ee042..3c0c47e4 100644 --- a/pisi/api.py +++ b/pisi/api.py @@ -9,8 +9,8 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Baris Metin +# Authors: Eray Ozkural +# Baris Metin """Top level PISI interfaces. a facade to the entire PISI system""" diff --git a/pisi/atomicoperations.py b/pisi/atomicoperations.py index 3a4b53ba..9d349b3e 100644 --- a/pisi/atomicoperations.py +++ b/pisi/atomicoperations.py @@ -10,7 +10,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural "Atomic package operations such as install/remove/upgrade" diff --git a/pisi/cli/commands.py b/pisi/cli/commands.py index 57a57bcf..5378b4b9 100644 --- a/pisi/cli/commands.py +++ b/pisi/cli/commands.py @@ -875,7 +875,7 @@ NB: We support only local files (e.g., /a/b/c) and http:// URIs at the moment indexuri = self.args[1] else: name = 'pardus-1' - indexuri = 'http://paketler.uludag.org.tr/pardus-1/pisi-index.xml' + indexuri = 'http://paketler.pardus.org.tr/pardus-1/pisi-index.xml' pisi.api.add_repo(name, indexuri) if ctx.ui.confirm(_('Update PISI database for repository %s?') % name): pisi.api.update_repo(name) diff --git a/pisi/comariface.py b/pisi/comariface.py index d2845c6d..408c74ab 100644 --- a/pisi/comariface.py +++ b/pisi/comariface.py @@ -9,8 +9,8 @@ # # Please read the COPYING file. # -# Authors: Baris Metin -# Gurer Ozen +# Authors: Baris Metin +# Gurer Ozen import comar diff --git a/pisi/component.py b/pisi/component.py index 598e47eb..7b37b289 100644 --- a/pisi/component.py +++ b/pisi/component.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural import gettext __trans = gettext.translation('pisi', fallback=True) diff --git a/pisi/config.py b/pisi/config.py index 95a8ecba..e02473f6 100644 --- a/pisi/config.py +++ b/pisi/config.py @@ -9,8 +9,8 @@ # # Please read the COPYING file. # -# Authors: Baris Metin -# Eray Ozkural +# Authors: Baris Metin +# Eray Ozkural """ PISI Configuration module is used for gathering and providing diff --git a/pisi/constants.py b/pisi/constants.py index d160a7b7..5a0e5f00 100644 --- a/pisi/constants.py +++ b/pisi/constants.py @@ -14,7 +14,7 @@ If you have a "magic" constant value this is where it should be defined.""" -# Author: Baris Metin +# Authors: Baris Metin # global variables here diff --git a/pisi/dependency.py b/pisi/dependency.py index 7a1eccb4..ff98fc85 100644 --- a/pisi/dependency.py +++ b/pisi/dependency.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural """dependency analyzer""" diff --git a/pisi/file.py b/pisi/file.py index 78aaa4e8..614480a8 100644 --- a/pisi/file.py +++ b/pisi/file.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural """ generic file abstraction that allows us to use URIs for everything diff --git a/pisi/files.py b/pisi/files.py index 9175929a..93384c83 100644 --- a/pisi/files.py +++ b/pisi/files.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural +# Authors: Eray Ozkural '''Files module provides access to files.xml. files.xml is generated during the build process of a package and used in installation.''' diff --git a/pisi/index.py b/pisi/index.py index 3c9bfc35..dd9b1e27 100644 --- a/pisi/index.py +++ b/pisi/index.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural """PISI source/package index""" diff --git a/pisi/installdb.py b/pisi/installdb.py index 078b5dbb..e6926dfa 100644 --- a/pisi/installdb.py +++ b/pisi/installdb.py @@ -12,7 +12,7 @@ # # installation database # -# Author: Eray Ozkural +# Author: Eray Ozkural # System import os diff --git a/pisi/itembyrepodb.py b/pisi/itembyrepodb.py index d8fb056a..803b8ffe 100644 --- a/pisi/itembyrepodb.py +++ b/pisi/itembyrepodb.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural import os import fcntl diff --git a/pisi/lockeddbshelve.py b/pisi/lockeddbshelve.py index 6519d509..6025fc77 100644 --- a/pisi/lockeddbshelve.py +++ b/pisi/lockeddbshelve.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural +# Authors: Eray Ozkural import os import fcntl diff --git a/pisi/metadata.py b/pisi/metadata.py index 6ec345f4..1727180d 100644 --- a/pisi/metadata.py +++ b/pisi/metadata.py @@ -9,8 +9,8 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Baris Metin +# Baris Metin +# Author: Eray Ozkural "Package Operations: install/remove/upgrade" diff --git a/pisi/packagedb.py b/pisi/packagedb.py index 30cb52c7..f09416b7 100644 --- a/pisi/packagedb.py +++ b/pisi/packagedb.py @@ -13,8 +13,8 @@ # package database # interface for update/query to local package repository -# Authors: Eray Ozkural -# Baris Metin +# Authors: Eray Ozkural +# Baris Metin # we basically store everything in PackageInfo class # yes, we are cheap diff --git a/pisi/pxml/autoxml.py b/pisi/pxml/autoxml.py index c8ddd918..cd5b61b6 100644 --- a/pisi/pxml/autoxml.py +++ b/pisi/pxml/autoxml.py @@ -10,10 +10,10 @@ # Please read the COPYING file. # # -# Authors: Eray Ozkural -# Gurer Ozen +# Authors: Eray Ozkural +# Gurer Ozen # Bahadir Kandemir -# Baris Metin +# Baris Metin """ diff --git a/pisi/pxml/xmlext.py b/pisi/pxml/xmlext.py index 52c25dcb..43ca897c 100644 --- a/pisi/pxml/xmlext.py +++ b/pisi/pxml/xmlext.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural +# Authors: Eray Ozkural try: zimbabwe # comment out to disable piks diff --git a/pisi/pxml/xmlextmdom.py b/pisi/pxml/xmlextmdom.py index de771d9c..f650a2f5 100644 --- a/pisi/pxml/xmlextmdom.py +++ b/pisi/pxml/xmlextmdom.py @@ -9,9 +9,9 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Baris Metin +# Authors: Eray Ozkural +# Baris Metin """ xmlext is a helper module for accessing XML files using diff --git a/pisi/pxml/xmlextpiks.py b/pisi/pxml/xmlextpiks.py index c4eca52e..0fc1a183 100644 --- a/pisi/pxml/xmlextpiks.py +++ b/pisi/pxml/xmlextpiks.py @@ -9,9 +9,9 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Baris Metin +# Authors: Eray Ozkural +# Baris Metin """ some helper functions for high-level access to XML structures diff --git a/pisi/pxml/xmlfile.py b/pisi/pxml/xmlfile.py index 073bb725..9c9c6eed 100644 --- a/pisi/pxml/xmlfile.py +++ b/pisi/pxml/xmlfile.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural +# Authors: Eray Ozkural import pisi.context diff --git a/pisi/pxml/xmlfilemdom.py b/pisi/pxml/xmlfilemdom.py index b1939a5b..c9be3d42 100644 --- a/pisi/pxml/xmlfilemdom.py +++ b/pisi/pxml/xmlfilemdom.py @@ -9,9 +9,9 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Baris Metin +# Authors: Eray Ozkural +# Baris Metin """ XmlFile class further abstracts a dom object using the diff --git a/pisi/pxml/xmlfilepiks.py b/pisi/pxml/xmlfilepiks.py index 9333e948..b22ee413 100644 --- a/pisi/pxml/xmlfilepiks.py +++ b/pisi/pxml/xmlfilepiks.py @@ -9,9 +9,9 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Gurer Ozen -# Baris Metin +# Gurer Ozen +# Baris Metin +# Author: Eray Ozkural import pisi import pisi.context as ctx diff --git a/pisi/search/invertedindex.py b/pisi/search/invertedindex.py index 4f8d4657..57d30173 100644 --- a/pisi/search/invertedindex.py +++ b/pisi/search/invertedindex.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural import types diff --git a/pisi/search/tokenize.py b/pisi/search/tokenize.py index 0128f115..2d69e344 100644 --- a/pisi/search/tokenize.py +++ b/pisi/search/tokenize.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural # # rev 1: very simple tokenization, for testing diff --git a/pisi/sourcearchive.py b/pisi/sourcearchive.py index 599bfe22..76724177 100644 --- a/pisi/sourcearchive.py +++ b/pisi/sourcearchive.py @@ -9,8 +9,8 @@ # # Please read the COPYING file. # -# Authors: Baris Metin -# Eray Ozkural +# Authors: Baris Metin +# Eray Ozkural # python standard library diff --git a/pisi/sourcedb.py b/pisi/sourcedb.py index 83486617..c6444227 100644 --- a/pisi/sourcedb.py +++ b/pisi/sourcedb.py @@ -9,7 +9,7 @@ # # Please read the COPYING file. # -# Author: Eray Ozkural +# Author: Eray Ozkural """ package source database diff --git a/pisi/specfile.py b/pisi/specfile.py index 15283d51..cd13fe46 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -9,8 +9,8 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Baris Metin +# Authors: Eray Ozkural +# Baris Metin """ Specfile module is our handler for PSPEC files. PSPEC (PISI SPEC) diff --git a/pisi/ui.py b/pisi/ui.py index cc548ac1..30b3644f 100644 --- a/pisi/ui.py +++ b/pisi/ui.py @@ -11,8 +11,8 @@ # # generic user interface # -# Authors: Eray Ozkural -# A. Murat Eren +# Authors: Eray Ozkural +# A. Murat Eren import sys diff --git a/pisi/util.py b/pisi/util.py index 84839fc8..861c8b02 100644 --- a/pisi/util.py +++ b/pisi/util.py @@ -12,10 +12,10 @@ # misc. utility functions, including process and file utils -# Authors: Eray Ozkural -# Baris Metin -# S. Caglar Onur -# A. Murat Eren +# Authors: Eray Ozkural +# Baris Metin +# S. Caglar Onur +# A. Murat Eren # standard python modules import os diff --git a/pisi/version.py b/pisi/version.py index 45fb4fa6..249bafb3 100644 --- a/pisi/version.py +++ b/pisi/version.py @@ -9,8 +9,8 @@ # # Please read the COPYING file. # -# Authors: Eray Ozkural -# Baris Metin +# Authors: Eray Ozkural +# Baris Metin # # History: # Eray wrote the first version