From 7d88cdc9e4bff5a93bb1074d680fdc4e2c7925dc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 1 Feb 2012 16:56:15 +0100 Subject: db: do not abort on bad repositories Only show a warning if we have a non-existing repository or bad repository signature but don't abort. This is not to break compat with behaviour in previous releases. --- src/database.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/database.c') diff --git a/src/database.c b/src/database.c index 0fe17fe..66e2926 100644 --- a/src/database.c +++ b/src/database.c @@ -1307,11 +1307,6 @@ int apk_db_open(struct apk_database *db, struct apk_db_options *dbopts) if (apk_flags & APK_UPDATE_CACHE) apk_db_index_write_nr_cache(db); } - if (db->bad_repos && !(apk_flags & APK_FORCE)) { - apk_error("Aborting due to some repositories failed to load. Use --force to ignore this error."); - r = -EBADMSG; - goto ret_r; - } if (db->compat_newfeatures) { apk_warning("This apk-tools is OLD! Some packages %s.", -- cgit v1.2.3-60-g2f50