summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2015-09-22makepkg: remove ability to build individual packagesAllan McRae1-8/+0
2015-09-22libmakepkg: remove declaration of unused local variablesAllan McRae1-1/+1
2015-09-22libmakepkg: return 1 on error in arch arrayAllan McRae1-2/+2
2015-09-22libmakepkg: update .gitignoreAllan McRae1-2/+3
2015-09-22makepkg: remove FORCE_VER variableAllan McRae1-4/+0
2015-09-07libmakepkg: check if PKGBUILD variables are arrays or not as appropriateAllan McRae3-0/+67
2015-09-07libmakepkg: util/pkgbuild.sh needs processing on buildAllan McRae2-1/+1
2015-08-08Remove ko_KR translationAllan McRae2-1762/+0
2015-07-20libmakepkg: move color settings to functionAllan McRae2-18/+24
2015-07-20dont remove x bit when marking pkgdir RODave Reisner1-1/+1
2015-07-20libmakepkg: lint_package requires cd_safeAllan McRae1-0/+1
2015-06-20repo-add: Reject armored signaturesJohannes Löthberg1-0/+4
2015-06-20makepkg: Add flag for printing SRCINFO to stdoutJohannes Löthberg1-1/+8
2015-06-20repo-add: Generate unarmored DB signatureJohannes Löthberg1-1/+1
2015-05-19libmakepkg: extract functions for source download and extractionAllan McRae11-524/+749
2015-05-19libmakepkg: extract functions for handling source URLsAllan McRae5-120/+148
2015-05-19libmakepkg: fix test styleAllan McRae2-2/+2
2015-05-19libmakepkg: move more functions for extracting information from PKGBIULDsAllan McRae2-46/+46
2015-05-19libmakepkg: extract more utility functionsAllan McRae2-31/+31
2015-05-16libmakepkg: extract get_full_version and get_pkg_archAllan McRae2-35/+35
2015-05-16Simplify libmakepkg .gitignoreAllan McRae1-11/+2
2015-05-16makepkg: put further restrictions on pkgbaseAllan McRae1-0/+9
2015-05-16makepkg: merge validate_pkgver into check_pkgverAllan McRae2-9/+5
2015-05-16libmakepkg: extract PKGBUILD linting functionsAllan McRae21-333/+874
2015-05-16libmakepkg: extract in_arrayAllan McRae4-16/+41
2015-05-16libmakepkg: move functions for extracting pkgbuild attributesAllan McRae3-106/+130
2015-05-12libmakepkg: fix test bracket styleAllan McRae14-14/+14
2015-05-12makepkg: Empty/create only $pkgdir's relevant to current PKGBUILDDavid Macek1-2/+5
2015-05-12makepkg-template: support multiple --template-dirsDominik Fischer1-16/+21
2015-03-26Add makepkg option --packagelistIvy Foster1-3/+25
2015-03-26repo-add: merge desc and depends filesAllan McRae1-7/+3
2015-03-26makepkg: write validpgpkeys to .SRCINFOAllan McRae1-1/+1
2015-03-26Always create files databaseAllan McRae1-102/+153
2015-03-26repo-add: remove duplication finding old package detailsAllan McRae1-9/+1
2015-03-26repo-add: check early for xdelta if it is neededAllan McRae1-4/+24
2015-03-26repo-add: only update database if entire command succeededAllan McRae1-4/+4
2015-03-26repo-add: move database creation into its own functionAllan McRae1-20/+22
2015-03-26repo-add: move database rotation into its own functionAllan McRae1-30/+37
2015-03-26Merge branch 'maint'Allan McRae1-3/+3
2015-03-26Make get_pkg_arch treat arch as an arrayIvy Foster1-1/+1
2015-03-26fix source package signing with SRCPKGDIR setChristian Hesse1-2/+2
2015-03-15libmakepkg: move helper functions into tidy/stripAllan McRae2-48/+50
2015-03-03Allow UPX compression for DOS/Win executablesDavid Macek1-3/+5
2015-02-20Merge branch 'maint'Allan McRae44-11272/+12795
2015-02-20Update translations from TransifexAllan McRae41-1519/+1261
2015-02-14Update translations from TransifexAllan McRae43-10017/+11815
2015-02-14Fix Bazaar cloning in makepkg.Renato Silva1-17/+0
2015-02-12libmakepkg: make package checking functions extendableAllan McRae3-2/+13
2015-02-12libmakepkg: make package tidy functions extendableAllan McRae10-15/+38
2015-02-12libmakepkg: move package checking out of tidy_installAllan McRae8-15/+55