summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2009-10-24Merge branch 'maint'Dan McGee1-1/+1
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-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-21makepkg: allow overriding arch in split packagesAllan McRae1-20/+29
2009-10-21makepkg: allow overriding pkgver and pkgrel in split packagesAllan McRae1-2/+3
2009-10-21makepkg, repo-add: replace external commands with bash substitutions where po...Cedric Staniewski2-20/+25
2009-10-12Introduce new PKGBUILD variable `changelog`Cedric Staniewski1-8/+17
2009-10-11Fix stderr redirectionCedric Staniewski1-1/+1
2009-10-11replace rankmirrors by bash cloneXavier Chantry3-193/+204
2009-09-30Merge branch 'maint'Dan McGee1-5/+11
2009-09-24repo-add: clean up options parsingDan McGee1-12/+1
2009-09-24repo-remove: create empty DB when all packages are removedDan McGee1-5/+11
2009-09-23makepkg: tidy usage outputAllan McRae1-10/+9
2009-09-20Merge branch 'maint'Dan McGee1-1/+1
2009-09-17String improvementsXavier Chantry1-1/+1
2009-09-06sanity check for optdepends syntaxXavier Chantry1-0/+8
2009-09-06makepkg : check for invalid backup entryXavier Chantry1-0/+22
2009-09-06makepkg : refactor run_build and run_packageXavier Chantry1-78/+39
2009-09-06makepkg: exit on error during build() or package()Henning Garus1-13/+35
2009-09-06Merge branch 'maint'Dan McGee1-20/+42
2009-09-06Allow $arch to be used in ServerXavier Chantry1-0/+2
2009-09-06fix typos in makepkg.sh.inFrancois Charette1-10/+10
2009-09-06makepkg: always keep sources symlinksXavier Chantry1-6/+21
2009-09-06makepkg: new --skipinteg optionXavier Chantry1-4/+11
2009-08-08Merge branch 'maint'Dan McGee2-6/+6
2009-08-08Be consistent with naming of handle_deps functionAllan McRae1-2/+2
2009-08-08Remove builddeps from option parserAllan McRae1-2/+2
2009-08-08makepkg: change to pkgdir before creating PKGINFO fileAllan McRae1-3/+3
2009-08-03repo-add: clarify one messageXavier Chantry1-1/+1
2009-07-27Do not allow pkgnames to start with a hyphenCedric Staniewski1-0/+4
2009-07-26Revert "makepkg: Exit on failure within build() or package() functions"Dan McGee1-5/+3
2009-07-22makepkg: add pkgbase to .PKGINFO and database for split packagesAllan McRae2-0/+2
2009-07-12makepkg: clean up BUILDSCRIPT usageAllan McRae1-20/+20
2009-07-11makepkg: allow spaces in source file namesAllan McRae1-4/+4
2009-07-11makepkg: fix breakage with '%' in source filenamesDan McGee1-1/+1
2009-07-11makepkg: quote filenames when extractingDan McGee1-6/+6
2009-07-10makepkg: check for package functions when package splittingAllan McRae1-3/+11
2009-07-10makepkg: fix pkgdesc restoration with split packagingAllan McRae1-0/+5
2009-07-10makepkg: Exit on failure within build() or package() functionsAllan McRae1-3/+5
2009-07-10makepkg: fix check for previously built packages with package splittingAllan McRae1-9/+38
2009-07-10makepkg: clean up moving PKGINFO creation to a functionAllan McRae1-2/+1
2009-07-01Update copyright headers and messagesDan McGee3-6/+12
2009-06-24Merge commit 'allan/working'Dan McGee1-25/+29
2009-06-24repo-add: use bsdtar optimization for better performanceDan McGee1-3/+3
2009-06-22makepkg: Move .PKGINFO creation into a function.Loui Chang1-16/+20
2009-06-21makepkg: Download sources and check checksums for any source package.Loui Chang1-9/+9