summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2009-09-24repo-remove: create empty DB when all packages are removedDan McGee1-5/+11
2009-09-17String improvementsXavier Chantry1-1/+1
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-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
2009-06-13makepkg: fix variable backup/restore for splitpkgAllan McRae1-2/+2
2009-06-13makepkg: fix PKGBUILD sanity checkAllan McRae1-4/+1
2009-06-07makepkg: refactor sanity checking into a functionDan McGee1-66/+76
2009-05-23repo-add: fail early if repo can not be createdXavier Chantry1-2/+12
2009-05-19Add support for the xz archive formatPierre Schmitz2-0/+6
2009-05-19repo-add: fix -n tests which are applicable only to stringsCedric Staniewski1-2/+2
2009-05-16makepkg: fix sourcing BUILDSCRIPT and PATH issuesAllan McRae1-2/+3
2009-05-14makepkg: Document package splittingAllan McRae1-1/+1
2009-05-14makepkg: do not update pkgver when building source packageAllan McRae1-6/+5
2009-05-12makepkg: several small fixesAllan McRae1-1/+3
2009-04-26makepkg: make in-place sed portableAllan McRae2-2/+3
2009-04-11Merge branch 'xav/repo-add'Dan McGee5-148/+422
2009-04-11makepkg: fix double check on same pathDan McGee1-1/+1
2009-04-11makepkg: Fix integrity check when files are missing.Loui Chang1-8/+11
2009-03-30makepkg: run tidy_install with no package() functionAllan McRae1-0/+1
2009-03-29makepkg: do not bail on failure to install built packageAllan McRae1-2/+8
2009-03-25makepkg: adjust log clean-up for new filenamesAllan McRae1-1/+8
2009-03-25makepkg: adjust install_package for split packagesAllan McRae1-3/+14
2009-03-16Refactor testing for color message outputAllan McRae1-5/+11
2009-03-16makepkg: add pkgbase variableAllan McRae1-21/+23
2009-03-15repo-add : rename gstmpdir to tmpdirXavier Chantry1-9/+9
2009-03-15repo-add : don't change the modification time on depends and descXavier Chantry1-5/+2
2009-03-15repo-add : new locking systemXavier Chantry1-13/+45
2009-03-15repo-add : fix package variables declarationXavier Chantry1-8/+4
2009-03-15repo-add : rewrite delta supportXavier Chantry1-5/+97