summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-04Enable support for other download protocols in makepkgDan McGee
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-04Testing git emailsAaron Griffin
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-04pactest: remove001.pyAaron Griffin
* Test for duplicate remove targets (should succeed) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-04Backport changes from 3.0.1Aaron Griffin
* 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-01Tidy up usage of makepkg.confAndrew Fyfe
Moved the following variables into /etc/makepkg.conf * BUILDSCRIPT * PKGEXT * DB_COMPRESSION * DB_CHECKSUMS Cleaned up sourcing of /etc/makepkg.conf in scripts and source ~/.makepkg.conf if it exists. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-01New pactest: Sysupgrade with a sync package forcing a downgradeVMiklos
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-01Move the 100% progress bar call before remove scriptlet for output reasonsVMiklos
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-01Remove some debug print statements that were left in on accidentDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-01Updated Italian TranslationGiovanni Scafora
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-31Gettext support in makepkgGiovanni Scafora
Add gettext support to makepkg. Still to do- figure out for sure what textdomain the translations should go in (perhaps share with pacman?), and ensure this doesn't break anything. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-31Move makepkg -> makepkg.in in anticaption of gettextized versionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-31Clean up pacman.c, add localize functionDan McGee
* Add a localize function to do what was done before in main wrt i18n initialization. * Added Doxygen comments to all functions in pacman.c. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-31Remove --disable-fakeroot option from configure.acDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-30Make all paths and file locations configurableDan McGee
Several important paths, file locations, and extensions were #define-d in the source code instead of being configurable. This moves all of these to the configure script where they can be picked upon running ./configure. We may later want to make some of these even more visible and move them to pacman.conf. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-30Remove unnecessary $ENV_CFLAGS from configure.acDan McGee
CFLAGS are used at build time, not configure time. We don't need to get the CFLAGS from the environment during configure. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-30Updated Hungarian Translation.Nagy Gabor
Signed-off-by: Nagy Gabor <ngaba@petra.hos.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-30Russian translation update.Владимир Байраковский
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-29Report an error on setmntent failureAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-03-29repo-add leaves .PKGINFO in the current directoryAaron Griffin
* Misuse of 'tar xf', which should be 'tar tf' Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-03-29From: Andrew Fyfe <andrew@neptune-one.net>Aaron Griffin
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-29Fix a 0 and '/0' switchDan McGee
It looks like someone accidentally put a 0 instead of '/0', this fixes it. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-29Doxygen fixups for libalpmDan McGee
We haven't done a whole lot with Doxygen so far, so this updates some of the things that have changed a lot- namely, the now public exposure of alpm_list. All functions in this file have now been Doxygen commented, and a few other things in alpm.c were fixed as well. In addition, the Doxygen config file was updated. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-28Add execute permissions to abs and rankmirrorsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-28Continue fixing usage instructions.Dan McGee
* Unify the main usage instructions to look a bit more like the rest with a usage and options line. * Fix some of the spacing from the de-gettexting done yesterday. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-28Fix --ignore behavior on sysupgradeDan McGee
* --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-27Move .cvsignore -> .gitignoreDan McGee
* 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>
2007-03-27Improve pacman.c gettext usageDan McGee
* Break out a few strings in pacman.c that are used repeatedly to reduce unnecessary translations. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-27* Remove outdated ProxyServer option from pacman.conf.5.Dan McGee
2007-03-26* Fix NEWS typo. Oops.Dan McGee
* 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 McGee
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 McGee
* Fix FS #6688- builddeps not working in makepkg.
2007-03-24* Added a mirror list for [testing] (it appears most mirrors mirror testing)Aaron Griffin
* 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 McGee
2007-03-23* Updated German translationDan McGee
Pierre Schmitz <pierre@archlinux.de>
2007-03-22Fixed alpm_log call- too many parameters passed. (bardo on #archlinux-pacman)Dan McGee
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee
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 McGee
Douglas Soares de Andrade <dsandrade@gmail.com>
2007-03-22Roman Kyrylych <roman.kyrylych@gmail.com>Dan McGee
* Updates to news file.
2007-03-22Lots of translation updates before we release.Dan McGee
* 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 Griffin
* 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 Griffin
this point
2007-03-22* Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin
* 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 Griffin
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 McGee
package. Regression from 2.9.8.
2007-03-22* Quick fixup for the translations due to a typo fix committed earlier.Aaron Griffin
2007-03-22Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin
* Fix typo in pacman.c
2007-03-21* Updated Italian translationDan McGee
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ötzel
file:////....: Unsupported scheme.
2007-03-21* Typo fix.Dan McGee
2007-03-21* pacman.c: Add CacheDir to -v --verbose output.Dan McGee