summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Provide source files for useful debug packagesAllan McRae1-2/+21
2017-01-04makepkg: Verify git signaturesEli Schwartz3-12/+79
2017-01-04libmakepkg/integrity: Verify file signatures in a separate functionEli Schwartz1-38/+46
2017-01-04makepkg: warn about dotfiles in package rootAndrew Gregory1-0/+38
2017-01-04Update copyright yearsAllan McRae50-50/+50
2017-01-04makepkg: Disallow forward slashes in pkgverSteef Hegeman1-2/+2
2016-12-05Build a single debug package for all packages from a PKGBUILDAllan McRae1-1/+1
2016-12-05add generated scripts to gitignoreChristian Hesse1-0/+3
2016-12-05makepkg: reject packages with newlines in pathsAndrew Gregory1-0/+42
2016-12-05makepkg: abort on lint_package errorsAndrew Gregory3-1/+5
2016-12-05Revert "[RFC] Provide source files for useful debug packages"Allan McRae1-19/+1
2016-11-02[RFC] Provide source files for useful debug packagesAllan McRae1-1/+19
2016-10-22makepkg: print files with refs to $srcdir/$pkgdirIvy Foster1-7/+9
2016-10-22Use coreutils binaries for checking/generating checksumsAllan McRae2-9/+4
2016-10-22makepkg: Move parseopts from library to libmakepkgAlad Wenter1-0/+173
2016-10-22libmakepkg: generate all scriptsAlad Wenter3-0/+0
2016-10-10lint_pkgbuild/pkgname: pkgname is not allowed to be emptyChristian Hesse1-0/+5
2016-08-30libmakepkg: look for architecture-specific hashes in get_integlistJack O'Connor1-0/+11
2016-05-18libmakepkg: extract functions for integrity checkingAshley Whetter7-1/+568
2016-03-28libmakepkg: extract functions for writing .SRCINFO filesAshley Whetter2-0/+128
2016-03-21libmakepkg: ensure emptydir find command acts on individual directoriesAllan McRae1-1/+2
2016-02-26makepkg: Remove upx and optipng supportAllan McRae2-90/+0
2016-02-26libmakepkg: fix is_array functionAllan McRae1-1/+1
2016-02-20libmakepkg: increase robustness of the detection of array variablesAllan McRae2-3/+20
2016-01-25Fix testing of arrays status for arch specific variablesZuyi Hu1-1/+1
2016-01-04Update copyright years for 2016Allan McRae44-44/+44
2015-12-15makepkg: Output full URL in case of download failureFlorian Pritz1-1/+1
2015-11-23lint_pkgbuild/variable: increase robustnessAllan McRae1-12/+54
2015-11-23lint_pkgbuild: explicitly return valueAllan McRae5-4/+12
2015-11-05Refactor lint_source to work with earlier versions of BashAaron Campbell1-1/+1
2015-10-27libmakepkg: fix pkgver checkingAllan McRae1-2/+2
2015-10-19libmakepkg: Add check_buildoption for distcc and ccacheJan Alexander Steffens (heftig)1-0/+34
2015-10-19Remove space before ellipsesAllan McRae1-2/+2
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-07libmakepkg: check if PKGBUILD variables are arrays or not as appropriateAllan McRae1-0/+65
2015-09-07libmakepkg: util/pkgbuild.sh needs processing on buildAllan McRae1-0/+0
2015-07-20libmakepkg: move color settings to functionAllan McRae1-0/+20
2015-07-20libmakepkg: lint_package requires cd_safeAllan McRae1-0/+1
2015-05-19libmakepkg: extract functions for source download and extractionAllan McRae8-0/+734
2015-05-19libmakepkg: extract functions for handling source URLsAllan McRae2-0/+145
2015-05-19libmakepkg: fix test styleAllan McRae2-2/+2
2015-05-19libmakepkg: move more functions for extracting information from PKGBIULDsAllan McRae1-1/+46
2015-05-19libmakepkg: extract more utility functionsAllan McRae1-1/+31
2015-05-16libmakepkg: extract get_full_version and get_pkg_archAllan McRae1-0/+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 McRae1-8/+4
2015-05-16libmakepkg: extract PKGBUILD linting functionsAllan McRae18-0/+838