summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update pacman manpage with description of --clean optionDan McGee2007-12-05
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier2007-12-05
| | | | | | | | | | | | | | | | This feature (introduced by b118ce55bd01c7ebd42b5b6d4a0f34aa925701d8 as a part of -Sc) could actually be helpful in the 3.0 -> 3.1 transition, because all sync dbs will be left in /var/lib/pacman/, while the updated ones will go to /var/lib/pacman/sync/. So it'll now clean everything in /var/lib/pacman/, and only the unused databases in /var/lib/pacman/sync/ (with the exception of local/ and sync/ in both cases). Note: This feature is undocumented. I wonder if moving it to another option, something like -S --dbclean, wouldn't help for documenting it. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
* Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG messageNagy Gabor2007-12-05
| | | | | | | | Now alpm_checkdeps first search for literals, then search for no-literal satisfiers Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Dan: fix spelling of INTALL, fix line wrapping] Signed-off-by: Dan McGee <dan@archlinux.org>
* Update zsh completion.Nathan Jones2007-12-05
| | | | | | | | Update zsh completion file to version 0.5-2 from AUR and add the new options in pacman 3.1. Signed-off-by: Nathan Jones <nathanj@insightbb.com> Signed-off-by: Dan McGee <dan@archlinux.org>
* Compress hard linked man pagesAllan McRae2007-12-04
| | | | | | | | | | | This fixes FS#5392. If hard links are present for a man page, all other hard linked files are removed, the man page is zipped and the hard links are updated to the newly compress man page. Signed-off-by: Allan McRae <mcrae_allan@hotmail.com> [Dan: use find -samefile option, don't fail if one of mandirs is nonexistent] Signed-off-by: Dan McGee <dan@archlinux.org>
* libalpm/backup.c : simple refactoring.Chantry Xavier2007-12-04
| | | | Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
* Updated Italian translation for pacman 3.1Giovanni Scafora2007-12-04
| | | | | | | Signed-off-by: Giovanni Scafora <linuxmania@gmail.com> modified: po/it.po Signed-off-by: Dan McGee <dan@archlinux.org>
* Update some errors in messages found during localizationDan McGee2007-12-04
| | | | | | | Also perform the updates in the message files so we don't break translations. Signed-off-by: Dan McGee <dan@archlinux.org>
* Updated Hungarian translationNagy Gabor2007-12-04
| | | | | Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
* pacman/sync.c: mark sync_trans as staticDan McGee2007-12-03
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Oops- forgot to ever set init to 1 in setlibpaths()Dan McGee2007-12-03
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Delay output during progress barChantry Xavier2007-12-03
| | | | | | | | | | This fixes the output issue related to the progress bar by delaying the output. We can decide later (post-release) if we like this method or we want to switch to something else. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> [Dan: just some minor cleanups] Signed-off-by: Dan McGee <dan@archlinux.org>
* Update it translation for 3.1Giovanni Scafora2007-12-03
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Merge branch 'maint' into workingDan McGee2007-12-02
|\
| * Move .cvsignore -> .gitignoreDan McGee2007-10-25
| | | | | | | | | | | | | | | | | | * Move all .cvsignore files to .gitignore for switch in VCS. In addition, delete ones that were unnecessary because they only contained Makefile and Makefile.am. Signed-off-by: Dan McGee <dan@archlinux.org> (cherry picked from commit 8cacc46f8bcfe5b2325a2fae2af9b1fc5b09139e)
| * A few final changes for the 3.0.6 releaseDan McGee2007-09-16
| | | | | | | | | | | | * Updated all message catalogs * Bump version in configure.ac * Remove a dead mirror
| * A few more core updates and revise the mirrorlistDan McGee2007-09-16
| |
| * Make current -> core updatesDan McGee2007-09-16
| |
| * Fix symlink overwrite issue in CVSDan McGee2007-08-17
| |
| * backport fix for FS 7578Dan McGee2007-07-10
| |
| * Add fix for config parsing issue in case of another pacman 3.0.X releaseDan McGee2007-06-26
| |
| * Revert erroneous chmod 'fix'.Dan McGee2007-06-20
| |
| * Check in changes for 3.0.5 release (mostly backports)Dan McGee2007-06-18
| | | | | | | | | | | | | | | | * Update the mirrorlist * Fix FS7338- the previous repo-add fix didn't quite do the job, but it should be fixed now. * Small updates to translations files * Add -mtune=generic to default CFLAGS (req'd by GCC 4.2)
| * Fix libarchive permission extractionAaron Griffin2007-05-18
| | | | | | | | | | | | | | | | Hackish fix to ensure libarchive extracts files and dirs with the right permissions. For some reason extracting /tmp on install wasn't handled properly by librachive, so an explicit chmod will fix this. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * Ensure MAKEFLAGS and DISTCC_HOSTS are exported if requiredDan McGee2007-05-16
| |
| * * Updated German translationDan McGee2007-05-13
| | | | | | | | Pierre Schmitz <pierre@archlinux.de>
| * Corrections to Spanish translationDan McGee2007-05-13
| |
| * Version bumped to 3.0.4Aaron Griffin2007-05-08
| |
| * minor: Remove trailing slashes from Server urls to prevent double slashes inAaron Griffin2007-05-08
| | | | | | | | paths
| * A ton of updates of all of the translation files. Thanks to theDan McGee2007-05-08
| | | | | | | | authors of those.
| * repo-add: fix typo, conflicts instead of conflictDan McGee2007-05-06
| |
| * Bumps for pacman 3.0.3Dan McGee2007-04-28
| |
| * repo-add: Fixed bug of missing desc entries if package is in a groupDan McGee2007-04-25
| | | | | | | | | | Fixes bug #7005 as reported and patched by Marcus Habernehl <bmh1980de@yahoo.de>
| * Updated French translation from Nam <37i11@altern.org>.Dan McGee2007-04-25
| |
| * * Updated German translationDan McGee2007-04-23
| | | | | | | | Pierre Schmitz <pierre@archlinux.de>
| * Updates in prep for 3.0.2 releaseDan McGee2007-04-23
| |
| * Add two pactestsDan McGee2007-04-23
| |
| * * Updated Italian translationDan McGee2007-04-23
| | | | | | | | Giovanni Scafora <linuxmania@gmail.com>
| * rankmirrors: download first 50KB of DB to get more reliable numbersDan McGee2007-04-23
| | | | | | | | Scott Horowitz <stonecrest@gmail.com>
| * * Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin2007-04-23
| | | | | | | | Using the wrong variable in sortbydeps
| * New archlinuxppc.org mirror added to mirrorlistAaron Griffin2007-04-23
| |
| * * Chantry Xavier <xav@chantry.homelinux.org>Aaron Griffin2007-04-23
| | | | | | | | Let IgnorePkg take precedence over the FORCE package flag
| * Added Spanish Translation.Dan McGee2007-04-23
| | | | | | | | Juan Pablo González T. <lord_jotape@yahoo.com.ar>
| * * Alexander Baldeck <alexander@archlinux.org>Aaron Griffin2007-04-18
| | | | | | | | Bugfix for FS#6944
| * makepkg: unset one more language variableDan McGee2007-04-17
| |
| * Updated German translationDan McGee2007-04-17
| | | | | | | | Matthias Gorissen <siquame@web.de>
| * Adding Polish language translation, thanks!Dan McGee2007-04-17
| | | | | | | | From: Mateusz Jędrasik <m.jedrasik@gmail.com>
| * * Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin2007-04-17
| | | | | | | | | | Make sure ldconfig runs on upgrade * Added 3 pactests to verify (by output only) that ldconfig is run
| * Bugfixes in prep for a 3.0.2 releaseDan McGee2007-04-17
| | | | | | | | | | Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in
| * Fix FS #6872- CFLAGS were not being exportedDan McGee2007-04-11
| |