0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bindings: new wrapper functions for PM_PKG* and PM_LIST* More... over 18 years ago
tests/sync136.py: new test for options=('force') More... over 18 years ago
fr.dpatch More... over 18 years ago
updated Hungarian translation More... over 18 years ago
add 2007 to the Copyright year list where it was necessary More... over 18 years ago
pactest/tests/upgrade041.py: new test from Dan McGee More... over 18 years ago
regen *.{po,pot} More... over 18 years ago
pacman_sync() fixed derendency error messages, closes #1396, #1553 also removed TODO.autoconf from Makefile.am More... over 18 years ago
_alpm_versioncmp() * Fix version comparisons when one pkgrel doesn't exist (this ony fails on an == operation, technically, as 1.1.2-1 >= 1.1.2 is true. From: Aaron Griffin More... over 18 years ago
_alpm_{check,remove}deps: use _alpm_pkg_getinfo() for requiredby fields More... over 18 years ago
TAG 3.4.7 More... over 18 years ago
resolve conflicts More... over 18 years ago
updates for 3.4.7 More... over 18 years ago
pacman-g2: fixed make install if po4a is disabled More... over 18 years ago
fix test sync050 More... over 18 years ago
fix test sync992 More... over 18 years ago
fix test sync999 More... over 18 years ago
new function: _alpm_pkg_getinfo() this should be used in case we're not sure the required info is loaded or not (possibly whenever) More... over 18 years ago
_alpm_db_load_pkgcache(): fix the log message More... over 18 years ago
alpm_pkg_getinfo(): PM_PKG_NAME and PM_PKG_VERSION is loaded from the directory name More... over 18 years ago
the cache is no longer loaded with DEPENDS by default More... over 18 years ago
_alpm_db_load_pkgcache: call _alpm_db_scan() with infolevel=0 More... over 18 years ago
makepkg: echo -> yes "" this should be the same at the moment, but who knows - maybe later we'll have more non-alpm-related questions and then this way we'll not break non-interactive builds (since makepkg is never interactive, everybody assumes) More... over 18 years ago
makepkg: oops, missing "yes" to the "proceed with upgrade?" question More... over 18 years ago
makepkg: don't run -Syu two times the old method was: -Syu --noconfirm (upgrade all or upgrade pacman only) -Su --noconfirm (do nothing or upgrade all) the new method: -Sy $PACMAN --ask 95 (upgrade pacman if no newer version available) -Su (upgrade all) More... over 18 years ago
makepkg: s/error/warning/ if initial sha1sums() array does not exist for example this is the case when we use signatures() and then the right thing to do is not doing anything, while the error means that we tried to update sha1sums() just we failed (to download source or so) More... over 18 years ago
makepkg: whitespace fixes More... over 18 years ago
makepkg: make -t foo,bar work where makepkg: 1) copies the host pacman config 2) deletes the "Include" lines from the config 3) adds the /etc/pacman.d/foo, /etc/pacman.d/bar lines this way it should be easy to use a custom repo in a chroot tested with my new flac113 repo ;) More... over 18 years ago
makepkg: fix for newer pacman-tools weird, i thought i've fixed this already.. :s More... over 18 years ago
makepkg: make /var/tmp world-writable, too More... over 18 years ago