From 42042723a884930caf80ed578fc9fee2e0822bfb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 4 Oct 2009 09:48:56 -0500 Subject: doc: ensure SyncFirst behavior with flags is clear When a SyncFirst transaction kicks in, no flags like '--force' are honored. This is for good reason, as honoring something like '--asdeps' could be quite unintentional. Document this fact and a possible workaround. Signed-off-by: Dan McGee --- doc/pacman.conf.5.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index a1c1f2a6..3e361102 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -86,8 +86,11 @@ Options *SyncFirst =* package ...:: Instructs pacman to check for newer version of these packages before any sync operation. The user will have the choice to either cancel the current - operation and upgrade these packages first or go on with the current operation. - This option is typically used with the 'pacman' package. + operation and upgrade these packages first or go on with the current + operation. This option is typically used with the 'pacman' package. + *NOTE*: when a `SyncFirst` transaction takes place, no command line flags + (e.g. '\--force') are honored. If this is not ideal, disabling `SyncFirst` + and performing a manual sync of the involved packages may be required. *IgnoreGroup =* group ...:: Instructs pacman to ignore any upgrades for all packages in this -- cgit v1.2.3-24-g4f1b From d7a20d9c41da4315282c3ebf8d43a8759c2dfb23 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 4 Oct 2009 16:56:25 -0500 Subject: doc: Add HACKING to html target Signed-off-by: Dan McGee --- doc/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 4703b63a..de2c5eec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,7 +26,8 @@ HTML_MANPAGES = \ HTML_OTHER = \ index.html \ submitting-patches.html \ - translation-help.html + translation-help.html \ + HACKING.html HTML_DOCS = \ $(HTML_MANPAGES) \ @@ -99,6 +100,10 @@ $(ASCIIDOC_MANS): asciidoc.conf footer.txt asciidoc $(ASCIIDOC_OPTS) -a linkcss $*.txt dos2unix $@ +HACKING.html: ../HACKING + asciidoc $(ASCIIDOC_OPTS) -a linkcss -o $@ ../HACKING + dos2unix $@ + # Customizations for certain HTML docs $(HTML_MANPAGES): asciidoc.conf footer.txt $(HTML_OTHER): asciidoc.conf -- cgit v1.2.3-24-g4f1b From a131c468f7704b8674044e70433d0a413f5e5e67 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 4 Oct 2009 16:59:48 -0500 Subject: 3.2.2 release changes Signed-off-by: Dan McGee --- doc/index.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/index.txt b/doc/index.txt index 3c2f83e6..8cd9b414 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -62,6 +62,7 @@ Releases `------------`------- Date Version --------------------- +2009-10-05 v3.3.2 2009-09-22 v3.3.1 2009-08-02 v3.3.0 2009-01-05 v3.2.2 -- cgit v1.2.3-24-g4f1b