summaryrefslogtreecommitdiffstats
path: root/scripts/repo-add
AgeCommit message (Collapse)AuthorFilesLines
2007-03-30commit 970d2e942eb29bf78fe89895ace4d781970b6e94Aaron Griffin1-1/+1
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 SareykoAaron Griffin1-1/+1
Fix repo-add filename addition (use basename)
2007-02-23* Prepend all lists with _ for consistencyAaron Griffin1-15/+16
* 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 whenDan McGee1-22/+71
adding a package to a database. Also added commenting. :)
2006-12-21* modeline fixes / reformattingAaron Griffin1-189/+191
* 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 conversionAaron Griffin1-2/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin1-0/+237
(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