summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2010-06-09makepkg: use BUILDFILE rather than BUILDSCRIPTAllan McRae1-2/+2
2010-06-09makepkg: fix errors with multiple install or changelog filesAllan McRae1-4/+4
2010-06-09Fix creation of source packagesAllan McRae1-4/+4
2010-06-04makepkg: refactor absolute filename detectionCedric Staniewski1-48/+45
2010-06-03makepkg: print only base filename of install/changelog filesCedric Staniewski1-1/+1
2010-05-27repo-add: symlink to db file to reponame.dbAllan McRae1-0/+1
2010-05-27makepkg: remove code duplication in buildscript parsingAndres P1-37/+14
2010-05-25makepkg: replace unnecessary uses of grepAndres P1-7/+7
2010-05-25makepkg: fix permissions on install and changelog filesAllan McRae1-0/+2
2010-05-25makepkg: don't decompress when stripping binariesAndres P1-3/+1
2010-05-18rankmirrors: Add a --repo option to target a specific repoDaenyth1-5/+14
2010-05-18makepkg: allow skipping integrity checks when making source packageAllan McRae1-3/+9
2010-05-18Resolve dependencies whenever --syncdeps is passed and --nodeps is notNezmer1-2/+2
2010-05-18fix for incorrect checking of return code, which causes syntax errorsDieter Plaetinck1-2/+2
2010-05-06makepkg: rework --skipintegAllan McRae1-7/+7
2010-05-06makepkg -g: use checksums defined in the pkgbuildXavier Chantry1-1/+26
2010-05-06makepkg: handle multiple install and changelog filesAllan McRae1-24/+47
2010-05-06makepkg: fall back to su if sudo is not availableRay Kohler1-7/+8
2010-05-06makepkg: improve removal of installed dependenciesAllan McRae1-16/+20
2010-04-27makepkg: BSD find compatibility fixAllan McRae1-1/+1
2010-04-27makepkg: deprecate repackaging without a package functionAllan McRae1-5/+15
2010-03-15Bump copyright dates to 2010Dan McGee2-4/+4
2010-03-15makepkg: always update symlinks to compressed man pagesAllan McRae1-11/+12
2010-03-15makepkg: make strip options configurableCedric Staniewski1-4/+4
2010-03-15makepkg: Remove setgid bit on srcdir/pkgdir creationDan McGee1-0/+6
2010-03-15makepkg: abort on missing or non-writable PKGDESTAllan McRae1-6/+12
2010-03-15makepkg: only strip files that are writableAllan McRae1-1/+1
2010-03-01makepkg: update required programsAllan McRae1-1/+1
2010-01-20makepkg: Introduce $SRCPKGDESTNezmer1-2/+5
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 Staniewski1-8/+11
2009-12-14makepkg: check for references to build root in packageAllan McRae1-0/+5
2009-12-01makepkg: allow specifying subsets of packages to buildAllan McRae1-1/+18
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-16makepkg: Fixed logging for split packagesEric Bélanger1-2/+2
2009-11-16makepkg: allow the use of only a package() functionCedric Staniewski1-4/+13
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-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-11Merge branch 'maint'Dan McGee1-7/+2
2009-11-10makepkg: quote arrays in order to preserve spaces in array itemsCedric Staniewski1-7/+2
2009-10-27Merge branch 'maint'Dan McGee1-3/+3