index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-18 | Check in changes for 3.0.5 release (mostly backports)v3.0.5 | Dan McGee | |
* Update the mirrorlist * Fix FS7338- the previous repo-add fix didn't quite do the job, but it should be fixed now. * Small updates to translations files * Add -mtune=generic to default CFLAGS (req'd by GCC 4.2) | |||
2007-05-06 | repo-add: fix typo, conflicts instead of conflict | Dan McGee | |
2007-04-28 | Bumps for pacman 3.0.3v3.0.3 | Dan McGee | |
2007-04-25 | repo-add: Fixed bug of missing desc entries if package is in a group | Dan McGee | |
Fixes bug #7005 as reported and patched by Marcus Habernehl <bmh1980de@yahoo.de> | |||
2007-03-30 | commit 970d2e942eb29bf78fe89895ace4d781970b6e94 | Aaron Griffin | |
Author: Aaron Griffin <aaronmgriffin@gmail.com> Date: Thu Mar 29 21:30:40 2007 -0500 repo-add leaves .PKGINFO in the current directory * Misuse of 'tar xf', which should be 'tar tf' Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-03-13 | * Sebastian Sareyko | Aaron Griffin | |
Fix repo-add filename addition (use basename) | |||
2007-02-23 | * Prepend all lists with _ for consistency | Aaron Griffin | |
* Fixed IFS. It seems there's no easy way to get a newline IFS without setting it like so: IFS=" " #ewww gross | |||
2007-01-31 | * Updated repo-add script to remove same package, different version when | Dan McGee | |
adding a package to a database. Also added commenting. :) | |||
2006-12-21 | * modeline fixes / reformatting | Aaron Griffin | |
* 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-11-22 | * usize -> isize conversion | Aaron Griffin | |
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | |
(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 |