summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-01-03* cosmetic: newline after "local database is up to date"Aaron Griffin1-1/+1
2007-01-03* bug fix FS#6100 - fix --print-uris outputAaron Griffin4-38/+46
2007-01-03* Bug fix FS#6058Aaron Griffin2-0/+7
properly remove entries from "Required By" instead of wiping it out entirely
2007-01-03*** empty log message ***Aaron Griffin1-1/+25
2007-01-03* James Rosten <seinfeld90@gmail.com>Aaron Griffin1-32/+46
FS#5009 fixes - use tar on the pacman DB so as to handle cases where the base directory cannot be 'mv'ed and other such edge cases.
2007-01-02* Added instructions for patch submissionAaron Griffin1-0/+44
2007-01-02* Missing error label in sync.cAaron Griffin2-1/+5
* Additional debug output for db_write
2007-01-02* James Rosten <seinfeld90@gmail.com>Aaron Griffin1-0/+32
Makepkg dep removal on failure FS#5923
2006-12-29* Fix a missing slash separator in printed uriAaron Griffin1-1/+1
2006-12-29* Removed latest fix from TODO.autoconfAaron Griffin3-97/+104
* Attempted fix for FS#6100 - "-Spd foo" failure * Beginning of refactoring from Dan McGee <dpmcgee@gmail.com>
2006-12-28* Removed autoconf TODO fixed in last commitAaron Griffin1-5/+6
* Dan McGee <dpmcgee@gmail.com> pacman-optimize checking fixes
2006-12-28Column fix when stdout is redirected. Default to 80.Aaron Griffin1-0/+6
2006-12-28Removed archlinux.de mirror by requestAaron Griffin1-1/+0
2006-12-28Configuration changes:Aaron Griffin9-187/+117
* Added libdownload check in configure.ac * Added generation for mirrorlists in pacman.d NOTE: autoconf sucks for things like this, so gen-mirrorlist is required Dan McGee <dpmcgee@gmail.com>: * mirrorlist.in file Roman Kyrylych <roman.kyrylych@gmail.com>: * ukrainian mirror Jürgen Hötzel <juergen@hoetzel.info>: * conditional build for pacman.static
2006-12-22*** empty log message ***Aaron Griffin1-0/+19
2006-12-22Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel ↵Aaron Griffin7-16/+20
<juergen@hoetzel.info> * configure swig check * misc libalpm cleanup
2006-12-22Modified front end output routines to accept a "padding' setting, which pads anyAaron Griffin4-3/+39
statement with ' ' until the size of the terminal. The rationale is that, when a log message is emitted during progress bar display, the terminal is artifacted. This prevents that messiness.
2006-12-22* Properly fix the NoUpgrade issues.Aaron Griffin2-17/+21
2006-12-22* Unused variable 'path'Aaron Griffin1-2/+1
2006-12-22* FS#5990 fix (trailing slash)Aaron Griffin1-2/+2
* Added !testing to default SUPFILES
2006-12-21Fixes from Dan McGee <dpmcgee@gmail.com> and myselfAaron Griffin1-36/+18
* quoting and $() changes * remove a boatload of duplications (previous patching) * added user-based config file ~/.abs.conf (for fun) * fixed CONNMODE usage
2006-12-21Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin1-12/+9
* fix in_array variables and usage * correct the final compression - 'filelist' was unused
2006-12-21* Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-3/+3
Formating / comment changes Fix dep check conditional
2006-12-21Errors with last merge (manual patching)Aaron Griffin2-59/+48
Misc fixes from Dan McGee <dpmcgee@gmail.com>
2006-12-21*untested* potential fix for the NoUpgrade issues.Aaron Griffin1-3/+3
2006-12-21Restored NoUpgrade options - see ↵Aaron Griffin1-0/+5
http://www.archlinux.org/pipermail/pacman-dev/2006-December/000838.html for details
2006-12-21Added default SRCDST setting to pacman's source cacheAaron Griffin1-1/+1
2006-12-21* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2-126/+122
DOC_DIRS variable for documentation removal repackage option structure cleanup some option removal (--keepdocs, --nostrip) output fixes (msg and msg2) * Jürgen Hötzel <juergen@hoetzel.info> user-specific makepkg.conf (~/.makepkg.conf)
2006-12-21* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin1-3/+2
Fixe java swig requirement for configure
2006-12-21* modeline fixes / reformattingAaron Griffin14-679/+692
* formatting / indentation fixes * makepkg: Dan McGee <dpmcgee@gmail.com> - integrity check fix Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp
2006-12-19*** empty log message ***Aaron Griffin1-0/+13
2006-12-19More abs build fixesAaron Griffin2-0/+19
2006-12-19* Added etc/abs dir to configure generated makefilesAaron Griffin1-0/+1
2006-12-19Makefile adjustments for installation rules:Aaron Griffin4-7/+15
added all the newer scripts/ added pacman.d and abs sysconf subdirs Minor makepkg revert for previous change to 'errexit' shell option
2006-12-18FS #3289 fix from Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-3/+7
2006-12-14* Dan McGee's makepkg updates ↵Aaron Griffin7-74/+95
http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html * configure fixes (CFLAGS) * no-strict-aliasing hacks until full C99 compliance * --with-config-file configure option
2006-12-08Copy/pasta errors from mail client. Fixed.Aaron Griffin1-5/+2
2006-12-08rankmirrors script from Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-0/+116
Original Idea copyright (c) 2006 R.G. <chesercat> Modified 2006 by Dan McGee <dpmcgee@gmail.com>
2006-12-08Merged some proposed changes from "Dan McGee" <dpmcgee@gmail.com>Aaron Griffin1-21/+5
* Removal of confusing sortmirrors comment * Removal of NoUpgrade defaults (handled by packages) * Move of unstable below community, to illustrate preference.
2006-12-08A few minor updates so --root works again.Aaron Griffin5-8/+11
2006-12-08Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin1-2/+0
2006-12-05Changed upgrade message to use the term "installation" to make the meaning moreAaron Griffin1-1/+2
clear
2006-12-05Check status of final tar/compress package creation for final status (FS#3382)Aaron Griffin1-0/+5
2006-12-05Corrected -Qg descriptionAaron Griffin1-2/+2
2006-12-05Added 'abs' and configs to CVSAaron Griffin6-0/+174
* Added testing-usability to abs
2006-12-05Changed "Total Uncompressed Size" to "Total Installed Size"Aaron Griffin1-1/+1
2006-12-05Corrected -Rsc operation - dependancy info was not being read from the DBAaron Griffin2-4/+7
2006-12-05Added dbpath validationAaron Griffin1-1/+7
2006-12-01* Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin3-10/+26
2006-12-01* Cosmetic changes and typo fixesAaron Griffin10-17/+44
* IgnorePkg and --ignore work again * Partial changes to support removal of conflicts for -U and -A (INCOMPLETE)