summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-03-21 04:08:19 +0100
committerAaron Griffin <aaron@archlinux.org>2007-03-21 04:08:19 +0100
commit941c23025c886b820af8a17959bdf6dc4c2c0c9a (patch)
treed5e044e916ba3cf63fd8d8279cb9517db34822a9 /lib/libalpm/sync.c
parent8ded2051d2449045ad07117d7ac58a17784d20ef (diff)
downloadpacman-941c23025c886b820af8a17959bdf6dc4c2c0c9a.tar.gz
pacman-941c23025c886b820af8a17959bdf6dc4c2c0c9a.tar.xz
* Fix asking the user to upgrade when using -Sp
* More significant error messages when -Qo fails * Potential fix for reported error that pacman indicates corrupt packages when space is full on the cache dir
Diffstat (limited to 'lib/libalpm/sync.c')
-rw-r--r--lib/libalpm/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c
index edc82a1b..1de78f75 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -317,7 +317,7 @@ int _alpm_sync_addtarget(pmtrans_t *trans, pmdb_t *db_local, alpm_list_t *dbs_sy
if(!resp) {
return(0);
}
- } else {
+ } else if(!(trans->flags & PM_TRANS_FLAG_PRINTURIS)) {
QUESTION(trans, PM_TRANS_CONV_LOCAL_UPTODATE, local, NULL, NULL, &resp);
if(!resp) {
_alpm_log(PM_LOG_WARNING, _("%s-%s is up to date -- skipping"),