summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * I made "alpm_versioncmp" public a while back, without noticing this was ↵Aaron Griffin2007-02-09
| | | | | | already done (alpm_pkg_vercmp). I dropped this change, making versioncmp "private" again. (alpm_versioncmp -> _alpm_versioncmp, hidden symbol) * Make alpm_get_upgrades use the same version check that -Su and -S use.
* * Fix #2982 - use -Rs to remove depsAaron Griffin2007-02-09
| | | | * "pacman3" seems to have snuck in there somehow, fixed that
* New manpages were going nowhere without an updated makefileDan McGee2007-02-09
|
* * Remove "error: " text from ERR() call since it is appended by ERR anyway.Dan McGee2007-02-09
|
* * Remove "RETRIEVE_LOCAL" trans event as libdownload handles local filesAaron Griffin2007-02-09
|
* * Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now)Aaron Griffin2007-02-09
| | | | | * Moved some stderr output to stdout * Remove "RETRIEVE_LOCAL" trans event as libdownload handles local files
* Man pages, man pages, man pages. Just a few more additions and clarifications,Dan McGee2007-02-09
| | | | ensured force option was still documented in PKGBUILD.5.
* * Fixed some missing error values in strerrorAaron Griffin2007-02-09
| | | | | | * Cleanup up some error enum values * Revamped the 'pmserver_t' functionality. Less allocation, removed a param and cleaned up some duplicate URL parsing
* Cleaned up the PKGBUILD man a bit.Dan McGee2007-02-09
|
* Another round of manpage updates.Dan McGee2007-02-09
|
* * Hopefully fixed the download progres bar for real. We should no longerDan McGee2007-02-08
| | | | | have issues with crazy speeds being displayed. * Minor string updates to remove unnecessary 1-off translations.
* Attempt to NOT remove packages on filesystem errors (like a read-onlyAaron Griffin2007-02-08
| | | | filesystem). See FS#5887
* Small changes to README, mostly just to postpone making any real changes. :)Dan McGee2007-02-08
|
* * Oops. Added some files to make "make update-po" work.Dan McGee2007-02-08
|
* * Nice overhaul of manpages. It is at least a start.Dan McGee2007-02-08
| | | | * Alphabetized options in pacman usage.
* Fix newlines for real, and add a missing _() gettext wrapper.Dan McGee2007-02-08
|
* Forgot to remove a few files from configure.acDan McGee2007-02-07
|
* Greatly simplify the way our non-existant translated manpages were beingDan McGee2007-02-07
| | | | | | made. Ripped out all the po4a stuff, letting us cut down on yet another makedepends. Also moved all of the manpages to non-.in names.
* Spruced up the TODOs a bit, got rid of some of them since a lot of it wasDan McGee2007-02-07
| | | | | duplicate anyway. Also removed the last of the ORE tags and replaced them with TODOs.
* *** empty log message ***Aaron Griffin2007-02-07
|
* *** empty log message ***Aaron Griffin2007-02-07
|
* Copy/pasta error in alpm_get_upgrades that caused a segfaultAaron Griffin2007-02-07
|
* * Added a 'translation-help' file for use by our translators.Dan McGee2007-02-07
|
* Only honor 'force' if versions are NOT identicalAaron Griffin2007-02-07
|
* Cleanup and more debug info for alpm_pkg_compare_versionsAaron Griffin2007-02-07
|
* * Fix total transfered size on download barAaron Griffin2007-02-07
| | | | | * Fix -Qm segfault * Minor query cleanup
* I broke the progress bars earlier. Put that back to normal.Aaron Griffin2007-02-07
|
* Oops. Actuall add two new translation templates as requested on the ML-Dan McGee2007-02-07
| | | | 'it' and 'pt_BR'.
* * Update of all the *.po files and *.pot template files.Dan McGee2007-02-07
| | | | | | | | | | * Makefile targets to rebuild po files now work - use 'make update-po' in the po directories. * Added two new translation templates as requested on the ML- 'it' and 'pt_BR'. This commit might be a bit big for the mailing list to like on the commit message. :)
* * Makepkg updates, and small bugfix on man page compression.Dan McGee2007-02-06
| | | | | * Change libtool default to makepkg2 behavior. * Other small changes.
* Minor experimental changes to the download progress bar:Aaron Griffin2007-02-06
| | | | | | | * change to Mb and Gb for both total size and transfer rate if needed * round up to 1 second for downloads that were between 1s and 0.5s This function needs some serious looking at, as it's probably not 64bit safe (thus the "wrong calculation" problem on the list).
* Cleaning up mistakes. :PDan McGee2007-02-06
|
* I should test code before I check it in. Also a fix for the annoying wget ↵Dan McGee2007-02-06
| | | | output in PKGBUILD bug.
* Attempt #2 at -S/-Su unification: verify that the 'force' option has been ↵Aaron Griffin2007-02-06
| | | | read before comparing versions
* one more change for man page moveDan McGee2007-02-06
|
* fix makefiles for PKGBUILD.8 -> PKGBUILD.5Dan McGee2007-02-06
|
* Minor fixups for the moment, still partially completeAaron Griffin2007-02-06
|
* Swapped out PKGBUILD.8 for PKGBUILD.5 from Dan McGee - original PKGBUILD.8 ↵Aaron Griffin2007-02-06
| | | | had too many Frugal specific changes.
* Copy-pasta errors. 8)Aaron Griffin2007-02-06
|
* Attempt to unify the -S and -Su version comparissons for when a package is newerAaron Griffin2007-02-06
| | | | See FS#5388
* * Added some backwards compatability stuff to makepkg, along with helpfulDan McGee2007-02-06
| | | | | | warnings so people aren't caught off guard in the future. * Added a temp fix for a bug in file 4.19 where bziped tarballs were returning type "application/empty".
* oops, ENVIRONMENT -> BUILDENV in commentsDan McGee2007-02-04
|
* * Updated makepkg to use a new form of options. These two arrays now replaceDan McGee2007-02-04
| | | | | | | | | | most of the former options in makepkg.conf, and are described in detail there: BUILDENV=(fakeroot !distcc color !ccache) OPTIONS=(strip !docs !libtool emptydirs) Note that PKGBUILD specified options will always have final say. They will now be specified as they are above, except using lowercase 'options' array. * makepkg was fixed so options actually work as expected.
* Added the --upgrades option for -Qu (--query --upgrades)Aaron Griffin2007-02-04
|
* Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin2007-02-04
| | | | | | | | packages to be upgraded in a -Su operation. Much of the code is duplicated from sync.c. TODO: move the implementation to upgrades.c, and reimplement the sync_sysupgrade function in terms of this: trans->packages = alpm_get_upgrades();
* * Added archive verification when loading package metadata for -u and -AAaron Griffin2007-02-04
| | | | | | | operations (now aborts on a corrupt archive) * Fixed the pm_fprintf newline error that was plaguing us. It seems a line resetting 'neednl' was removed a while back (by me). This causes all the output errors we've been seeing
* * unified the progress bars (fill_progress function)Aaron Griffin2007-02-04
| | | | | | | | * fixed progress output (needs an fflush to move cursor properly) * broke display_targets function out, to display a list of syncpkgs in preparation for a -Qu option * added get_update_time function to deal with progress functions that shouldn't update too fast due to output redraw speeds
* Add newlines to error messagesDan McGee2007-02-03
|
* No longer necessary to explicitly specify SRCDEST, leave it up to user toDan McGee2007-02-03
| | | | decide.
* Fix problem with PKGDEST variable not being used correctly.Dan McGee2007-02-03
|