| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
Pierre Schmitz <pierre@archlinux.de>
|
| |
|
| |
|
|
|
|
| |
paths
|
|
|
|
| |
authors of those.
|
| |
|
| |
|
|
|
|
|
| |
Fixes bug #7005 as reported and patched by
Marcus Habernehl <bmh1980de@yahoo.de>
|
| |
|
|
|
|
| |
Pierre Schmitz <pierre@archlinux.de>
|
| |
|
| |
|
|
|
|
| |
Giovanni Scafora <linuxmania@gmail.com>
|
|
|
|
| |
Scott Horowitz <stonecrest@gmail.com>
|
|
|
|
| |
Using the wrong variable in sortbydeps
|
| |
|
|
|
|
| |
Let IgnorePkg take precedence over the FORCE package flag
|
|
|
|
| |
Juan Pablo González T. <lord_jotape@yahoo.com.ar>
|
|
|
|
| |
Bugfix for FS#6944
|
| |
|
|
|
|
| |
Matthias Gorissen <siquame@web.de>
|
|
|
|
| |
From: Mateusz Jędrasik <m.jedrasik@gmail.com>
|
|
|
|
|
| |
Make sure ldconfig runs on upgrade
* Added 3 pactests to verify (by output only) that ldconfig is run
|
|
|
|
|
| |
Fix #6905- makepkg dependency checking error
Fix #6915- add SUU mirror to mirrorlist.in
|
| |
|
| |
|
|
|
|
|
| |
pkgname was undefined previously when this was called, fixed.
Patch from Roman Kyrylych <roman.kyrylych@gmail.com>.
|
| |
|
| |
|
|
|
|
|
| |
Added a pactest case for this ("-R foo foo foo foo foo" should do what is
expected)
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
| |
Properly align checksums on makepkg -g
|
|
|
|
| |
Giovanni Scafora <linuxmania@gmail.com>
|
|
|
|
| |
Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
|
|
|
|
| |
Владимир Байраковский <4rayven@gmail.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
* --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>
|
| |
|
|
|
|
|
|
| |
* Updated Russian translation.
Владимир Байраковский <4rayven@gmail.com> and Shild <sxp@bk.ru>
* Removed a string from gettext that didn't need it.
|
|
|
|
|
|
| |
Andrew Fyfe <andrew@neptune-one.net>
* Add testing to etc/pacman.d/.cvsignore
* Fix scriptlet001.py test to work during 'make check'.
|
|
|
|
| |
* Fix FS #6688- builddeps not working in makepkg.
|