summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-04-04* Updatedv3.0.1Aaron Griffin1-0/+5
2007-04-04* Version number bumpAaron Griffin1-1/+1
2007-04-04* Fix FS#6798 - there is no reason to fail on a duplicate removal targetAaron Griffin2-1/+12
Added a pactest case for this ("-R foo foo foo foo foo" should do what is expected)
2007-04-04This change does two things:Aaron Griffin1-16/+25
* 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
2007-04-04Forgot the @@REPO@@ part of the russian mirror.Aaron Griffin1-1/+1
2007-04-04Added new Russian mirrorAaron Griffin1-0/+2
2007-04-04* Tom Killian <tom@archlinux.org>Aaron Griffin1-1/+5
Properly align checksums on makepkg -g
2007-04-01* Updated Italian translationDan McGee1-8/+6
Giovanni Scafora <linuxmania@gmail.com>
2007-03-30* Updated Hungarian translationDan McGee1-7/+7
Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
2007-03-30* Updated Russian translationDan McGee1-29/+29
Владимир Байраковский <4rayven@gmail.com>
2007-03-30commit 1d35c4dcc6399023217e41eaa8ff4733b1ad2b0dAaron Griffin1-1/+3
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>
2007-03-30commit 970d2e942eb29bf78fe89895ace4d781970b6e94Aaron Griffin1-1/+1
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>
2007-03-30From: Andrew Fyfe <andrew@neptune-one.net>Aaron Griffin1-0/+2
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>
2007-03-28Fix --ignore behavior on sysupgradeDan McGee1-5/+13
* --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>
2007-03-27* Remove outdated ProxyServer option from pacman.conf.5.Dan McGee1-3/+0
2007-03-27* Fix NEWS typo. Oops.Dan McGee3-28/+30
* Updated Russian translation. Владимир Байраковский <4rayven@gmail.com> and Shild <sxp@bk.ru> * Removed a string from gettext that didn't need it.
2007-03-25* Fix bug where 'makepkg -L' doesn't stop on build failure.v3.0.0Dan McGee3-14/+11
Andrew Fyfe <andrew@neptune-one.net> * Add testing to etc/pacman.d/.cvsignore * Fix scriptlet001.py test to work during 'make check'.
2007-03-24Andrew Fyfe <andrew@neptune-one.net>Dan McGee1-2/+2
* Fix FS #6688- builddeps not working in makepkg.
2007-03-24* Added a mirror list for [testing] (it appears most mirrors mirror testing)Aaron Griffin19-248/+274
* Commented ftp.archlinux.org in the official mirror list * ran a make dist, which updated some translation files
2007-03-23* Removed three dead mirrors (Dale Blount <dale@archlinux.org>).Dan McGee1-5/+0
2007-03-23* Updated German translationDan McGee2-45/+25
Pierre Schmitz <pierre@archlinux.de>
2007-03-22Fixed alpm_log call- too many parameters passed. (bardo on #archlinux-pacman)Dan McGee1-1/+1
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee16-250/+226
work of fixing these in the translation files, and I removed a few fuzzys while doing so. If any more patches for translations come, try to do it against these files.
2007-03-22* Updated Brazilian Portuguese translationDan McGee1-54/+30
Douglas Soares de Andrade <dsandrade@gmail.com>
2007-03-22Roman Kyrylych <roman.kyrylych@gmail.com>Dan McGee1-16/+29
* Updates to news file.
2007-03-22Lots of translation updates before we release.Dan McGee15-1678/+3312
* Ran msgmerge on all po files from new pot files, but did not check in the updated pot files as that just causes problems. * Updated Italian translation Giovanni Scafora <linuxmania@gmail.com> * Updated Russian translation, added libalpm partial translation Владимир Байраковский <4rayven@gmail.com> * Updated Hungarian translation Nagy Gabor <ngaba@petra.hos.u-szeged.hu> * Updated French translation solsTiCe d'Hiver <solstice.dhiver@laposte.net> Thanks again guys!
2007-03-22Quick pactest changes:Aaron Griffin2-9/+20
* Minor change to utils.py(grep) to make it cleaner * Added scriptlet check to verify scriptlet events happen
2007-03-22I was mistaken, newpkg->data IS useful here, as the scriptlet isn't in the FS atAaron Griffin1-2/+2
this point
2007-03-22* Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin3-14/+15
* Skip running scriptlet when chroot fails - to prevent issues in the host filesystem
2007-03-22* -Qo now properly resolves paths when finding an ownerAaron Griffin1-8/+45
NOTE that we do NOT want symlinked *files* resolved, only paths (i.e. /usr/lib/perl5/site_perl/*)
2007-03-22* Fix conflict checking to ignore symlinks that were in previous version ofDan McGee1-8/+30
package. Regression from 2.9.8.
2007-03-22* Quick fixup for the translations due to a typo fix committed earlier.Aaron Griffin8-9/+9
2007-03-22Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin1-1/+1
* Fix typo in pacman.c
2007-03-21* Updated Italian translationDan McGee2-84/+118
Giovanni Scafora <linuxmania@gmail.com> * Added pactest test for -Se operation James Rosten <seinfeld90@gmail.com>
2007-03-21* dont use XferCommand if retrieving local files, fixes wget error:Jürgen Hötzel1-1/+1
file:////....: Unsupported scheme.
2007-03-21* Typo fix.Dan McGee1-1/+1
2007-03-21* pacman.c: Add CacheDir to -v --verbose output.Dan McGee1-3/+4
2007-03-21* Fix asking the user to upgrade when using -SpAaron Griffin3-4/+40
* More significant error messages when -Qo fails * Potential fix for reported error that pacman indicates corrupt packages when space is full on the cache dir
2007-03-20* TODO.dan updates.Dan McGee2-5/+8
Alessio 'mOLOk' Bolognino <themolok.ml@gmail.com> * Make makeworld compatable with makepkg lacking -w option.
2007-03-20* NEWS: add quick line about backup files.Dan McGee2-0/+5
* pacman.8: add documentation for -Se option.
2007-03-20* Fix pacman -Se which installs depends only, as it was brokenAaron Griffin1-5/+11
(Is this useful to anyone?)
2007-03-20* makepkg: a few more changes to get dependencies working correctly. If aDan McGee1-10/+18
user does not install all required dependencies, makepkg will now bail.
2007-03-20* makepkg: Fix behavior of -Ssr: deps were not being correctly removed before.Dan McGee1-12/+26
2007-03-19* makepkg: fix installation of dependencies with version comparitors.Dan McGee1-3/+8
2007-03-19* TODO list updates.Dan McGee1-8/+0
2007-03-19Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin1-5/+4
* correct _alpm_rmrf usage with regard to symlinks and directories
2007-03-19James Rosten <seinfeld90@gmail.com>Aaron Griffin5-7/+40
* Two new pactest test cases * Fix some "required by" / "requires" output by unifying all "dependency types" to a single value (PM_DEP_TYPE_DEPEND)
2007-03-19* Updated Italian translationDan McGee8-16/+26
Giovanni Scafora <linuxmania@gmail.com> * Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>. - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description
2007-03-19* Adding new Turkish mirror as posted on the forums.Dan McGee2-43/+47
* Updated Italian translation Giovanni Scafora <linuxmania@gmail.com>
2007-03-19James Rosten <seinfeld90@gmail.com>Dan McGee1-0/+1
* Add missing help line for --sync --list.