Change distribution release to 2009.

This commit is contained in:
Fatih Aşıcı
2009-05-04 11:46:11 +00:00
parent 4fa8e9ee21
commit aa3ddd7de3
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -1,3 +1,6 @@
2009-05-04 Fatih Aşıcı <fatih@pardus.org.tr>
* Change distribution release to 2009.
2009-04-09 Ozan Çağlayan <ozan@pardus.org.tr>
* (scripts/revdep-rebuild): Ignore /opt/ptsp during library and binary
search.
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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