summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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>
* | Remove "done" messages from frontend callback functionDan McGee2007-12-02
| | | | | | | | | | | | | | | | | | This should simplify our output a bit when it comes to determining whether or not we need a newline in our output. A "done" message was almost always immediately followed by another start message anyway (or some other output), so it really isn't necessary. Signed-off-by: Dan McGee <dan@archlinux.org>
* | Add --ignoregroup to completion filesDan McGee2007-12-02
| | | | | | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* | Fixes for the ineptitude of libalpm DB registrationDan McGee2007-12-02
| | | | | | | | | | | | | | | | | | When a DB is "registered" in libalpm, it goes and tries to create paths and other BS which is stupid, but a pain in the butt to fix. For now, work around this terrible behavior by ensuring our paths are always set before we call any alpm_db_register function. Signed-off-by: Dan McGee <dan@archlinux.org>
* | Make pacman path handling (hopefully) a bit more intuitiveDan McGee2007-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I made pacman path handling a bit odd with my rootdir changes a while back in order to increase flexability. However, it had a bit of a drawback in that dbpath/logfile/etc. would not default to being under the rootdir if that was the only parameter you specified in the config file or on the command line. (Note: logfile handling was always broken due to the explicit logfile line required in config files) Pacman now works as follows: if a rootdir is specified but not dbpath or logfile: attempt to place the logfile and dbpath in their default locations under root if an explicit dbpath/logfile is specified: interpret these as absolute paths, regardless of the rootdir setting if nothing is specified: fall back to configured defaults Signed-off-by: Dan McGee <dan@archlinux.org>
* | Add new --needed option for -S.Chantry Xavier2007-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During a pacman operation such as a group install, pacman can ask several questions such as "local version is up to date. Upgrade anyway?". They are usually all answered either by yes or by no: * yes when you want to reinstall all the targets. * no when you only want to install the missing ones (either because you are installing a group, or because you are copying a pacman -S line from wiki or whatever). So instead of asking this question for each target, it is now now configured with a flag. Yes will be the default -S behavior, No will be achieved with the --needed flag. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
* | Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor2007-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | dump_pkg_sync is now a trivial wrapper for dump_pkg_full Some smaller changes: * string_display function added to util.c [prints None in case of empty string] * Filename field added to -Qip * rename License to Licenses * 'Compressed Size' used instead of 'Download Size' for -Qip Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Dan: fix whitespace errors, spacing issues, const modifiers] Signed-off-by: Dan McGee <dan@archlinux.org>
* | New sync1005 and sync1006 pactestsNagy Gabor2007-12-01
| | | | | | | | | | | | | | | | This pactest checks what happens if a package exists in two sync repos. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Dan: added sync1006, same test with different versions] Signed-off-by: Dan McGee <dan@archlinux.org>
* | Minor fixes in sync.c and deps.c.Chantry Xavier2007-12-01
| | | | | | | | | | | | | | | | | | | | * memleak found by Nagy in checkdeps * an useless line found by Nagy in resolvedeps * data wasn't set to the missing dependencies in sync_prepare * use the MALLOC macro in resolvedeps Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
* | Ensure 0644 permissions for install and changelog filesAaron Griffin2007-12-01
| | | | | | | | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
* | Remove alpm_depcmp DEBUG outputDan McGee2007-11-30
| | | | | | | | | | | | | | | | | | | | alpm_depcmp is simple enough that we shouldn't need constant debug logging, and the logging we do have in there negatively impacts our speed regardless of whether we actually are seeing it or not. If it ever needs debugging, it would be trivial to reimplement it by just temporarily reverting this commit. Signed-off-by: Dan McGee <dan@archlinux.org>
* | Remove some null checks in _alpm_checkdepsDan McGee2007-11-30
| | | | | | | | | | | | | | | | Hopefully these are unnecessary, as they were probably added originally to cover up a problem instead of finding the root cause. I'd rather fail hard in these cases anyway. Signed-off-by: Dan McGee <dan@archlinux.org>
* | alpm_checkdeps clean-upNagy Gabor2007-11-30
| | | | | | | | | | | | | | No bugfixes, just makes the code human-readable Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>