summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-03-14Update coyrights for 2018Allan McRae59-64/+64
2018-03-14makepkg: set umask 0022 again after syncing depsFelix Glaser1-0/+4
2018-03-14Fix linting of whitespace in pkgverRikard Falkeborn1-1/+1
2018-03-14makepkg: use localized date stringsYen Chi Hsuan1-3/+3
2018-03-14makepkg --packagelist: just list the built package files we will buildEli Schwartz1-7/+5
2018-01-19pacman-key: do not set a default keyserverEli Schwartz1-4/+0
2018-01-19Fix usage of install_packageEli Schwartz1-4/+4
2018-01-19use pacman-conf in bash completionJoel Teichroeb1-1/+5
2018-01-19use pacman-conf in scriptsAndrew Gregory3-22/+5
2018-01-10Fix moving source files into debug packagesAllan McRae2-8/+7
2018-01-06libmakepkg/integrity: fix git signatures not seen with multiple filesEli Schwartz2-5/+5
2018-01-06libmakepkg/integrity: fix regression that broke invalid file sigsEli Schwartz1-0/+2
2017-12-07makepkg: tell the compiler to record debugging info for debug packagesEli Schwartz2-5/+6
2017-12-07makepkg: Add a config option to specify the location of debug sourcesEli Schwartz1-1/+1
2017-12-07makepkg: refactor archive compression for reusabilityEli Schwartz3-28/+57
2017-12-07libmakepkg: fix .gitignore to simply ignore all generated .sh filesEli Schwartz1-17/+1
2017-12-07makepkg: reorganize the restoration of settings by precedenceEli Schwartz1-34/+16
2017-12-07makepkg: implement error codesIvy Foster3-61/+101
2017-12-07makepkg: clarify error when user passes -FIvy Foster1-1/+1
2017-10-17libmakepkg: only output package file names when checking for build referencesAllan McRae1-1/+1
2017-09-14Make the flags used for sed -i configurableAlastair Hughes2-3/+4
2017-09-14libmakepkg: grammar fixAllan McRae1-1/+1
2017-09-13makepkg: respect $SOURCE_DATE_EPOCH to activate reproducible buildsEli Schwartz1-1/+12
2017-09-13libmakepkg: check for invalid tags in gitEli Schwartz1-1/+10
2017-07-06makepkg: add more information to .BUILDINFOLevente Polyak1-2/+10
2017-07-06makepkg: set default value for PACKAGERAllan McRae1-7/+2
2017-07-06makepkg: always write pkgbaseAllan McRae1-3/+1
2017-07-06makepkg: do not write baseverAllan McRae1-3/+0
2017-07-06libmakepkg: Fix improperly spelled local variable declarationEli Schwartz1-1/+1
2017-07-06libmakepkg/integrity: Fix error message not sent to stderrEli Schwartz1-1/+1
2017-07-06libmakepkg: fix unsanitized source filenamesEli Schwartz1-2/+2
2017-05-16makepkg: introduce SOURCE_DATE_EPOCHAllan McRae1-4/+9
2017-05-16makepkg: remove build date from .PKGINFO headerAllan McRae1-1/+0
2017-05-08makepkg: create signature files outside of fakerootAllan McRae2-7/+36
2017-04-17makepkg: do not create symlinks in build directoryAllan McRae1-28/+0
2017-04-17makepkg: clean up pkgver and prepare log filesHEADworkingMichael Straube1-0/+6
2017-04-04Replace @SIZECMD@ with POSIX-compatible commandDrew DeVault2-5/+5
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-04repo-add: sort file list entriesAndrew Gregory1-1/+1
2017-01-04makepkg: sort package contentsAndrew Gregory1-12/+12
2017-01-04makepkg: warn about dotfiles in package rootAndrew Gregory3-0/+40
2017-01-04Update copyright yearsAllan McRae56-61/+61
2017-01-04makepkg: Disallow forward slashes in pkgverSteef Hegeman1-2/+2
2016-12-05Build a single debug package for all packages from a PKGBUILDAllan McRae2-7/+13
2016-12-05add generated scripts to gitignoreChristian Hesse1-0/+3
2016-12-05makepkg: reject packages with newlines in pathsAndrew Gregory3-0/+44
2016-12-05makepkg: abort on lint_package errorsAndrew Gregory4-3/+7
2016-12-05makepkg: reject package data with newlinesAndrew Gregory1-25/+38