summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-05Move functions out of alpm.c to where they belongDan McGee12-913/+890
2007-06-05Autotool clean up.Andrew Fyfe12-36/+58
2007-06-05scripts/makepkg.in: Add gettext translation for WARNING and ERROR.Andrew Fyfe1-4/+4
2007-06-05contrib/wget-xdelta.sh: Replaced with an improved version.Andrew Fyfe1-44/+67
2007-06-05scripts/makepkg.in: Fix version comparision in create_xdelta().Andrew Fyfe1-12/+20
2007-06-05scripts/abs.in: Rearrange/Cleanup.Andrew Fyfe2-54/+111
2007-06-05Update Polish TranslationJaroslaw Swierczynski1-3/+3
2007-06-04Fix pacman-optimize autoconf pathsDan McGee2-6/+3
2007-06-04Remove hardcoded defines from libalpmDan McGee8-19/+12
2007-06-04Start moving hardcoded paths out of libalpmDan McGee3-14/+11
2007-06-04Add five new pactest tests where pacman currently failsNagy Gabor5-0/+109
2007-06-04Add gettext/i18n to most of the currently-used scriptsGiovanni Scafora7-132/+151
2007-06-04makeworld: var rename from version -> myverDan McGee1-3/+3
2007-06-04scripts/makepkg.in: More clean up.Andrew Fyfe1-12/+21
2007-06-04scripts/makepkg.in: Improve error handling and clean up on exit.Andrew Fyfe1-19/+50
2007-06-04Clean up output messages for translation.Andrew Fyfe1-40/+54
2007-06-04scripts/makepkg.in: Rewrite check_{options,buildenv} to tidy them up.Andrew Fyfe1-49/+79
2007-06-04scripts/makepkg.in: Clean up.Andrew Fyfe1-44/+36
2007-06-04Correct descriptions of configure optionsRoman Kyrylych1-7/+7
2007-06-02Rename functions in makepkg for consistencyDan McGee1-17/+17
2007-06-02makepkg: fix create_xdelta() and add warningAsh Milsted1-11/+12
2007-06-02scripts/makepkg.in: Some more clean ups.Andrew Fyfe1-7/+4
2007-06-02makepkg: code cleanupDan McGee1-23/+14
2007-06-02scripts/makepkg.in: Move the remaining stages into functions.Andrew Fyfe1-165/+195
2007-06-02scripts/makepkg.in: All calls to eval_gettext have been remove, gettext.sh is...Andrew Fyfe1-2/+1
2007-06-02Remove freespace checking codeDan McGee4-100/+0
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier2-193/+248
2007-06-01Drop --usesudo option and add some checks related to ASROOTDan McGee2-33/+37
2007-06-01scripts/makepkg.in: Clean up gen/check checksum code.Andrew Fyfe1-68/+67
2007-06-01scripts/makepkg.in: Various clean ups.Andrew Fyfe3-32/+35
2007-06-01Cleaned up dependencies check functions in makepkgAndrew Fyfe1-104/+94
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones10-22/+30
2007-06-01Updated Spanish TranslationJuan Pablo González T1-317/+151
2007-06-01Add Andrew to the authors listDan McGee1-0/+1
2007-06-01FS7319: Add option to disable the inclusion of abs script.Andrew Fyfe3-2/+25
2007-05-31alpm_parse_config(): ignore #.*$, not just ^#.*$VMiklos1-0/+3
2007-05-31Add autotool substitution for SRCEXT.Andrew Fyfe4-2/+13
2007-05-31Autotool fixes/cleanup.Andrew Fyfe3-7/+10
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee25-143/+142
2007-05-31Set an error exit status on -Qi or -Si failureDan McGee2-18/+15
2007-05-31Clean up variable usage in create_xdelta() and add a check for the xdelta pro...Dale Ogilvie1-17/+16
2007-05-31Add support for creating xdeltas in makepkg.Dale Ogilvie3-1/+95
2007-05-31makepkg: do not retrieve sources if NOEXTRACT or REPKG setDag Odenhall1-34/+38
2007-05-31makepkg: switch applicable $startdir/dir refs to new variable namesDan McGee1-8/+8
2007-05-31Check if pkgdir exists in create_packageDag Odenhall1-0/+5
2007-05-31makepkg: fix double occurance of word in asroot warningDag Odenhall1-1/+1
2007-05-31Use @sysconfdir@ in etc/ configuration filesDan McGee8-12/+14
2007-05-30doc/makepkg.8: document --log optionDan McGee1-0/+4
2007-05-30makepkg: add srcdir and pkgdir variablesDan McGee1-4/+6
2007-05-30makepkg: add source package creation optionDan McGee1-7/+59