Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-04-25 | Updated French Translation | Nam | 2 | -832/+881 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-25 | Updated French translation from Nam <37i11@altern.org>. | Dan McGee | 2 | -671/+731 | |
2007-04-23 | Updating German Translation | Pierre Schmitz | 2 | -118/+120 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-23 | * Updated German translation | Dan McGee | 2 | -121/+125 | |
Pierre Schmitz <pierre@archlinux.de> | |||||
2007-04-23 | Forward port NEWS file from 3.0.2 | Dan McGee | 1 | -0/+5 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-23 | Updates in prep for 3.0.2 release | Dan McGee | 2 | -1/+6 | |
2007-04-23 | Add a pactest for IgnorePkg and force on same package | Dan McGee | 1 | -0/+14 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
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 | Scott Horowitz | 1 | -2/+18 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
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-22 | Using wrong variable for depend lookup in sortbydeps | Nagy Gabor | 1 | -1/+1 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-04-23 | Added Spanish Translation. | Dan McGee | 4 | -4/+2633 | |
Juan Pablo González T. <lord_jotape@yahoo.com.ar> | |||||
2007-04-22 | New archlinuxppc.org mirror added to mirrorlist | Aaron Griffin | 1 | -0/+1 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-04-22 | Let IgnorePkg superceed the FORCE package flag | Chantry Xavier | 1 | -7/+9 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-04-22 | Added Spanish translation | Juan Pablo González T | 4 | -4/+2636 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-18 | * Alexander Baldeck <alexander@archlinux.org> | Aaron Griffin | 1 | -1/+1 | |
Bugfix for FS#6944 | |||||
2007-04-17 | Bug fix for FS#6944 | Alexander Baldeck | 1 | -1/+1 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-04-16 | makepkg: unset LC_MESSAGES during builds | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-17 | makepkg: unset one more language variable | Dan McGee | 1 | -1/+1 | |
2007-04-16 | Update German translation | Matthias Gorissen | 2 | -149/+146 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-16 | Add Polish language translation | Mateusz Jędrasik | 4 | -0/+2586 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
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-16 | ldconfig changes from CVS | Aaron Griffin | 4 | -1/+43 | |
forward-porting some 3.0.2 changes * Nagy's ldconfig fix * 3 new pactests to check if ldconfig runs Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-04-16 | makepkg: remove grep calls from stripping binaries | Andrew Fyfe | 1 | -8/+9 | |
Remove grep calls from stripping binaries and libraries, which will not work with localized strings. Clean up the find usage as well. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-16 | Forward port 3.0.2 branch fixes | Dan McGee | 3 | -3/+3 | |
Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-14 | Add void to functions with empty parameter list | Dan McGee | 2 | -3/+3 | |
Adding void [eg foo(void) instead of foo()] makes the code more compliant with ANSI C. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-11 | Fix FS #6872- CFLAGS are not used | Dan McGee | 1 | -2/+7 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
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-07 | Add pactest for pre_ and post_remove scriptlet events firing | Dan McGee | 1 | -0/+16 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-05 | Really run scriptlet on pre_remove and post_remove | Roman Kyrylych | 1 | -2/+2 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
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-05 | makepkg: spelling fix | Roman Kyrylych | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-04 | Add replaces output to -Qi operation | Dan McGee | 1 | -0/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-04 | Added easynews mirror to mirrorlist.in | Dan McGee | 1 | -0/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-04 | Enable support for other download protocols in makepkg | Dan McGee | 2 | -43/+71 | |
This patch fixes FS #4404 as well as adding support for future protocols by generalizing the concept of a download agent and allowing a downloader to be specified for each protocol. Original work done by Andrew Fyfe <andrew@neptune-one.net>. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-04-04 | Testing git emails | Aaron Griffin | 1 | -0/+2 | |
Added a random line to my TODO list to see if I can get commit diffs. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-04-04 | pactest: remove001.py | Aaron Griffin | 1 | -0/+10 | |
* Test for duplicate remove targets (should succeed) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-04-04 | Backport changes from 3.0.1 | Aaron Griffin | 6 | -19/+40 | |
* Align makepkg -g checksums (Tom Killian <tom@archlinux.org>) * Use additional case-sensitive string compare to defeat locale issues (tr_TR) * Added Russian mirror * Fix a -R failure when trying to remove the same target twice * Bump configure.ac version to 3.0.1 Signed-off-by: Aaron Griffin <aaronmgriffin@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 |