index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-06 | repo-add: fix conflicts instead of conflict bug | Dan McGee | |
makepkg generates PKGINFO files with "conflict = ", repo-add was incorrectly looking for "conflicts = ". Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-05-06 | Allow repo-add to work with symlinks (fixes FS #7054) | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-04-25 | repo-add: Fix bug where desc info was omitted if package in a group | Marcus Habernehl | |
This fixes FS #7005. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-04-01 | Tidy up usage of makepkg.conf | Andrew Fyfe | |
Moved the following variables into /etc/makepkg.conf * BUILDSCRIPT * PKGEXT * DB_COMPRESSION * DB_CHECKSUMS Cleaned up sourcing of /etc/makepkg.conf in scripts and source ~/.makepkg.conf if it exists. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-29 | repo-add leaves .PKGINFO in the current directory | Aaron Griffin | |
* 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 |