From 369c2bd32bd6e5988ca79074d6fce3346bc17b9c Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Sun, 12 Aug 2007 08:07:11 +0000 Subject: [PATCH] checksum fetch disabled git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@446 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/equoTools.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/equoTools.py b/client/equoTools.py index aef4e1724..893817e18 100644 --- a/client/equoTools.py +++ b/client/equoTools.py @@ -2723,12 +2723,12 @@ def stepExecutor(step,infoDict, clientDbconn = None): else: errormsg = red("Package checksum does not match. Try to run: '")+bold("equo repo sync")+red("' and this command again. Error "+str(output)) print_error(errormsg) - # otherwise fetch md5 too - print_info(red(" ## ")+blue("Fetching package checksum: ")+red(os.path.basename(infoDict['download']+etpConst['packageshashfileext']))) - output = fetchFile(infoDict['download']+etpConst['packageshashfileext'],False) - if output != 0: - errormsg = red("Cannot find the checksum file online. Try to run: ")+bold("equo repo sync")+red("' and this command again. Error "+str(output)) - print_error(errormsg) + # database entry will be used + #print_info(red(" ## ")+blue("Fetching package checksum: ")+red(os.path.basename(infoDict['download']+etpConst['packageshashfileext']))) + #output = fetchFile(infoDict['download']+etpConst['packageshashfileext'],False) + #if output != 0: + # errormsg = red("Cannot find the checksum file online. Try to run: ")+bold("equo repo sync")+red("' and this command again. Error "+str(output)) + # print_error(errormsg) elif step == "install": if (etpConst['gentoo-compat']): print_info(red(" ## ")+blue("Installing package: ")+red(os.path.basename(infoDict['download']))+" ## w/Gentoo compatibility")