Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-25 | Move .cvsignore -> .gitignore | Dan McGee | 13 | -4/+2 | |
* Move all .cvsignore files to .gitignore for switch in VCS. In addition, delete ones that were unnecessary because they only contained Makefile and Makefile.am. Signed-off-by: Dan McGee <dan@archlinux.org> (cherry picked from commit 8cacc46f8bcfe5b2325a2fae2af9b1fc5b09139e) | |||||
2007-09-16 | A few final changes for the 3.0.6 release | Dan McGee | 12 | -252/+251 | |
* Updated all message catalogs * Bump version in configure.ac * Remove a dead mirror | |||||
2007-09-16 | A few more core updates and revise the mirrorlist | Dan McGee | 3 | -2/+6 | |
2007-09-16 | Make current -> core updates | Dan McGee | 5 | -7/+7 | |
2007-08-17 | Fix symlink overwrite issue in CVS | Dan McGee | 1 | -1/+3 | |
2007-07-10 | backport fix for FS 7578 | Dan McGee | 1 | -0/+3 | |
2007-06-26 | Add fix for config parsing issue in case of another pacman 3.0.X release | Dan McGee | 1 | -0/+1 | |
2007-06-20 | Revert erroneous chmod 'fix'. | Dan McGee | 1 | -2/+0 | |
2007-06-18 | Check in changes for 3.0.5 release (mostly backports) | Dan McGee | 17 | -160/+189 | |
* 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) | |||||
2007-05-18 | Fix libarchive permission extraction | Aaron Griffin | 1 | -0/+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> | |||||
2007-05-16 | Ensure MAKEFLAGS and DISTCC_HOSTS are exported if required | Dan McGee | 1 | -5/+5 | |
2007-05-13 | * Updated German translation | Dan McGee | 1 | -39/+18 | |
Pierre Schmitz <pierre@archlinux.de> | |||||
2007-05-13 | Corrections to Spanish translation | Dan McGee | 1 | -19/+19 | |
2007-05-08 | Version bumped to 3.0.4 | Aaron Griffin | 1 | -1/+1 | |
2007-05-08 | minor: Remove trailing slashes from Server urls to prevent double slashes in | Aaron Griffin | 1 | -0/+5 | |
paths | |||||
2007-05-08 | A ton of updates of all of the translation files. Thanks to the | Dan McGee | 20 | -1124/+1212 | |
authors of those. | |||||
2007-05-06 | repo-add: fix typo, conflicts instead of conflict | Dan McGee | 1 | -1/+1 | |
2007-04-28 | Bumps for pacman 3.0.3 | Dan McGee | 4 | -3/+5 | |
2007-04-25 | repo-add: Fixed bug of missing desc entries if package is in a group | Dan McGee | 1 | -2/+2 | |
Fixes bug #7005 as reported and patched by Marcus Habernehl <bmh1980de@yahoo.de> | |||||
2007-04-25 | Updated French translation from Nam <37i11@altern.org>. | Dan McGee | 2 | -671/+731 | |
2007-04-23 | * Updated German translation | Dan McGee | 2 | -121/+125 | |
Pierre Schmitz <pierre@archlinux.de> | |||||
2007-04-23 | Updates in prep for 3.0.2 release | Dan McGee | 2 | -1/+6 | |
2007-04-23 | Add two pactests | Dan McGee | 2 | -0/+29 | |
2007-04-23 | * Updated Italian translation | Dan McGee | 1 | -78/+88 | |
Giovanni Scafora <linuxmania@gmail.com> | |||||
2007-04-23 | rankmirrors: download first 50KB of DB to get more reliable numbers | Dan McGee | 1 | -2/+18 | |
Scott Horowitz <stonecrest@gmail.com> | |||||
2007-04-23 | * Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | Aaron Griffin | 1 | -1/+1 | |
Using the wrong variable in sortbydeps | |||||
2007-04-23 | New archlinuxppc.org mirror added to mirrorlist | Aaron Griffin | 1 | -0/+1 | |
2007-04-23 | * Chantry Xavier <xav@chantry.homelinux.org> | Aaron Griffin | 1 | -7/+9 | |
Let IgnorePkg take precedence over the FORCE package flag | |||||
2007-04-23 | Added Spanish Translation. | Dan McGee | 4 | -4/+2633 | |
Juan Pablo González T. <lord_jotape@yahoo.com.ar> | |||||
2007-04-18 | * Alexander Baldeck <alexander@archlinux.org> | Aaron Griffin | 1 | -1/+1 | |
Bugfix for FS#6944 | |||||
2007-04-17 | makepkg: unset one more language variable | Dan McGee | 1 | -1/+1 | |
2007-04-17 | Updated German translation | Dan McGee | 2 | -144/+143 | |
Matthias Gorissen <siquame@web.de> | |||||
2007-04-17 | Adding Polish language translation, thanks! | Dan McGee | 4 | -0/+2586 | |
From: Mateusz Jędrasik <m.jedrasik@gmail.com> | |||||
2007-04-17 | * Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | Aaron Griffin | 4 | -1/+43 | |
Make sure ldconfig runs on upgrade * Added 3 pactests to verify (by output only) that ldconfig is run | |||||
2007-04-17 | Bugfixes in prep for a 3.0.2 release | Dan McGee | 3 | -3/+3 | |
Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in | |||||
2007-04-11 | Fix FS #6872- CFLAGS were not being exported | Dan McGee | 1 | -0/+4 | |
2007-04-09 | Added easynews mirror | Dan McGee | 1 | -0/+1 | |
2007-04-05 | Fix running of pre_remove and Post_remove | Dan McGee | 1 | -2/+2 | |
pkgname was undefined previously when this was called, fixed. Patch from Roman Kyrylych <roman.kyrylych@gmail.com>. | |||||
2007-04-04 | * Updated | Aaron Griffin | 1 | -0/+5 | |
2007-04-04 | * Version number bump | Aaron Griffin | 1 | -1/+1 | |
2007-04-04 | * Fix FS#6798 - there is no reason to fail on a duplicate removal target | Aaron Griffin | 2 | -1/+12 | |
Added a pactest case for this ("-R foo foo foo foo foo" should do what is expected) | |||||
2007-04-04 | This change does two things: | Aaron Griffin | 1 | -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-04 | Forgot the @@REPO@@ part of the russian mirror. | Aaron Griffin | 1 | -1/+1 | |
2007-04-04 | Added new Russian mirror | Aaron Griffin | 1 | -0/+2 | |
2007-04-04 | * Tom Killian <tom@archlinux.org> | Aaron Griffin | 1 | -1/+5 | |
Properly align checksums on makepkg -g | |||||
2007-04-01 | * Updated Italian translation | Dan McGee | 1 | -8/+6 | |
Giovanni Scafora <linuxmania@gmail.com> | |||||
2007-03-30 | * Updated Hungarian translation | Dan McGee | 1 | -7/+7 | |
Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | |||||
2007-03-30 | * Updated Russian translation | Dan McGee | 1 | -29/+29 | |
Владимир Байраковский <4rayven@gmail.com> | |||||
2007-03-30 | commit 1d35c4dcc6399023217e41eaa8ff4733b1ad2b0d | Aaron Griffin | 1 | -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-30 | commit 970d2e942eb29bf78fe89895ace4d781970b6e94 | Aaron Griffin | 1 | -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> |