- remove generateAndUpload bool
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@235 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -224,7 +224,7 @@ def syncRemoteDatabases():
|
||||
uploadLatest = True
|
||||
uploadList.append(dbstat)
|
||||
|
||||
if (downloadLatest == []) and (not uploadLatest) and (not generateAndUpload):
|
||||
if (downloadLatest == []) and (not uploadLatest):
|
||||
print_info(green(" * ")+red("Online database does not need to be updated."))
|
||||
|
||||
# now run the selected task!
|
||||
|
||||
Reference in New Issue
Block a user