1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-05 00:55:04 -05:00
pacman/doc
Dan McGee 85712814cd Revert "Add -S --recursive operation"
This reverts commit f3fa77bcf1 along with
making other necessary changes to fully back this (mis)feature out until
we can do it correctly.

The quick summary here is this was not implemented correctly; provides
are not fully taken into account in this logic, and making that happen
exposes a lot of other flaws in this code that are covered up later on
in the dependency resolving process by several other pieces of
convoluted and conditional logic.

Tests have been adjusted accordingly. Some test EXISTS conditions have
been removed as we already know the package is installed locally, and we
also are checking the VERSION condition anyway.

With these two related revert commits, we do have some changes in test
pass/fail results:

* upgrade078.py: does not pass, this is due to --recursive getting
  removed for -U/-S operations after this commit.
* sync302.py: the version checks have been disabled, so this test
  continues to pass but has been scaled back in scope.
* sync303.py: now passes, was failing before.
* sync304.py: still failing, was failing before.
* sync305.py: now passes, was failing before.
* sync306.py: still passes, was passing before.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-02-15 15:58:07 -06:00
..
.gitignore doc: update .gitignore, add CSS override for new tables usage 2011-10-13 14:53:52 -05:00
asciidoc-override.css doc: update .gitignore, add CSS override for new tables usage 2011-10-13 14:53:52 -05:00
asciidoc.conf doc: add a few more escapes and fix usage of {} 2011-06-01 11:46:13 -05:00
Doxyfile Update Doxyfile and fix some documentation errors caught by Doxygen 2011-09-22 16:37:36 -05:00
footer.txt Update authors and contributors 2011-08-16 11:46:44 -05:00
index.txt 4.0.2 release updates 2012-02-11 15:24:35 -06:00
libalpm.3.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
Makefile.am Prevent rebuild of man pages when using release tarballs 2012-01-02 19:15:58 -06:00
makepkg.8.txt doc: consistency when referencing other options 2011-09-02 21:41:40 -05:00
makepkg.conf.5.txt makepkg.5: fix typo s/tar,bz2/tar.bz2/ 2011-11-30 22:30:22 -06:00
pacman-key.8.txt pacman-key: treat foo-trusted as an ownertrust export file 2011-10-05 22:00:52 -05:00
pacman.8.txt Revert "Add -S --recursive operation" 2012-02-15 15:58:07 -06:00
pacman.conf.5.txt doc/pacman.conf: make SigLevel overview an unordered list 2011-08-09 15:41:07 -05:00
PKGBUILD-example.txt Update PKGBUILD example 2011-05-02 10:04:13 -05:00
PKGBUILD.5.txt Update documentation regarding signature extensions 2011-11-15 08:17:08 -06:00
pkgdelta.8.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
repo-add.8.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
submitting-patches.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
translation-help.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
vercmp.8.txt doc/vercmp: add note about pkgrel handling 2012-01-12 17:30:08 -06:00