summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move .cvsignore -> .gitignoreDan McGee2007-03-27
| | | | | | | | * 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>
* Improve pacman.c gettext usageDan McGee2007-03-27
| | | | | | | * Break out a few strings in pacman.c that are used repeatedly to reduce unnecessary translations. Signed-off-by: Dan McGee <dan@archlinux.org>
* * Remove outdated ProxyServer option from pacman.conf.5.Dan McGee2007-03-27
|
* * Fix NEWS typo. Oops.Dan McGee2007-03-26
| | | | | | * Updated Russian translation. Владимир Байраковский <4rayven@gmail.com> and Shild <sxp@bk.ru> * Removed a string from gettext that didn't need it.
* * Fix bug where 'makepkg -L' doesn't stop on build failure.Dan McGee2007-03-25
| | | | | | Andrew Fyfe <andrew@neptune-one.net> * Add testing to etc/pacman.d/.cvsignore * Fix scriptlet001.py test to work during 'make check'.
* Andrew Fyfe <andrew@neptune-one.net>Dan McGee2007-03-24
| | | | * Fix FS #6688- builddeps not working in makepkg.
* * Added a mirror list for [testing] (it appears most mirrors mirror testing)Aaron Griffin2007-03-24
| | | | | * Commented ftp.archlinux.org in the official mirror list * ran a make dist, which updated some translation files
* * Removed three dead mirrors (Dale Blount <dale@archlinux.org>).Dan McGee2007-03-23
|
* * Updated German translationDan McGee2007-03-23
| | | | Pierre Schmitz <pierre@archlinux.de>
* Fixed alpm_log call- too many parameters passed. (bardo on #archlinux-pacman)Dan McGee2007-03-22
|
* Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee2007-03-22
| | | | | | 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.
* * Updated Brazilian Portuguese translationDan McGee2007-03-22
| | | | Douglas Soares de Andrade <dsandrade@gmail.com>
* Roman Kyrylych <roman.kyrylych@gmail.com>Dan McGee2007-03-22
| | | | * Updates to news file.
* Lots of translation updates before we release.Dan McGee2007-03-22
| | | | | | | | | | | | | | | * 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!
* Quick pactest changes:Aaron Griffin2007-03-22
| | | | | * Minor change to utils.py(grep) to make it cleaner * Added scriptlet check to verify scriptlet events happen
* I was mistaken, newpkg->data IS useful here, as the scriptlet isn't in the FS atAaron Griffin2007-03-22
| | | | this point
* * Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin2007-03-22
| | | | | * Skip running scriptlet when chroot fails - to prevent issues in the host filesystem
* * -Qo now properly resolves paths when finding an ownerAaron Griffin2007-03-22
| | | | | NOTE that we do NOT want symlinked *files* resolved, only paths (i.e. /usr/lib/perl5/site_perl/*)
* * Fix conflict checking to ignore symlinks that were in previous version ofDan McGee2007-03-22
| | | | package. Regression from 2.9.8.
* * Quick fixup for the translations due to a typo fix committed earlier.Aaron Griffin2007-03-22
|
* Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin2007-03-22
| | | | * Fix typo in pacman.c
* * Updated Italian translationDan McGee2007-03-21
| | | | | | Giovanni Scafora <linuxmania@gmail.com> * Added pactest test for -Se operation James Rosten <seinfeld90@gmail.com>
* * dont use XferCommand if retrieving local files, fixes wget error:Jürgen Hötzel2007-03-21
| | | | file:////....: Unsupported scheme.
* * Typo fix.Dan McGee2007-03-21
|
* * pacman.c: Add CacheDir to -v --verbose output.Dan McGee2007-03-21
|
* * Fix asking the user to upgrade when using -SpAaron Griffin2007-03-21
| | | | | | * 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
* * TODO.dan updates.Dan McGee2007-03-20
| | | | | Alessio 'mOLOk' Bolognino <themolok.ml@gmail.com> * Make makeworld compatable with makepkg lacking -w option.
* * NEWS: add quick line about backup files.Dan McGee2007-03-20
| | | | * pacman.8: add documentation for -Se option.
* * Fix pacman -Se which installs depends only, as it was brokenAaron Griffin2007-03-20
| | | | (Is this useful to anyone?)
* * makepkg: a few more changes to get dependencies working correctly. If aDan McGee2007-03-20
| | | | user does not install all required dependencies, makepkg will now bail.
* * makepkg: Fix behavior of -Ssr: deps were not being correctly removed before.Dan McGee2007-03-20
|
* * makepkg: fix installation of dependencies with version comparitors.Dan McGee2007-03-19
|
* * TODO list updates.Dan McGee2007-03-19
|
* Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin2007-03-19
| | | | * correct _alpm_rmrf usage with regard to symlinks and directories
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-03-19
| | | | | | * Two new pactest test cases * Fix some "required by" / "requires" output by unifying all "dependency types" to a single value (PM_DEP_TYPE_DEPEND)
* * Updated Italian translationDan McGee2007-03-19
| | | | | | | | 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
* * Adding new Turkish mirror as posted on the forums.Dan McGee2007-03-19
| | | | | * Updated Italian translation Giovanni Scafora <linuxmania@gmail.com>
* James Rosten <seinfeld90@gmail.com>Dan McGee2007-03-18
| | | | * Add missing help line for --sync --list.
* * Added quoting on several makepkg paths that were lacking it.Dan McGee2007-03-18
|
* * makepkg.conf.in: Added /usr/share/gtk-doc back into default DOC_DIRSAaron Griffin2007-03-15
|
* * Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!Dan McGee2007-03-14
|
* * Updated Hungarian translationDan McGee2007-03-14
| | | | Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
* * Updated Russian translationDan McGee2007-03-14
| | | | Владимир Байраковский <4rayven@gmail.com>
* * Fixed up broken translationDan McGee2007-03-14
|
* * Small updates to my TODO file.Dan McGee2007-03-13
| | | | * Updated fr.po courtesy of solsTiCe d'Hiver <solstice.dhiver@laposte.net>.
* * Resizing terminal while progress bars were displayed caused some weirdDan McGee2007-03-13
| | | | | | issues, this should fix it. Progress bars now go from displaying, to showing percent only, to not displaying at all. Changed unsigned -> signed to prevent wraparound errors in integer comparison.
* * Sebastian SareykoAaron Griffin2007-03-13
| | | | Fix repo-add filename addition (use basename)
* * Missed a path when requiring that all paths end with / - this caused -U not toAaron Griffin2007-03-12
| | | | work (it was downloading files as .package-name) at all.
* * Noted a misspelling for later (after we are not in string freeze).Dan McGee2007-03-12
|
* * Fix wrong filesize being recorded to local DB. Reported by Andreas Radke.Dan McGee2007-03-12
|