summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2009-05-14 18:25:16 +0200
committerDan McGee <dan@archlinux.org>2009-07-23 03:16:52 +0200
commit1d19f0896ccc1560a7e2f5b93cfe095b4aefe84a (patch)
treefc8916e5fb63e474d3cdcd8af937b1c6d07d811d /doc
parentca6ef852f9944ad31e8a136f7faf71da2c5fb57f (diff)
downloadpacman-1d19f0896ccc1560a7e2f5b93cfe095b4aefe84a.tar.gz
pacman-1d19f0896ccc1560a7e2f5b93cfe095b4aefe84a.tar.xz
Introduce -Suu
If the user switches from unstable repo to a stable one, it is quite hard to sync its system with the new repo (the user will see many "Local is newer than stable" messages, nothing more). That's why I introduced -Suu, which treats a sync package like an upgrade, iff the package version doesn't match with the local one's. I added a new pactest (sync104.py) to test this, and I updated the documentation of -Su. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Dan: slight doc reword] Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.8.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index b56ad6b5..b288a592 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -327,7 +327,10 @@ linkman:pacman.conf[5].
report of all packages to upgrade will be presented and the operation
will not proceed without user confirmation. Dependencies are
automatically resolved at this level and will be installed/upgraded if
- necessary.
+ necessary. Pass this option twice to enable package downgrade; in this
+ case pacman will select sync packages whose version does not match with
+ the local version. This can be useful when the user switches from a testing
+ repo to a stable one.
*-w, \--downloadonly*::
Retrieve all packages from the server, but do not install/upgrade