From: Zac Medico Date: Mon, 31 Dec 2007 19:18:57 +0000 (-0000) Subject: Bug #203919 - Define missing base_url variable to fix NameError X-Git-Tag: v2.1.4~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed294af530612bccc31ae88572932c0a3a197161;p=portage.git Bug #203919 - Define missing base_url variable to fix NameError when using PORTAGE_BINHOST. svn path=/main/branches/2.1.2/; revision=9130 --- diff --git a/pym/portage.py b/pym/portage.py index 90eccf963..cf4a36826 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -7778,6 +7778,8 @@ class binarytree(object): if getbinpkgs and \ self.settings["PORTAGE_BINHOST"] and not self.remotepkgs: + + base_url = self.settings["PORTAGE_BINHOST"] try: chunk_size = long(self.settings["PORTAGE_BINHOST_CHUNKSIZE"]) if chunk_size < 8: