summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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
| |
| * Added easynews mirrorDan McGee2007-04-09
| |
| * Fix running of pre_remove and Post_removeDan McGee2007-04-05
| | | | | | | | | | pkgname was undefined previously when this was called, fixed. Patch from Roman Kyrylych <roman.kyrylych@gmail.com>.
| * * UpdatedAaron Griffin2007-04-04
| |
| * * Version number bumpAaron Griffin2007-04-04
| |
| * * Fix FS#6798 - there is no reason to fail on a duplicate removal targetAaron Griffin2007-04-04
| | | | | | | | | | Added a pactest case for this ("-R foo foo foo foo foo" should do what is expected)
| * This change does two things:Aaron Griffin2007-04-04
| | | | | | | | | | | | | | | | | | * Prefer case-insensitive config settings. In the future case-insensitivity may be enforced. * Provides a fix for the tr_TR locale by checking the case-insensitive version first. This is more elegant than setting the 'C' locale for tr_TR. Also added a 'RootDir' config option to match CacheDir and DBPath
| * Forgot the @@REPO@@ part of the russian mirror.Aaron Griffin2007-04-04
| |
| * Added new Russian mirrorAaron Griffin2007-04-04
| |
| * * Tom Killian <tom@archlinux.org>Aaron Griffin2007-04-04
| | | | | | | | Properly align checksums on makepkg -g
| * * Updated Italian translationDan McGee2007-04-01
| | | | | | | | Giovanni Scafora <linuxmania@gmail.com>
| * * Updated Hungarian translationDan McGee2007-03-30
| | | | | | | | Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
| * * Updated Russian translationDan McGee2007-03-30
| | | | | | | | Владимир Байраковский <4rayven@gmail.com>
| * commit 1d35c4dcc6399023217e41eaa8ff4733b1ad2b0dAaron Griffin2007-03-30
| | | | | | | | | | | | | | | | | | Author: Aaron Griffin <aaronmgriffin@gmail.com> Date: Thu Mar 29 22:44:10 2007 -0500 Report an error on setmntent failure Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * commit 970d2e942eb29bf78fe89895ace4d781970b6e94Aaron Griffin2007-03-30
| | | | | | | | | | | | | | | | | | | | | | Author: Aaron Griffin <aaronmgriffin@gmail.com> Date: Thu Mar 29 21:30:40 2007 -0500 repo-add leaves .PKGINFO in the current directory * Misuse of 'tar xf', which should be 'tar tf' Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * From: Andrew Fyfe <andrew@neptune-one.net>Aaron Griffin2007-03-30
| | | | | | | | | | | | | | | | | | | | | | Date: Thu, 29 Mar 2007 11:11:36 +0100 Subject: [PATCH 1/1] Fix bug where makepkg can't extract .tar.Z archives. For some reason 'tar -xf' doesn't work with .tar.Z, you need to use 'tar -xzf' to extract the archive. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * Fix --ignore behavior on sysupgradeDan McGee2007-03-28
| | | | | | | | | | | | | | | | * --ignore was being ignored (haha) on sysupgrade when a package was listed as being a force upgrade. This adds a prompt to the user in this case asking what to do. Signed-off-by: Dan McGee <dan@archlinux.org>
* | Update en_GB translation for 3.1Jeff Bailes2007-12-02
| | | | | | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* | Update all translation files in anticipation of 3.1 releaseDan McGee2007-12-02
| | | | | | | | | | | | | | | | | | | | | | Update all of the pot and po files with the latest messages available. Translators- you are encouraged to do this as well every time you update the translation, and the directions in 'translation-help' should help. Also feel free to delete all the old translations that end up at the bottom of these files and only clutter things up. Signed-off-by: Dan McGee <dan@archlinux.org>
* | alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier2007-12-02
| | | | | | | | | | | | | | | | alpm_list_find and alpm_list_find_ptr will now return a void *, and alpm_list_find_str will return a char *, instead of an int. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
* | Add a lot more tests (and some pactest fixes) to -Si and -Qi testsDan McGee2007-12-02
| | | | | | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* | Add more pactests to increase code coverageDan McGee2007-12-02
| | | | | | | | | | | | | | These new tests test the following ops at least once: -Ss, -Si, -Sl, -Sp, -Qs, -Qi, -T Signed-off-by: Dan McGee <dan@archlinux.org>
* | Remove _alpm_depmiss_isinDan McGee2007-12-02
| | | | | | | | | | | | | | This is unneeded now that commit 2ed6b482d2fce916466e44e37930f0b0c0d928bb has eliminated the last user of this function. Signed-off-by: Dan McGee <dan@archlinux.org>
* | Add 4 new pactests to get better code coverage by pactestDan McGee2007-12-02
| | | | | | | | | | | | | | | | I started playing around with gcov today and it showed a few places in the code that we don't test at all. This is the start of ensuring that we execute most of the code in our codebase. Signed-off-by: Dan McGee <dan@archlinux.org>
* | parseconfig: refactor duplicate code out into a functionDan McGee2007-12-02
| | | | | | | | Signed-off-by: Dan McGee <dan@archlinux.org>