summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-20makepkg: Introduce $SRCPKGDESTNezmer2-2/+7
2009-12-14makepkg: remove srclinks directory on error exitCedric Staniewski1-0/+1
2009-12-14makepkg: skip devel_check() when repackagingNezmer1-3/+3
2009-12-14makepkg: limit sudo usage to allowed pacman commandsCedric Staniewski1-1/+1
2009-12-14makepkg: allow to specify an alternative pacman commandCedric Staniewski2-8/+20
2009-12-14makepkg: check for references to build root in packageAllan McRae1-0/+5
2009-12-14improve download_internal error messagesXavier Chantry1-2/+8
2009-12-14add some more sanity check for optargXavier Chantry1-1/+15
2009-12-14refactor _parseoptionsXavier Chantry1-138/+170
2009-12-14Print error on duplicated database entriesNagy Gabor1-0/+7
2009-12-14Remove trailing whitespace on all lines in list_displayDan McGee1-4/+6
2009-12-08Fix requiredby outputDan McGee1-1/+1
2009-12-01bash_completion: use absolute paths to utilitiesDan McGee1-14/+14
2009-12-01makepkg: allow specifying subsets of packages to buildAllan McRae2-1/+22
2009-12-01makepkg: move pacman calls to a functionCedric Staniewski1-25/+16
2009-12-01makepkg: Place packages symlinks in build dir when PKGDEST is usedEric Bélanger1-5/+24
2009-12-01Replace an ugly while [ with a for (( loopIsaac Good1-3/+2
2009-11-16Fix syntax error in new translationDan McGee1-1/+1
2009-11-16HACKING: add some notes about valgrind/gdb usageDan McGee1-0/+13
2009-11-16download: major refactor to address lingering issuesDan McGee5-155/+141
2009-11-16Refactor do/while cycle and multiple while cyclesLaszlo Papp3-6/+14
2009-11-16makepkg: Fixed logging for split packagesEric Bélanger1-2/+2
2009-11-16makepkg: allow the use of only a package() functionCedric Staniewski2-10/+19
2009-11-16makepkg: extend test for hyphen prefixes to pkgbase and all pkgnamesCedric Staniewski1-2/+11
2009-11-16makepkg: Add fallback to package functionAllan McRae1-4/+6
2009-11-16makepkg: use bash test operators, part twoIsaac Good1-109/+107
2009-11-16makepkg: use bash test operators, part oneIsaac Good1-100/+100
2009-11-16scripts: replace test builtin [ with shell keywords [[ and ((Cedric Staniewski4-65/+65
2009-11-16pacman.conf : enable resuming for curlXavier Chantry1-1/+1
2009-11-16makepkg: Clarified error message when a sourceball exist alreadyEric Bélanger1-1/+1
2009-11-16makepkg: fix abortion after sourcing /etc/profileCedric Staniewski1-3/+4
2009-11-16contrib/bacman: fix checking if file has been addedAllan McRae1-2/+2
2009-11-16Add Catalan translationManuel Tortosa4-0/+2326
2009-11-11Merge branch 'maint'Dan McGee6-11/+18
2009-11-10Necessary updates for 3.3.3 releasev3.3.3Dan McGee3-2/+12
2009-11-10makepkg: quote arrays in order to preserve spaces in array itemsCedric Staniewski1-7/+2
2009-10-28Fix opendir error condition checksDan McGee2-2/+4
2009-10-27Merge branch 'maint'Dan McGee1-3/+3
2009-10-24Fix a small typo in alpm_list.cLaszlo Papp1-1/+1
2009-10-24makepkg: allow passing arguments with spacesAllan McRae1-3/+3
2009-10-24Merge branch 'maint'Dan McGee1-1/+1
2009-10-24Reduce unnecessary get_name() function callsDan McGee1-3/+3
2009-10-24makepkg: change preselected option for cleaning the cache from Y to NCedric Staniewski1-1/+1
2009-10-24makepkg: use tput for terminal-safe colored and bold textCedric Staniewski1-7/+7
2009-10-24makepkg: define escape sequences globallyCedric Staniewski1-27/+13
2009-10-24makepkg: check for non-empty pkgbase instead of pkgnameCedric Staniewski1-1/+1
2009-10-24pacdiff : add diffsearchpath optionHeiko Baums1-2/+6
2009-10-24makepkg: remove empty .part files after a failed downloadCedric Staniewski1-1/+6
2009-10-21makepkg: fix testing for built package presenceAllan McRae1-2/+2
2009-10-21Merge branch 'maint'Dan McGee2-6/+6