update TODO, fix and test md5check in reagent, add client directory
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@276 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -997,7 +997,7 @@ class etpDatabase:
|
||||
def retrievePackageVarFromBinaryPackage(self,binaryPkgName,pkgvar):
|
||||
# search binary package
|
||||
result = []
|
||||
self.cursor.execute('SELECT "'+pkgvar+'" FROM etpData WHERE download LIKE "%'+binaryPkgName+'%"')
|
||||
self.cursor.execute('SELECT "'+pkgvar+'" FROM etpData WHERE download = "'+etpConst['binaryurirelativepath']+binaryPkgName+'"')
|
||||
for row in self.cursor:
|
||||
result.append(row[0])
|
||||
if len(result) > 0:
|
||||
|
||||
Reference in New Issue
Block a user