summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel ↵Aaron Griffin2006-12-22
| | | | | | | <juergen@hoetzel.info> * configure swig check * misc libalpm cleanup
* Modified front end output routines to accept a "padding' setting, which pads anyAaron Griffin2006-12-22
| | | | | | 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.
* * Properly fix the NoUpgrade issues.Aaron Griffin2006-12-22
|
* * Unused variable 'path'Aaron Griffin2006-12-22
|
* * FS#5990 fix (trailing slash)Aaron Griffin2006-12-22
| | | | * Added !testing to default SUPFILES
* Fixes from Dan McGee <dpmcgee@gmail.com> and myselfAaron Griffin2006-12-21
| | | | | | | * quoting and $() changes * remove a boatload of duplications (previous patching) * added user-based config file ~/.abs.conf (for fun) * fixed CONNMODE usage
* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2006-12-21
| | | | | * fix in_array variables and usage * correct the final compression - 'filelist' was unused
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-21
| | | | | Formating / comment changes Fix dep check conditional
* Errors with last merge (manual patching)Aaron Griffin2006-12-21
| | | | Misc fixes from Dan McGee <dpmcgee@gmail.com>
* *untested* potential fix for the NoUpgrade issues.Aaron Griffin2006-12-21
|
* Restored NoUpgrade options - see ↵Aaron Griffin2006-12-21
| | | | http://www.archlinux.org/pipermail/pacman-dev/2006-December/000838.html for details
* Added default SRCDST setting to pacman's source cacheAaron Griffin2006-12-21
|
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-21
| | | | | | | | | | | 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)
* * Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2006-12-21
| | | | Fixe java swig requirement for configure
* * modeline fixes / reformattingAaron Griffin2006-12-21
| | | | | | | * 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
* *** empty log message ***Aaron Griffin2006-12-19
|
* More abs build fixesAaron Griffin2006-12-19
|
* * Added etc/abs dir to configure generated makefilesAaron Griffin2006-12-19
|
* Makefile adjustments for installation rules:Aaron Griffin2006-12-19
| | | | | | added all the newer scripts/ added pacman.d and abs sysconf subdirs Minor makepkg revert for previous change to 'errexit' shell option
* FS #3289 fix from Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-18
|
* * Dan McGee's makepkg updates ↵Aaron Griffin2006-12-14
| | | | | | | | 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
* Copy/pasta errors from mail client. Fixed.Aaron Griffin2006-12-08
|
* rankmirrors script from Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-08
| | | | | Original Idea copyright (c) 2006 R.G. <chesercat> Modified 2006 by Dan McGee <dpmcgee@gmail.com>
* Merged some proposed changes from "Dan McGee" <dpmcgee@gmail.com>Aaron Griffin2006-12-08
| | | | | | * Removal of confusing sortmirrors comment * Removal of NoUpgrade defaults (handled by packages) * Move of unstable below community, to illustrate preference.
* A few minor updates so --root works again.Aaron Griffin2006-12-08
|
* Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin2006-12-08
|
* Changed upgrade message to use the term "installation" to make the meaning moreAaron Griffin2006-12-05
| | | | clear
* Check status of final tar/compress package creation for final status (FS#3382)Aaron Griffin2006-12-05
|
* Corrected -Qg descriptionAaron Griffin2006-12-05
|
* Added 'abs' and configs to CVSAaron Griffin2006-12-05
| | | | * Added testing-usability to abs
* Changed "Total Uncompressed Size" to "Total Installed Size"Aaron Griffin2006-12-05
|
* Corrected -Rsc operation - dependancy info was not being read from the DBAaron Griffin2006-12-05
|
* Added dbpath validationAaron Griffin2006-12-05
|
* * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin2006-12-01
|
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
| | | | | * IgnorePkg and --ignore work again * Partial changes to support removal of conflicts for -U and -A (INCOMPLETE)
* * cosmetic: double space in "full system upgrade"Aaron Griffin2006-11-27
|
* * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin2006-11-24
| | | | | depends * Added valgrind suppression file
* * Move sync *after* transaction init (lock file). We don't want to stomp on theAaron Griffin2006-11-23
| | | | databases while another instance of pacman /could/ be reading them.
* -std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix itAaron Griffin2006-11-23
| | | | at the moment, so this workaround works.
* *** empty log message ***Aaron Griffin2006-11-22
|
* * Whoops util MakefileAaron Griffin2006-11-22
| | | | * Slight modification to depcmp debug output
* Added Dan McGee to the Authors file for his contributions on the mailing listAaron Griffin2006-11-22
|
* * usize -> isize conversionAaron Griffin2006-11-22
|
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
| | | | | | | | * Modified some dependancy checking * Changed "performing local database upgrade" message to be more clear * Change 'usize' to 'isize' in database files * Scriptlet output is now sent to pacman's log file * Limited some debugging output to be more clear
* Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin2006-11-22
| | | | resized. Also used ioctl in place of the COLUMNS env variable
* * Fixed an error when trying to download to an unwritable locationAaron Griffin2006-11-22
|
* * Fixed a double free which happened in 2 cases in --syncAaron Griffin2006-11-22
|
* libalpm appends the trailing / to the config root, no need to do it hereAaron Griffin2006-11-20
|
* * repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin2006-11-20
| | | | | | | | | | (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm
* Minor makepkg changes - mainly from Daniel McGeeAaron Griffin2006-11-16
|