summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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>