From aa3ddd7de39248210ff0e8afac38d6bbded0a3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Mon, 4 May 2009 11:46:11 +0000 Subject: [PATCH] Change distribution release to 2009. --- ChangeLog | 3 +++ pisi/cli/addrepo.py | 4 ++-- pisi/configfile.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e7c9f5c7..5c417f91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2009-05-04 Fatih Aşıcı + * Change distribution release to 2009. + 2009-04-09 Ozan Çağlayan * (scripts/revdep-rebuild): Ignore /opt/ptsp during library and binary search. diff --git a/pisi/cli/addrepo.py b/pisi/cli/addrepo.py index 2ad1b055..407e9e5f 100644 --- a/pisi/cli/addrepo.py +++ b/pisi/cli/addrepo.py @@ -55,8 +55,8 @@ NB: We support only local files (e.g., /a/b/c) and http:// URIs at the moment name = self.args[0] indexuri = self.args[1] else: - name = 'pardus-2008' - indexuri = 'http://paketler.pardus.org.tr/pardus-2008/pisi-index.xml.bz2' + name = 'pardus-2009' + indexuri = 'http://paketler.pardus.org.tr/pardus-2009/pisi-index.xml.bz2' pisi.api.add_repo(name, indexuri, ctx.get_option('at')) if ctx.ui.confirm(_('Update PiSi database for repository %s?') % name): try: diff --git a/pisi/configfile.py b/pisi/configfile.py index 6f49984d..86f38a90 100644 --- a/pisi/configfile.py +++ b/pisi/configfile.py @@ -67,7 +67,7 @@ class GeneralDefaults: destinationdirectory = "/" autoclean = False distribution = "Pardus" - distribution_release = "2008" + distribution_release = "2009" architecture = "i686" http_proxy = os.getenv("HTTP_PROXY") or None https_proxy = os.getenv("HTTPS_PROXY") or None